We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302933d commit 731c6adCopy full SHA for 731c6ad
docs/usage.md
@@ -91,20 +91,23 @@ gitfetch --change-provider
91
gitfetch --custom-box "██"
92
gitfetch --custom-box "■"
93
gitfetch --custom-box "●"
94
+gitfetch --custom-box "★"
95
+gitfetch --custom-box "◆"
96
+gitfetch --custom-box "◉"
97
```
98
99
### Predefined Shapes
100
101
```bash
102
gitfetch --shape kitty
-gitfetch --shape cat
103
+gitfetch --shape heart_shiny
104
105
106
Display multiple shapes with vertical spacing:
107
108
-gitfetch --shape kitty cat
-gitfetch --shape heart star
109
+gitfetch --shape kitty heart_shiny
110
+gitfetch --shape heart kitty
111
112
113
### Graph Dimensions
0 commit comments