Project

rbdo

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
a simple todo app in cli
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17

Runtime

~> 0.7.2
 Project Readme

rbdo: a simple todo app in cli

Gem Version

commands

.add

rbdo add --text="netflix and chill" --date=28/01/2019 --time=18:03

.ls

rbdo ls

.rm

rbdo rm --index=5

arguments

--text

content of the todo entry.

rbdo add --text="netflix and chill"

--date

date of the todo entry. (year and month are optional)

rbdo add --date=28/01/2019 --text="netflix and chill"

--time

time of the todo entry. (minute and second are optional)

rbdo add --time=18:03:08 --text=todo

--index

index of the todo entry required for the rm command.

rbdo rm --index=5