https://github.com/orisano/slapost
https://github.com/orisano/slapost
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orisano/slapost
- Owner: orisano
- License: mit
- Created: 2017-10-20T13:23:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T11:09:01.000Z (over 7 years ago)
- Last Synced: 2025-07-28T23:58:02.352Z (12 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slapost
easy slack post cli tool
```bash
$ export SLACK_URL="<>"
$ ./slapost
Usage of ./slapost:
-f string
message file path
-t string
message text
$ ./slapost -t "Hello"
$ ./slapost -f log.txt
```