Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 428 Bytes

README.markdown

File metadata and controls

29 lines (22 loc) · 428 Bytes

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