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

https://github.com/ph/wat

small and dirty cli utility to track time
https://github.com/ph/wat

Last synced: over 1 year ago
JSON representation

small and dirty cli utility to track time

Awesome Lists containing this project

README

          

# Wat

TODO: Write a gem description

TODO: Write specs..

## Installation

$ gem install wat

And then execute:

$ wat key time "message"
$ wat api 1 "fixing the world"

Will keep the logs in ~/.wat

$ cat ~/.wat/api.csv

Add zsh autocomplete
> compctl -g '~/.wat/*(:t:r)' wat

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request