nowhen
Tagger for Life Log
Installation
% gem install nowhen
Usage
% now --help
log
% now yummy
% now -log http://example.com/food
search
% when yummy
% when yummy --all
Test
% gem install bundler
% bundle install
% bin/now todo
% bin/when todo
change DB path
% export NOWHEN_DB=./tmp/db
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request