bash todo !!
Go to file
2022-03-06 19:23:23 +08:00
cat.md update 2022-03-06 19:23:23 +08:00
LICENSE Initial commit 2021-06-14 19:35:27 +08:00
main.sh update 2022-03-06 19:23:23 +08:00
README.md update 2022-03-06 19:23:23 +08:00

todo

bash todo !!

git clone git@github.com:InvisibleFuture/todo.git

cd todo
chmod 777 main.sh

sudo cp ./main.sh /usr/bin/todo

todo
# 列出所有任务(每天首次打开附带提示help)
todo

# 查看帮助信息
todo help

# 新增一条
todo add "这是内容"

# 删除一条(其中1是列表中的序号)
todo delete 1