File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ Display Git commit history with [conventional commit](https://www.conventionalco
88- Automatically detects and displays appropriate emojis based on conventional commit types
99- Relative timestamps for commits
1010
11+ ## Example Output
12+
13+ ```
14+ * abc123f feat: ✨ Add new feature (2 days ago)
15+ * def456a fix: 🐛 Fix critical bug (5 hours ago)
16+ * ghi789b docs: 📚 Update documentation (1 hour ago)
17+ ```
18+
1119## Installation
1220
1321### Cargo
@@ -44,14 +52,6 @@ function auto_pwd --on-variable PWD
4452end
4553```
4654
47- ## Example Output
48-
49- ```
50- * abc123f feat: ✨ Add new feature (2 days ago)
51- * def456a fix: 🐛 Fix critical bug (5 hours ago)
52- * ghi789b docs: 📚 Update documentation (1 hour ago)
53- ```
54-
5555## Inspiration
5656
5757Folke's [ devmoji] ( https://github.com/folke/devmoji )
You can’t perform that action at this time.
0 commit comments