/task_term

A simple cli tool to manage ur daily tasks from the terminal; written in GO

Primary LanguageGoOtherNOASSERTION

Task Term

A simple CLI utility written in GO to manage ur daily tasks from your terminal

How to run

  • Clone this repo
  • cd into it
cd task_term
  • install the dependencies via
go mod download
  • run the cli task via task -h

Need to have Go installed on your local machine