Slash is Slack terminal client written in Swift.

Getting started
To use slash
install it via brew install slash
and start it by running:
slash
Slash can be used with the development token too:
slash <token>
Keyboard shortcuts
[tab]
Switch between channels
[up arrow] / [down arrow]
Scroll messages up/down
FAQ
- Can I connect to multiple Slack teams?
Yes, simply start multiple slash
instances and login to a different team in each of them.
Retro mode
Thanks too cool-retro-term project slash can run in retro mode
Issues
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
How to contribute?
- Fork this repository and clone to your Mac.
- Open
slash.xcodeproj
in Xcode - Build
- Open
Terminal
and run<DerivedData>/Build/Products/Debug/slash
- Make your changes, test and submit pull request!
License
Apache License, Version 2.0