Command line task manager written in Ruby
-
You need: ruby, gem, bundler
-
Clone (recommended) or download
-
cd taskki
-
bundle install
-
ln -s $PWD/app.rb /usr/local/bin/taskki
To see all commands:
taskki
For example, 'add' can take TITLE, then multiple options
(After title in the beginning, options can be in any order)
-d DATE
due date
-t INTEGER
takes how many # days
-p
make it top-priority
taskki add schedule meeting with Maria -p -d Aug 5 -t 3
This project is still pretty raw, and being updated regularly. Any contribution is appreciated! You can:
- Fork it!
- Use it!
- Try to break it and let me know of all your success stories ;)
- Making 'Issues' up there is a recommended way to report
2017-08-03 release alpha
See the LICENSE.md file for license rights and limitations (Apache 2.0).