
justdo
A command line application to manage your tasks. It has basic operations for your daily organization.
Usage
Installing the application
To install the application, use the command below:
go install github.com/olooeez/justdo@latest
Important: You need to have the go/bin folder in your $PATH for this to work.
Using and getting help
The application's command line interface is this:
justdo [global options] command [command options] [arguments...]
For help using it, type the command below:
justdo --help
Contributing
If you would like to contribute to this project, please feel free to open a pull request. All contributions are welcome!
License
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.