/wat

small and dirty cli utility to track time

Primary LanguageRubyMIT LicenseMIT

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