Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwisiswant0/slacksh
Interactivity with *nix shell system flexibly via Slack slash commands.
https://github.com/dwisiswant0/slacksh
Last synced: 6 days ago
JSON representation
Interactivity with *nix shell system flexibly via Slack slash commands.
- Host: GitHub
- URL: https://github.com/dwisiswant0/slacksh
- Owner: dwisiswant0
- License: mit
- Created: 2020-08-23T10:44:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T15:48:22.000Z (over 2 years ago)
- Last Synced: 2024-08-10T11:02:39.466Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# slackSh
Interactivity with \*nix shell system flexibly via Slack slash commands.
![Slacksh](https://user-images.githubusercontent.com/25837540/90976344-6577db00-e566-11ea-9c8b-ba7e4ffe6141.png)
## Installation
- Download a prebuilt binary from [releases page](https://github.com/dwisiswant0/slacksh/releases/latest), unpack and run! or
- If you have go compiler installed: `go get github.com/dwisiswant0/slacksh/cmd/slacksh`## Getting started
**Step 1:** [Create](https://api.slack.com/apps/new) your own Slack application.
**Step 2:** [Getting Started with Slack Slash Commands](https://api.slack.com/interactivity/slash-commands#getting_started).
## Usage
Just type
```bash
▶ slacksh
```### Options
#### Port
Current default port is `8008`, but you can change it by define `-p` flag.
### License
`slacksh` is released under MIT. See `LICENSE`.