Skip to content

MiniAppleTheApple/todo-in-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages