fast-ssh
gitui
fast-ssh | gitui | |
---|---|---|
1 | 85 | |
185 | 20,039 | |
0.0% | 1.9% | |
4.7 | 9.3 | |
about 1 year ago | 13 days ago | |
Rust | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fast-ssh
-
FastSSH : Connect quickly to your servers by browsing your SSH Config
I made it for myself first but I thought it might interest some of you here! You can learn a bit more about it in the README. The executable can be found in the Github release. I'm still a beginner so the code is for sure far from perfect so, if you have any ideas or suggestions for improvements please let me know and I'll be really happy to do it ! https://github.com/Julien-R44/fast-ssh
gitui
-
Opencode: AI coding agent, built for the terminal
Side note, if you're a lazygit fan, consider using gitui as an alternative. Feature wise they're pretty similar but gitui is much faster and I find it easier to use.
https://github.com/gitui-org/gitui
- Gitui release 0.27 adds simple management of remotes
-
Tig: Text-Mode Interface for Git
There're multiple solutions like this and I've used some of them over the past years.
- There's obviously the fantastic Magit (https://github.com/magit/magit) which is an Emacs Plugin but you can configure your Emacs start up just with Magic and nothing else so that Emacs is only used as a TUI Git client. I did this for a while.
- There's GitUI written in Rust (https://github.com/extrawurst/gitui) I did use this for a long time but recently switched over to LazyGit for the better Vim bindings and having more features
- LazyGit (https://github.com/jesseduffield/lazygit) is what I'm using right now and I'm mostly happy
I actually wrote my own in C some years ago called Gitsi (https://github.com/terhechte/gitsi).
One thing that I added that (as far as I know) none of the others have and I sorely miss is VIM number based movements. So you can say 4j and jump 4 selections down. This makes it much faster (for me) to jump to the one file I'd like to commit. I ultimately stopped developing Gitsi because I didn't have the time to implement all the features others had readily available.
I do prefer TUI based Git clients to full blown GUI apps because of the keyboard movement. So I can quickly enter do something and exit, while staying in the terminal
-
GitUI
I was missing interactive rebase, as it is missing from libgit2
https://github.com/extrawurst/gitui/issues/32
-
Question: In your experience, is Helix always more snappy/responsive than Neovim?
I have this feeling with all rust apps using crossterm crate as their backend like GitUI for example
- I (kind of) killed Mercurial at Mozilla
-
GitUI 0.24 supports searching the entire commit history
GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.
- Lazygit: Simple terminal UI for Git commands
-
Easy way to git blame from helix?
The terminal applications I used are GitUi and LazyGit. Both are very good and have almost all what you need.
- GitUI 0.23 adds more fuzzy finding and rewording commits
What are some alternatives?
tui-rs - Build terminal user interfaces and dashboards using Rust
lazygit - simple terminal UI for git commands
cli-candlestick-chart - 📈 Display candlestick charts right into your terminal.
tig - Text-mode interface for git
ssh_cfg - Parses `~/.ssh/config` asynchronously.
delta - A syntax-highlighting pager for git, diff, grep, and blame output