Skip to content

A todo.txt addon for adding tasks if they don't already exist

License

Notifications You must be signed in to change notification settings

markcaudill/todo.txt-addu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

addu

Description

This will add a task only if it doesn't already exist.

Usage

$ todo.sh addu "sell my bitcoins"
30 sell my bitcoins
TODO: 30 added.
$ todo.sh addu "sell my bitcoins"
30 sell my bitcoins
Already exists.

Installation

cd ~/.todo.actions.d && \
    wget https://raw.githubusercontent.com/markcaudill/todo.txt-addu/master/addu && \
    chmod +x addu

About

A todo.txt addon for adding tasks if they don't already exist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages