Skip to content

too-much-todotxt/todo.txt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Using the text editor of your choice, edit the section of the .todo file that reads

    # Your todo.txt directory
    TODO_DIR="/Users/gina/Documents/todo"  
    

    And replace "/Users/gina/Documents/todo" to wherever your todo.txt lives.

  2. Make the todo.sh script exectuable:

    $ chmod 755 todo.sh

  3. Backup your todo.txt before using todo.sh. Type ./todo.sh to see the usage message.