Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bat | 40,264 | 1 | 35 | 15 hours ago | 37 | September 10, 2022 | 176 | apache-2.0 | Rust | |
A cat(1) clone with wings. | ||||||||||
Lazygit | 33,561 | 2 | 5 hours ago | 209 | July 18, 2022 | 445 | mit | Go | ||
simple terminal UI for git commands | ||||||||||
Gitui | 12,639 | 1 | 2 days ago | 41 | January 26, 2022 | 130 | mit | Rust | ||
Blazing 💥 fast terminal-ui for git written in rust 🦀 | ||||||||||
Pure | 12,038 | 2 | 6 days ago | 46 | September 12, 2022 | 24 | mit | Shell | ||
Pretty, minimal and fast ZSH prompt | ||||||||||
Terminals Are Sexy | 11,129 | 19 days ago | 107 | cc0-1.0 | Shell | |||||
💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers. | ||||||||||
Onefetch | 7,499 | 11 hours ago | 29 | March 29, 2022 | 25 | mit | Rust | |||
Command-line Git information tool | ||||||||||
Gitsome | 7,303 | 8 | 6 months ago | 12 | April 07, 2019 | 59 | other | Python | ||
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools | ||||||||||
Git It Electron | 4,256 | 2 | 2 months ago | 1 | September 20, 2015 | 119 | bsd-2-clause | Perl | ||
:computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub | ||||||||||
Oh My Git | 3,523 | 9 months ago | 55 | mit | Shell | |||||
An opinionated git prompt for bash and zsh | ||||||||||
Git Game | 2,892 | 2 years ago | 21 | gpl-2.0 | ||||||
terminal game to test git skills |
Plays Game of Thrones opening in your terminal every time you mistype git
.
got requires mplayer
and libcaca
for it to work.
aptitude install mplayer libcaca
pacman -S mplayer libcaca
brew install mplayer libcaca
After you have mplayer
and libcaca
in your system, all you need to do is
add this repo bin
folder to your PATH.
# .bash_profile
PATH="$PATH:/path/to/got/bin"