HackCLI
Slack terminal client for Hack Clubbers
Faster than alt-tabbing to an already slow Slack. Check channels or DMs, ping staff or do whatever the heck you want all without leaving your IDE.
You won't want to go back
https://github.com/user-attachments/assets/d84b1325-e834-456d-beb3-e824d3b1f326
Installation guide
macOS & Linux (via Homebrew)
If you're on macOS or Linux, the easiest way to install is using Homebrew.
brew tap Jan-Kur/homebrew-hackcli
brew install hackcli
To upgrade to a new version later, simply run:
brew upgrade hackcli
Windows (via Scoop)
If you're on Windows, you can use the Scoop package manager.
scoop bucket add jan-kur-bucket https://github.com/Jan-Kur/scoop-hackcli.git
scoop install hackcli
To upgrade to a new version later, simply run:
scoop update hackcli
Go Install
If you have Go installed, you can install directly from the source.
go install github.com/Jan-Kur/HackCLI@latest
Note: Ensure that your $GOPATH/bin directory is in your system's PATH.
Release binary
You can always download the latest binary directly from the releases page.
- Go to the Releases Page.
- Download the binary for your operating system and architecture.
- Extract the binary.
- Move the
hackcli (or hackcli.exe) binary to a directory in your system's PATH (e.g., /usr/local/bin or C:\Program Files\hackcli).
Setup
HackCLI mimics your slack browser session, in order to have all its functionality (learn more about that in the usage guide). Before using the app, make sure to visit the usage guide to configure the app properly and learn how to use it.
Contributions are welcome
Let's all make this the superior slack for Hack Clubbers. If you see a bug you are more than welcome to submit an issue. If you are feeling like being a gigachad you can also fork the repo, fix a bug or add a feature yourself and submit a PR - your effort won't go unseen, trust me. Visit the contributing guide for more details.