Skip to content

Commit de0b211

Browse files
authored
feat: adds lazygit (ibraheemdev#16)
1 parent eec8247 commit de0b211

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| [`httpie`][httpie] | A modern, user-friendly command-line HTTP client for the API era. | ![_][httpie-ghst] ![_][httpie-lang] ![_][httpie-ghlc] | <img alt="httpie-preview" width="300" src="./screenshots/httpie.gif" /> |
2525
| [`hyperfine`][hyperfine] | A command-line benchmarking tool. | ![_][hyperfine-ghst] ![_][hyperfine-lang] ![_][hyperfine-ghlc] | <img alt="hyperfine-preview" width="300" src="./screenshots/hyperfine.gif" /> |
2626
| [`jq`][jq] | `sed` for JSON data. | ![_][jq-ghst] ![_][jq-lang] ![_][jq-ghlc] | <img alt="jq-preview" width="300" src="./screenshots/jq.png" /> |
27+
| [`lazygit`][lazygit] | simple terminal UI for git commands | ![_][lazygit-ghst] ![_][lazygit-lang] ![_][lazygit-ghlc] | <img alt="lazygit-preview" width="300" src="./screenshots/lazygit.gif" /> |
2728
| [`lsd`][lsd] | The next gen file listing command. Backwards compatible with `ls`. | ![_][lsd-ghst] ![_][lsd-lang] ![_][lsd-ghlc] | <img alt="lsd-preview" width="300" src="./screenshots/lsd.png" /> |
2829
| [`mcfly`][mcfly] | Fly through your shell `history`. Great Scott! . | ![_][mcfly-ghst] ![_][mcfly-lang] ![_][mcfly-ghlc] | <img alt="mcfly-preview" width="300" src="./screenshots/mcfly.png" /> |
2930
| [`mtr`][mtr] | A network diagnostic tool, combining functionality of `traceroute` and `ping` | ![_][mtr-ghst] ![_][mtr-lang] ![_][mtr-ghlc] | <img alt="mtr-preview" width="300" src="./screenshots/mtr.png" /> |
@@ -194,6 +195,13 @@
194195
[jq-ghst]: https://img.shields.io/github/stars/stedolan/jq?label=%E2%AD%90
195196
[jq-lang]: https://img.shields.io/github/languages/top/stedolan/jq
196197

198+
<!--lazygit -->
199+
200+
[lazygit]: https://github.com/jesseduffield/lazygit
201+
[lazygit-ghlc]: https://img.shields.io/github/last-commit/jesseduffield/lazygit?label=%F0%9F%92%BB
202+
[lazygit-ghst]: https://img.shields.io/github/stars/jesseduffield/lazygit?label=%E2%AD%90
203+
[lazygit-lang]: https://img.shields.io/github/languages/top/jesseduffield/lazygit
204+
197205
<!--lsd-->
198206

199207
[lsd]: https://github.com/Peltoche/lsd

links.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"httpie.gif": "https://raw.githubusercontent.com/httpie/httpie/master/docs/httpie-animation.gif",
2222
"hyperfine.gif": "https://camo.githubusercontent.com/ed09194016a09ea928cb15891075ec0babc0033e785dfbdb14803913a7fb478b/68747470733a2f2f692e696d6775722e636f6d2f7a31394f5978452e676966",
2323
"jq.png": "https://blog.noenieto.com/media/gnome-shell-screenshot-VMABUZ.png",
24+
"lazygit.gif": "https://raw.githubusercontent.com/jesseduffield/lazygit/assets/demo/commit_and_push-compressed.gif",
2425
"lsd.png": "https://raw.githubusercontent.com/Peltoche/lsd/assets/screen_lsd.png",
2526
"mcfly.png": "https://raw.githubusercontent.com/cantino/mcfly/master/docs/screenshot.png",
2627
"procs.png": "https://user-images.githubusercontent.com/200613/90223676-c8eb6580-de0e-11ea-8e3e-fea30f173aab.png",

screenshots/lazygit.gif

462 KB
Loading

0 commit comments

Comments
 (0)