We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f5729 commit 7b24a89Copy full SHA for 7b24a89
README.md
@@ -8,25 +8,25 @@
8
gh extension install yuler/gh-todo
9
```
10
11
+## Features
12
+
13
+- Simple
14
+- Easy to use via command line
15
+- Integration GitHub issues
16
17
## Usage
18
19
```bash
20
+# help
21
+gh todo --help
22
# create `todo` repo
23
gh todo init
24
# show todo list
25
gh todo
26
# add todo item
-gh todo add <item>
27
+gh todo add [item]
28
29
-## Features
-
-- Easy to use via command line
-## Usage
-- TODO
30
## Refs
31
32
- [todo.txt-cli]
0 commit comments