This repo was forked from: https://github.com/pimutils/todoman
cancel: cc
copy: cp
delete: rm
done: do
edit: ed
flush: fl
list: ls
move: mv
new: nw
show: sh
--newlistor-nlto create a new list.--removelistor-rmlto delete a list.--listsor-slto show all lists.
doingalone shows the current task.doing <task>add the task to the doing list.doing --allordoing -ashows all tasks in the doing list.
donealone marks the current task as complete.done --showordone -sshows all completed tasks.done --clearordone -cclears all completed tasks.
I have created an alias to make the commands even shorter.
alias t='todo'
- Create a Docker image to run the application.