Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relekang/todo
A cli for managing what todo
https://github.com/relekang/todo
cli golang todo
Last synced: 4 months ago
JSON representation
A cli for managing what todo
- Host: GitHub
- URL: https://github.com/relekang/todo
- Owner: relekang
- Created: 2019-07-10T05:38:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T20:31:47.000Z (about 2 years ago)
- Last Synced: 2024-09-26T17:48:20.093Z (4 months ago)
- Topics: cli, golang, todo
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# todo
```
NAME:
todo - simple todo cliUSAGE:
todo [global options] command [command options] [arguments...]COMMANDS:
add, a add a task
complete, c complete a task
list, l list tasks
profiles, p use profiles
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--help, -h show help (default: false)
```