toGo is a simple and convenient CLI tool for managing notes and tasks. With it, you can save and delete notes and tasks, making it an ideal assistant for organizing your time.
- Add, delete, and view tasks
- Simple command-line interface
Make sure you have the following installed:
git
bash
To install toGo, simply download the repository and run the build.sh
script:
git clone https://github.com/Akulalu07/toGo.git
cd toGo
./build.sh
Here are some examples of commands you can use with toGo:
- Add a task:
toGo add "Buy milk"
- Delete a task:
toGo del 1
- View all tasks:
toGo list
If you encounter issues with the database, you can try running:
sudo toGo [command]
(Note: This command is intended to display the logo.)