Project

rudo

0.01
No commit activity in last 3 years
No release in over 3 years
Tasks are saved in ~/rudo.yml
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.2
>= 1.16.2
 Project Readme

RUDO

status

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

see the first n items on the list (default all):

rudo 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