slash

0.1.0

Slack terminal client.
slash-hq/slash

What's New

Slash 0.1.0

2016-12-18T22:08:11Z

Initial release of slash 0.1.0

  • Basic chat functionality over Real Time Messaging API.
  • Support for Slack message formatting (escaped characters, emoji, mentions).
  • Support for OAuth2 and API tokens (https://api.slack.com/docs/oauth-test-tokens) authorization methods.
  • Switch between channels using 'Tab' key.
  • You can now scroll through messages using up/down arrow keys.

logo

Slash is Slack terminal client written in Swift.


![screenshot](GitHub/scr.png)

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

  1. 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

screenshot

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?

  1. Fork this repository and clone to your Mac.
  2. Open slash.xcodeproj in Xcode
  3. Build
  4. Open Terminal and run <DerivedData>/Build/Products/Debug/slash
  5. Make your changes, test and submit pull request!

License

Apache License, Version 2.0

Description

  • Swift Tools 3.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Mar 17 2024 00:03:02 GMT-0900 (Hawaii-Aleutian Daylight Time)