Skip to content

dbc-apprentice/rudo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rudo is a simple command line based todo list editor.  Here are the commands:

# see the first n items on the list (default 5)
rudo

# add a task to the list
rad 'my task'

# add a task to the 2nd position
rad 'another task' 2

# mark the first task finished
dun

# mark the 5th task finished
dun 5

# mark the first 3 tasks finished
dun 3x

# move the first item to the back of the list
walk

# move the first 3 items to the back of the list
walk 3

About

Maintenance, progress, and play

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%