ritesh99rakesh / ToDo-App

A pure terminal based ToDo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal ToDo App

This is an easy to use, purely terminal based TODO application.

Install

  1. Clone the repository
git clone https://github.com/ritesh99rakesh/ToDo-App.git
  1. Create an alias in rc file (.bashrc/.zshrc).
alias todo="<path-to-repo>/ToDo-App/todo.sh"
  1. Open a new terminal and type
todo

If you get the following output then the app is working

No Todo

How to use

  • 1. To add a ToDo
    • 1.1. Press ENTER to get the menu
    • 1.2. Press a to add new ToDo
    • 1.3. Some points:
      • 1.3.1. Title is the only compulsory field
      • 1.3.2. Date: today, tomorrow, yesterday, number, default today
      • 1.3.3. Date: number corresponds to today+number
      • 1.3.4. Description: defaults=Title
      • 1.3.5. Priority: 1 is highest, default 3

Add Todo

  • 2. To edit a ToDo

Edit Todo

  • 3. Delete a ToDo

Delete Todo

About

A pure terminal based ToDo app

License:MIT License


Languages

Language:Shell 100.0%