https://github.com/nahumsa/cli-taskmanager
CLI Task manager based on https://gophercises.com/
https://github.com/nahumsa/cli-taskmanager
cli-app go golang
Last synced: about 2 months ago
JSON representation
CLI Task manager based on https://gophercises.com/
- Host: GitHub
- URL: https://github.com/nahumsa/cli-taskmanager
- Owner: nahumsa
- Created: 2020-08-11T13:57:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T14:09:27.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T12:26:55.855Z (about 2 years ago)
- Topics: cli-app, go, golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI Task Manager
This is a Command Line task manager based on [gophercises](https://gophercises.com/) which uses [BoltDB](https://github.com/boltdb/bolt) to store tasks and uses [Cobra](https://github.com/spf13/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