nahumsa / CLI-TaskManager

CLI Task manager based on https://gophercises.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI Task Manager

This is a Command Line task manager based on gophercises which uses BoltDB to store tasks and uses Cobra to generate the commands.

To run in your personal computer you only need use go install ., then just need to call TaskManager on your command line and you're ready to go!

The available commands are:

  • add: Adds a task for your task list
  • do: Marks a task as complete
  • help: Help about any command
  • list: Lists all your tasks

About

CLI Task manager based on https://gophercises.com/


Languages

Language:Go 100.0%