Rubytask is a lightweight CLI tool for managing tasks and notes with zero dependencies.
- Create new tasks
- View a list of all tasks
- Open and view task details
- Mark tasks as completed
- Delete tasks
- Add notes to a task
- Rename existing tasks
git clone https://github.com/Zeronetsec/Rubytask.git
cd Rubytask
chmod +x install.sh
./install.sh
# for backup
./install.sh --backuprubytask --create <name> [<date>]
rubytask --open <name>
rubytask --finish <name>
rubytask --delete <name>
rubytask --add-note <name>
rubytask --rename <name> <new_name>
rubytask --listThis project is licensed under the MIT License.