Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellojukay/todo
a command line todolist write in pure go.
https://github.com/hellojukay/todo
golang todolist
Last synced: 29 days ago
JSON representation
a command line todolist write in pure go.
- Host: GitHub
- URL: https://github.com/hellojukay/todo
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2020-06-01T06:48:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T04:50:14.000Z (over 2 years ago)
- Last Synced: 2024-06-20T17:44:24.512Z (5 months ago)
- Topics: golang, todolist
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo
a command line todolist write in go.![image](https://travis-ci.org/hellojukay/todo.svg?branch=master)
# Install
```
go install github.com/hellojukay/todo@latest
```
# Usage
```shell
hellojukay@local todo (master) $ todo --help
Usage of todo:
-a add a new task to todolist
-d int
delete task from todolist
-list
list todo
-m string
task description
```
list tasks
```shell
hellojukay@local todo (master) $ todo --list
1 2020-06-03 模拟镜像打包
2 2020-06-03 k8s集群搭建
3 2020-06-03 申请新的 k8s 集群节点
4 2020-06-03 无法用 sudo 切换到 root 的问题
```