Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 799 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 799 Bytes

Todo in Terminal with GO

Todo App in terminal

TODO

A simple TODO APP in terminal with golang

Feature

✔ CLI Tool
✔ simple Todo app
✔ Save TODO list to json file

HOW TO USE

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 }}

Commands

  • 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