We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55d893 commit 5ba9a93Copy full SHA for 5ba9a93
README.md
@@ -17,3 +17,33 @@ zig build run
17
```bash
18
./zig-out/bin/zig-commit-emoji --help
19
```
20
+
21
+## Features
22
23
+### List
24
25
+#### What does it do ?
26
27
+Will simply list all emojis available with their description.
28
29
+#### How to use ?
30
31
+```bash
32
+./zig-commit-emoji list
33
+```
34
35
+### Search
36
37
38
39
+Will look for the keyword typed in all emojis descriptions.
40
41
42
43
44
+./zig-commit-emoji search -k <keyword>
45
46
47
48
+./zig-commit-emoji search -k "feat"
49
0 commit comments