https://github.com/andreapavoni/txtatus-cli
A very basic http://txtatus.com client to push statuses from command line
https://github.com/andreapavoni/txtatus-cli
Last synced: 27 days ago
JSON representation
A very basic http://txtatus.com client to push statuses from command line
- Host: GitHub
- URL: https://github.com/andreapavoni/txtatus-cli
- Owner: andreapavoni
- License: mit
- Created: 2013-07-12T10:45:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T09:59:35.000Z (almost 13 years ago)
- Last Synced: 2025-04-06T16:24:07.027Z (about 1 year ago)
- Language: Go
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Txtatus command line client
A simple command line client to push statuses to [Txtatus](http://txtatus.com).
## Installation
```
go install github.com/apeacox/txtatus-cli
```
## Usage
```
TXTATUS_TOKEN="yourAPIkey" /path/to/txtatus-cli "your shiny new status"
```
Note the quote marks around the status message!
## TODO
* add tests
* add more features (get statuses, filters, etc...)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request