A CLI To-Do app which allows you to mange your tasks (todo list) directly from your command line
π Check Tasks
βοΈ Add Task
...and some more - all directly from Command Line!
π Update existing task
π Delete task
π Check specific task
βοΈ Divide tasks into different categories
π Search and navigate to specific tasks
π Share tasks with others
π View a list of all tasks
πΎ Export Tasks to JSON, CSV, Excel and TXT
First of all make sure you have Go installed in your machine, then clone the project by git clone
git clone https://github.com/rashid2003/GoDo.git
-
Use git to clone the project:
git clone https://github.com/rashid2003/GoDo.git
-
Install it:
go install
or just install directly
go install https://github.com/rashid2003/GoDo
Or just download .exe file form release page.
After you installed the project you can run the App from your command line by typing GoDo
-
To check all tasks pass --show flag:
GoDo --show all
-
To add a task by passing --add flag:
GoDo --add "Write a blog post"
-
Use git to clone the project:
git clone https://github.com/rashid2003/GoDo.git
-
Run it:
go run main.go
Check TODO list / issues before contributing
This project is open-sourced software licensed under the MIT license. See the License file for more information.