Skip to content

Commit

Permalink
add sort to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 4, 2018
1 parent 7b55c6a commit 328df8b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ togo
### List

```none
togo list [--columns col1,col2] [--project project_id] [--labels label1,label2,label3] [filter...]
togo list [--columns col1,col2] [--labels label1,label2,label3] [--project project_id] [--sort col] [filter...]
```

List incomplete tasks:
Expand All @@ -65,6 +65,13 @@ $ togo list
01232 1 update gitlab
01233 1 clean computer monitor
$ togo list --sort Content
ID Priority Content
01233 1 clean computer monitor
01231 1 clean desk
01232 1 update gitlab
$ togo list --project 03211 --labels computer,desk "search: monitor"
ID Priority Content
Expand Down Expand Up @@ -160,6 +167,7 @@ Features:
- [x] custom columns
- [x] list projects
- [x] sort order
- [x] add complete
- [ ] add project
- [ ] add labels
- [ ] test coverage

0 comments on commit 328df8b

Please sign in to comment.