Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 703 Bytes

A humble command line TODO list

Sometimes you just need a simple reminder.

Installation

  1. ./install

    sudo ./install if the directory you provide does not allow the normal user to write to it.

  2. Relaunch your terminal OR

    source ~/.bash_profile; source ~/.bashrc

Usage

  • todo add <thing to do> Adds a thing to do
  • todo del Asks you what you've done
  • todo Shows you the things you need to do
  • todo help Shows you what todo can do for you

Credits

This project uses damphat's implementation of a key-value store with a bash interface.

Made with ❤️ - @deborah-digges