Skip to content

Commit f722bd5

Browse files
committed
readme and version bump
1 parent 1243831 commit f722bd5

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A neofetch-style CLI tool for GitHub, GitLab, Gitea, Forgejo, Codeberg, and Sour
2323
- Cross-platform support (macOS and Linux)
2424
- First-run initialization with interactive provider selection
2525
- Customize contribution characters, hide/show sections, control display elements
26-
- Simulate contribution-graph pixel art from text using `--text "Your Text"` or predefined shapes using `--shape KITTY` (visual simulation only — does not create commits). This feature was inspired by and borrows the visual approach from gelstudios/gitfiti.
26+
- Simulate contribution-graph pixel art from text using `--text "Your Text"` or predefined shapes using `--shape kitty` (visual simulation only — does not create commits). This feature was inspired by and borrows the visual approach from gelstudios/gitfiti.
2727
- Flags for advanced configuration (e.g., `--no-date`, `--graph-only`, `--custom-box`, `--width`, `--height`) see full list below with `gitfetch --help`
2828

2929
## Supported Platforms
@@ -221,6 +221,20 @@ gitfetch --custom-box "■"
221221
gitfetch --custom-box ""
222222
```
223223

224+
Create contribution graph art from predefined shapes:
225+
226+
```bash
227+
gitfetch --shape kitty
228+
gitfetch --shape cat
229+
```
230+
231+
Display multiple shapes with vertical spacing:
232+
233+
```bash
234+
gitfetch --shape kitty cat
235+
gitfetch --shape heart star
236+
```
237+
224238
Set custom graph dimensions:
225239

226240
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitfetch"
7-
version = "1.2.6"
7+
version = "1.3.0"
88
description = "A neofetch-style CLI tool for git provider statistics"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)