Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-shiati/todolist-golang
A simple cli todo list created using golang and boltdb.
https://github.com/amir-shiati/todolist-golang
Last synced: 6 days ago
JSON representation
A simple cli todo list created using golang and boltdb.
- Host: GitHub
- URL: https://github.com/amir-shiati/todolist-golang
- Owner: amir-shiati
- License: gpl-3.0
- Created: 2020-09-16T11:54:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T12:35:54.000Z (about 4 years ago)
- Last Synced: 2024-06-21T15:45:09.817Z (5 months ago)
- Language: Go
- Size: 2.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todolist-golang
### A simple cli todo list created using golang and boltdb.### Usage:
` todo [command]`### Available Commands:
`add adds a new task to the todo list.`
`do marks a task as complete.`
` help Help about any command`
` list lists all tasks.`
### Flags:
`-h, --help help for todo`#### Use "todo [command] --help" for more information about a command.