
SmartGit
GitKraken
SourceTree
GitHub Desktop
TortoiseGit
Fork
tig
git-cola
fd
Bat
fzf
The Silver Searcher
Starship (Shell Prompt)
Micro
lazygit
tmux
SmartGit is ideal for software developers, DevOps professionals, and anyone who frequently works with Git version control systems. It is particularly useful for those who need a GUI-based solution to manage and visualize their repository workflows.
fd is recommended for developers, system administrators, and power users who often search through directories and require a fast, efficient tool with a shorter learning curve.
Based on our record, fd seems to be more popular. It has been mentiond 130 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Fast-glob was the Package Killer target, but it was not the only comparison worth making. Developers often reach for fd or ripgrep when they need to locate files from a terminal. They are mature native tools with excellent defaults, so this was not an attempt to manufacture an easy win. - Source: dev.to / 2 days ago
> Find works, but the syntax is arcane. Fd is a lifesaver: https://github.com/sharkdp/fd. - Source: Hacker News / about 2 months ago
I know that if you want `fd` (https://github.com/sharkdp/fd) you need to `apt install fd-find` and which installs the binary `fdfind` (!). - Source: Hacker News / 3 months ago
Fd is a friendlier, faster alternative to find, with sensible defaults and clean output. - Source: dev.to / 4 months ago
Fd is also great and I install it everywhere. https://github.com/sharkdp/fd. - Source: Hacker News / over 1 year ago
GitKraken - The intuitive, fast, and beautiful cross-platform Git client.
Bat - A cat(1) clone with wings.
SourceTree - Mac and Windows client for Mercurial and Git.
fzf - A command-line fuzzy finder written in Go
GitHub Desktop - GitHub Desktop is a seamless way to contribute to projects on GitHub and GitHub Enterprise.
The Silver Searcher - A code searching tool similar to ack, with a focus on speed.