Todo manager with a command-line interface Author: Xiao Jia <me@xiao-jia.com> Dependency: ruby (mandatory; please install it using https://rvm.io if possible) git (optional if you don't need to upload TODOs to gist) Installation: gem install todo_manager Personally, I also make an alias for the executable: alias t=todo_manager Usage: todo_manager --help Gist hint: If you use a gist url like https://gist.github.com/abc123.git then you have to enter your username and password every time you commit (upload) you todo items. Change it to ssh+git to make this process easier: git@gist.github.com:abc123.git
Project
todo_manager
A simple todo manager gem with a command-line interface. You can also upload your todo items to a git/gist repository.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Runtime
>= 0
Project Readme