From: Huck Boles <80217378+huboles@users.noreply.github.com> Date: Thu, 17 Nov 2022 21:40:54 +0000 (-0600) Subject: Create README.md X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=005bec86b1742624ed29d35007bd63da564e9557;p=odot.git Create README.md --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ea75c7 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# odot +Todo manager written in C + +Usage: + + Add new task to list: + + $ odot [new task not on list] + + Remove task from list: + + $ odot [task already on list] + + Show list: + + $ odot + +Installation: + + $ git clone https://github.com/huboles/odot.git + $ cd odot + $ sudo gcc *.c -o /usr/bin/odot + $ mkdir $HOME/.local/state/odot