Skip to content

charwrangler404/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo

This is a small script to manage your todo list.

Usage:

todo
    print your todo lists
todo ls
    list your todo list files
todo rm <file>
    remove a file from your todo list
todo ed [file]
    edit a file or create a new one
todo add "item"
    add an item to the default todo list

To install:

chmod 755 install.sh
./install.sh

Answer the prompt about your shell (currently suppported shells are zsh and bash) and it will copy stuff to the right places.

If ~/.local/bin is not in your path, you will need to manually add it to the end. All notes are stored in ~/.local/share/todo/notes, but this is easily changeable by setting the $TODO_DIR variable in your shell rc file.

About

A todo list manager written in shell script

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages