A terminal to-do list and reminder.
- Maintain a simple to-list via terminal
- Get timely terminal notifications
- Desktop notifications to also be integrated.
Clone the project, do a:
python setup.py install
- Initialize remembrall:
remembrall init - Show items in list:
remembrall show [ids] - Add an item in the list:
remembrall add - Edits an item in the list:
remembrall edit [] - Deletes an item from the list:
remembrall delete [] - Purge list:
remembrall clear -
remembrall (-h | --help)
- Initializer: Contains Remembrall and CronJob classes. Initializing the remembrall system on device done through here.
- List: Contains the todo List class, all CRUD functions of the list go here.
- Constants: Includes all constants used in project.