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
- Host: GitHub
- URL: https://github.com/ph/wat
- Owner: ph
- License: mit
- Created: 2012-04-18T17:28:55.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-28T03:23:26.000Z (about 14 years ago)
- Last Synced: 2025-01-25T21:13:30.878Z (over 1 year ago)
- Language: Ruby
- Homepage: http://ph.github.com/wat/
- Size: 527 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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