Adds "THING I NEED TO DO" to your todo.txt file on its own line.
Project and context notation optional.
todo add "THING I NEED TO DO +project @context"
todo a "THING I NEED TO DO +project @context"
Adds "FIRST THING I NEED TO DO" to your todo.txt on its own line and adds "SECOND THING I NEED TO DO" to you todo.txt on its own line.
Project and context notation optional.
todo addm "FIRST THING I NEED TO DO +project1 @context" "SECOND THING I NEED TO DO +project2 @context"
Adds a line of text to any file located in the todo.txt directory.
For example, addto inbox.txt "decide about vacation"
todo addto DEST "TEXT TO ADD"
Adds TEXT TO APPEND to the end of the task on line ITEM#.
todo append ITEM# "TEXT TO APPEND"
todo app ITEM# "TEXT TO APPEND"
Moves all done tasks from todo.txt to done.txt and removes blank lines.
todo archive
Removes duplicate lines from todo.txt.
todo deduplicate
Deletes the task on line ITEM# in todo.txt. If TERM specified, deletes only TERM from the task.
todo del ITEM# [TERM]
todo rm ITEM# [TERM]
Deprioritizes (removes the priority) from the task(s) on line ITEM# in todo.txt.
todo depri ITEM#[, ITEM#, ITEM#, ...]
todo dp ITEM#[, ITEM#, ITEM#, ...]
Marks task(s) on line ITEM# as done in todo.txt.
todo do ITEM#[, ITEM#, ITEM#, ...]
Display help about usage, options, built-in and add-on actions, or just the usage help for the passed ACTION(s).
todo help [ACTION...]
Displays all tasks that contain TERM(s) sorted by priority with line numbers. Each
task must match all TERM(s) (logical AND). Hides all tasks that contain TERM(s)
preceded by a minus sign (i.e. -TERM
).
If no TERM specified, lists entire todo.txt.
todo list [TERM...]
todo ls [TERM...]
Displays all the lines in todo.txt AND done.txt that contain TERM(s) sorted by
priority with line numbers. Hides all tasks that contain TERM(s) preceded by a
minus sign (i.e. -TERM
).
If no TERM specified, lists entire todo.txt AND done.txt concatenated and sorted.
todo listall [TERM...]
todo lsa [TERM...]
Lists all the task contexts that start with the @ sign in todo.txt.
If TERM specified, considers only tasks that contain TERM(s).
todo listcon [TERM...]
todo lsc [TERM...]
Displays all the lines in SRC file located in the todo.txt directory, sorted by
priority with line numbers. If TERM specified, lists all lines that contain TERM(s)
in SRC file. Hides all tasks that contain TERM(s) preceded by a minus sign (i.e. -TERM
).
Without any arguments, the names of all text files in the todo.txt directory are listed.
todo listfile [SRC [TERM...]]
todo lf [SRC [TERM...]]
Displays all tasks prioritized PRIORITIES. PRIORITIES can be a single one (A) or a range
(A-C). If no PRIORITIES specified, lists all prioritized tasks. If TERM specified, lists
only prioritized tasks that contain TERM(s). Hides all tasks that contain TERM(s) preceded
by a minus sign (i.e. -TERM
).
todo listpri [PRIORITIES] [TERM...]
todo lsp [PRIORITIES] [TERM...]
Lists all the projects (terms that start with a +
sign) in todo.txt. If TERM specified,
considers only tasks that contain TERM(s).
todo listproj [TERM...]
todo lsprj [TERM...]
Moves a line from source text file (SRC) to destination text file (DEST). Both source and destination file must be located in the directory defined in the configuration directory. When SRC is not defined it's by default todo.txt.
todo move ITEM# DEST [SRC]
todo mv ITEM# DEST [SRC]
Adds TEXT TO PREPEND to the beginning of the task on line ITEM#.
todo prepend ITEM# "TEXT TO PREPEND"
todo prep ITEM# "TEXT TO PREPEND"
Adds PRIORITY to task on line ITEM#. If the task is already prioritized, replaces current priority with new PRIORITY. PRIORITY must be a letter between A and Z.
todo pri ITEM# PRIORITY
todo p ITEM# PRIORITY
Replaces task on line ITEM# with UPDATED TODO.
todo replace ITEM# "UPDATED TODO"
Hide context names in list output.
Hide project names in list output.
Use a configuration file other than the default ~/.todo/config
Forces actions without confirmation or interactive input.
Plain mode turns off colors
Hide priority labels in list output.
Don't auto-archive tasks automatically on completion
Prepend the current date to a task automatically when it's added.
Displays version, license and credits