Skip to content

aliasav/remembrall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remembrall

Introduction

A terminal to-do list and reminder.

  • Maintain a simple to-list via terminal
  • Get timely terminal notifications
  • Desktop notifications to also be integrated.

Installation

Clone the project, do a:

python setup.py install

Usage:

  • 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)

Modules:

  • 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.

About

A command line to-do list with reminder notificaitons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages