A simple TODO APP in terminal with golang
✔ CLI Tool
✔ simple Todo app
✔ Save TODO list to json file
First clone the file from github:
git clone https://github.com/MiniAppleTheApple/todo-in-terminal.git
Go into the file and run go install:
cd todo-in-terminal
go install or go run .
Finally you can use now:
~/your path/todo-in-terminal/>{{ command }}
- new: add a new task into the list
- del: delete the task by put in the position
- show: display all the task
- do: making the undone task into done task or making the done task into undone task
- quit: quit the program