Skip to content

Commit 70ab3a5

Browse files
committed
Docs: formating and Uninstall in Readme
1 parent 584cbd5 commit 70ab3a5

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ pip install git+https://github.com/Matars/gitfetch
4646
- Comprehensive statistics from multiple git hosting platforms
4747
- Smart SQLite-based caching system
4848
- Cross-platform support (macOS and Linux)
49+
- View active pull requests and issues
50+
- Display commit streak information
4951
- Extensive customization options
5052

5153
## Supported Platforms
@@ -55,6 +57,21 @@ pip install git+https://github.com/Matars/gitfetch
5557
- **Gitea/Forgejo/Codeberg** - Uses personal access tokens
5658
- **Sourcehut** - Uses personal access tokens
5759

60+
## Unisntall
61+
62+
```bash
63+
brew uninstall gitfetch # Homebrew
64+
brew untap matars/gitfetch # Homebrew tap
65+
```
66+
67+
```bash
68+
pip uninstall gitfetch # pip
69+
```
70+
71+
```bash
72+
yay -R gitfetch-python # AUR (yay)
73+
```
74+
5875
## License
5976

6077
GPL-2.0

docs/contributors.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ We'd like to thank all the amazing contributors who have helped make gitfetch be
2020

2121
## Acknowledgements
2222

23-
gitfetch stands on the shoulders of giants. We're grateful for the inspiration and tools that made this project possible:
24-
2523
### Design Inspiration
24+
2625
- **Kusa** by Ryu0118 - Beautiful contribution graph design that inspired our visual approach
2726
- **songfetch** by fwtwoo - The very cool and extremely fun tool that showed us the power of creative terminal displays
2827

2928
### Technical Inspiration
29+
3030
- **gitfiti** by gelstudios - The `--text` and `--shape` contribution-graph simulation features take inspiration from and adapt ideas from this project. Credit to gelstudios for the concept of painting the contribution calendar (our implementation only simulates the appearance and does not modify git history).
3131

3232
### Community
33-
A special thanks to the open source community for creating the tools and libraries that power gitfetch, and to all our users for their feedback and support!
33+
34+
A special thanks to the open source community for creating the tools and libraries that power gitfetch, and to all our users for their feedback and support!

0 commit comments

Comments
 (0)