Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 408 Bytes

File metadata and controls

20 lines (14 loc) · 408 Bytes

Tasks

Simple terminal task manager

Installation

  1. Clone this repository
  2. Go to the root directory of the project
  3. Run: make install
  4. Run: tasks

Usage

  1. Listing tasks: tasks
  2. Creating tasks: tasks TASK_NAME
  3. Complete task: tasks complete
  4. Delete tasks: tasks delete (see index from tasks output)
  5. Clear all tasks: tasks clear
  6. Help (shows this): tasks -h