Skip to content

Commit

Permalink
Update readme and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johntdyer committed Mar 6, 2015
1 parent 76bf9e4 commit 3270ced
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# anybar-go
Go CLI for Anybar ( https://github.com/tonsky/AnyBar )

Small go app to send commands to [Anybar](https://github.com/tonsky/AnyBar).


## Building

./make.sh
* Build artifact `./make.sh`
* Copy to bin `cp builds/anybar-go.osx ~/bin/anybar-go`
* Profit


## Development
go get github.com/tools/godep
Expand All @@ -19,7 +23,7 @@ NAME:
anybar-go - Anybar CLI

USAGE:
anybar-go [global options] command [command options]
anybar-go [global options] command [command options] [arguments...]

VERSION:
0.0.1
Expand All @@ -33,14 +37,21 @@ COMMANDS:
GLOBAL OPTIONS:
--port, -p '1738' Port to connect to anybar [$ANYBAR_PORT]
--address, -a 'localhost' Address to send message.
--msg, -m Message to send to anybar
--help, -h show help
--version, -v
--version, -v print the version

```


### Sending message

#### Default
#### Defaults

./anybar-go.osx green

#### Setting port

./anybar-go.osx green -p 2000



./anybar-go.osx --msg green
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

##0.0.1

* Initial release

0 comments on commit 3270ced

Please sign in to comment.