Skip to content

Zeronetsec/Rubytask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version os license

Rubytask

Rubytask is a lightweight CLI tool for managing tasks and notes with zero dependencies.

Features

  • 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

Installation

git clone https://github.com/Zeronetsec/Rubytask.git
cd Rubytask
chmod +x install.sh
./install.sh

# for backup
./install.sh --backup

Usage

rubytask --create <name> [<date>]
rubytask --open <name>
rubytask --finish <name>
rubytask --delete <name>
rubytask --add-note <name>
rubytask --rename <name> <new_name>
rubytask --list

License

This project is licensed under the MIT License.

About

Rubytask is a lightweight CLI tool for managing tasks and notes with zero dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages