dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 0f3a4a4ff74e4b5e8c3eb70b70a976302f5f2c98
parent 17c986048a365c063701a99de9a5381003f9f544
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue, 27 Jan 2015 21:23:55 -0800

Bin: Update todoium script

Diffstat:
bin/todoium | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/bin/todoium b/bin/todoium @@ -19,9 +19,16 @@ todo_help() { printf "\ Todoium %s - GPL v3 Usage: %s [OPTION] [todo] +A todo \"manager\" that simply creates and lists todos. " $version $progname printf "\n" printf "\ +Todoium is designed to follow the UNIX philosophy by simply creating and +listing todos, you should not need to learn some strange commands to delete or +rename these todos when you can just use rm and mv. +" + printf "\n" + printf "\ -h, --help display help " printf "\n"