diff --git a/bash-snippets.1 b/bash-snippets.1 index aa433d5..c25ce10 100644 --- a/bash-snippets.1 +++ b/bash-snippets.1 @@ -431,6 +431,54 @@ taste Catcher in the Ry .IP "\(bu" 4 taste \-s Red Hot Chili Peppers . +.SS "Todo" +. +.IP +Description: A simplistic commandline todo list\. +. +.IP "" 0 +. +.P +Usage: todo [flags] or todo [flags] [arguments] +. +.IP "\(bu" 4 +\-c Clear all the current tasks +. +.IP "\(bu" 4 +\-r Remove the following task number +. +.IP "\(bu" 4 +\-g Get the current tasks +. +.IP "\(bu" 4 +\-a Add the following task +. +.IP "\(bu" 4 +\-u Update Bash\-Snippet Tools +. +.IP "\(bu" 4 +\-h Show the help +. +.IP "\(bu" 4 +\-v Get the tool version +. +.IP "" 0 +. +.P +Examples: +. +.IP "\(bu" 4 +todo \-a My very first task +. +.IP "\(bu" 4 +todo \-r 1 +. +.IP "\(bu" 4 +todo \-g +. +.IP "\(bu" 4 +todo \-c +. .IP "" 0 . .SS "Weather" diff --git a/bash-snippets.1.ronn b/bash-snippets.1.ronn index e5e7ed3..c0f13e2 100644 --- a/bash-snippets.1.ronn +++ b/bash-snippets.1.ronn @@ -274,6 +274,34 @@ Examples: * taste Catcher in the Ry * taste -s Red Hot Chili Peppers +### Todo +Description: A simplistic commandline todo list. + +Usage: todo [flags] or todo [flags] [arguments] + + * -c Clear all the current tasks + + * -r Remove the following task number + + * -g Get the current tasks + + * -a Add the following task + + * -u Update Bash-Snippet Tools + + * -h Show the help + + * -v Get the tool version + +Examples: + + * todo -a My very first task + + * todo -r 1 + + * todo -g + + * todo -c ### Weather Description: Provides a 3 day forecast on your current location or a specified location.