An open API service indexing awesome lists of open source software.

https://github.com/rahul01-git/todo-hero

TODO Hero is a command-line tool written in Ruby that is used for storing , viewing, update and delete todos. The data is stored in a file.
https://github.com/rahul01-git/todo-hero

ruby ruby-cli todolist

Last synced: 9 months ago
JSON representation

TODO Hero is a command-line tool written in Ruby that is used for storing , viewing, update and delete todos. The data is stored in a file.

Awesome Lists containing this project

README

          

# TODO HERO
![demo](logo.png)

This is a command-line tool written in Ruby that is used for storing , viewing, update and delete todos. The data is manged in a text file.

## Features

- View all todos
- Add new todo
- Update a todo
- Delete a todo

## Prerequisites

- Ruby 3.0 or later

## Installation

1. Clone the repository:
```sh
git clone https://github.com/rahul01-git/TODO-HERO.git
cd port-peek
```

2. Run the project:
```sh
ruby index.rb
```

## Example Output
![demo](demo.gif)