Skip to content

wojtekzozlak/easy_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-todo

A simple, command-line oriented TODO list manager in very early stage of development.

Installation

pyton setup.py install

Note: It may require root privileges.

How to use?

Few examples

  • Adding an item:

      easy-todo -at "My new item" -p 5
    
  • Displaying items:

      easy-todo -q
    
  • Updating items:

      easy-todo -u 1 -t "My new description" -p 0
    
  • Removing items:

      easy-todo -r 1
    

Try "easy-todo --help" for more options.

About

A simple, command-line oriented TODO list manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages