Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-pesar/todolist-cli

Simple CLI todolist (just for training)
https://github.com/the-pesar/todolist-cli

Last synced: 12 days ago
JSON representation

Simple CLI todolist (just for training)

Awesome Lists containing this project

README

        

# Todolist-cli
Simple CLI todolist (just for training)

## Compile
```
$ go build main.go
```

## Commands
- [x] **add**: ./main add -n {name} -d {description}
- [x] **read**: ./main list {id}
- [x] **update**: ./main update -i {id} -n {newname} -d {newdesc}
- [x] **remove**: ./main remove {id}
- [ ] **status**: ./main status -i {id} -s {newstatus}