An open API service indexing awesome lists of open source software.

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

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