10000 GitHub - anandbaburajan/roo: Simple CLI to-do list app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anandbaburajan/roo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roo

Simple CLI to-do list app

Installation

$ git clone https://github.com/AnandBaburajan/roo.git
$ cd roo
$ pip install .

Usage

roo provides 3 commands:

  • v: View a list
  • a: Add a task to a list
  • e: Edit a task in a list
  • d: Delete a task from a list

Example

$ roo a today "Clean the house"

$ roo a today "Take Roo for a walk"

$ roo v today
[1]: Clean the house
[2]: Take Roo for a walk

$ roo d today 1

$ roo v today
[1]: Take Roo for a walk

$ roo e today 1 "Take Roo for a run"

$ roo v today
[1]: Take Roo for a run

License

roo is distributed under the MIT License.

About

Simple CLI to-do list app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0