Skip to content

A CLI To-Do app that allows you to manage your tasks (to-do list) directly from your command line πŸ“

License

Notifications You must be signed in to change notification settings

rashid2003/GoDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GoDo

A CLI To-Do app which allows you to mange your tasks (todo list) directly from your command line

Features

πŸ™Œ Check Tasks
✏️ Add Task
...and some more - all directly from Command Line!

Upcoming Features

πŸ“ 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

Installing

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
  1. Use git to clone the project:

    git clone https://github.com/rashid2003/GoDo.git
  2. Install it:

    go install

    or just install directly

     go install https://github.com/rashid2003/GoDo

Or just download .exe file form release page.

How to use

After you installed the project you can run the App from your command line by typing GoDo

  1. To check all tasks pass --show flag:

    GoDo --show all
  2. To add a task by passing --add flag:

    GoDo --add "Write a blog post"

Contributing

  1. Use git to clone the project:

    git clone https://github.com/rashid2003/GoDo.git
  2. Run it:

    go run main.go

Check TODO list / issues before contributing

License

This project is open-sourced software licensed under the MIT license. See the License file for more information.

About

A CLI To-Do app that allows you to manage your tasks (to-do list) directly from your command line πŸ“

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages