fd
ripgrep
| fd | ripgrep | |
|---|---|---|
| 198 | 395 | |
| 43,250 | 64,851 | |
| 1.3% | 3.0% | |
| 8.9 | 8.9 | |
| 1 day ago | 2 days ago | |
| Rust | Rust | |
| Apache License 2.0 | The Unlicense |
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.
fd
-
Biff is a command line datetime Swiss army knife
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` (!).
-
5 CLI Tools I Use to Keep Terminal Workflows Less Annoying
fd is a friendlier, faster alternative to find, with sensible defaults and clean output.
-
How to setup Terminal tools for Mac
sharkdp/fd
- Mi Setup para el 2026
-
My Dev Tool List 2025
fd find replacement
-
15 rust tools to level up your Linux terminal
GitHub: https://github.com/sharkdp/fd
-
27 Rust-based alternatives to classic CLI apps
3. find → fd (39.5k ⭐)
-
Digging Through Linux: Must-Know Tools for File and Content Searches
fd GitHub
- fd: A simple, fast and user-friendly alternative to 'find'
-
Apple's Software Quality Crisis: When Premium Hardware Meets Subpar Software
It's not just the OS itself, where some of the slowness can at least be explained by the silo-ed nature of development and the large amount of moving parts. But even when MS gives a small-ish team free reign and a fresh start, the software is just agonizingly slow and buggy.
Example 1: new PowerToys https://github.com/microsoft/PowerToys/
The FancyZones "window snap" UI takes upwards of half a second to activate when dragging a window and the Zone Editor is at around 5s. All in all it is only very slightly less buggy than 3rd party tiling WMs like komorebic.
The PowerToysRun utility input is extremely variable, takes between 1 and 20(!) seconds. A lot of the plugins shipped with it simply don't work or have no suggestions/hints once you enter their prefix. The search relies on WindowsSearch, which is about 500x slower than https://github.com/sharkdp/fd and has not improved since Win7. Who cares, nobody ever searches for files, right? As a whole, PTRun is simply worse than https://github.com/Flow-Launcher/Flow.Launcher which uses the same UI kit as far as I can see. WTF?
ripgrep
-
Biff is a command line datetime Swiss army knife
I'm the author of Biff. I just wanted to leave a really cool example of something that Biff can do that I _think_ is kinda hard to do otherwise. (And also, I want to make an assertion about it and I hope this will lead to me being wrong and learning something new.)
The use case is: "I want to see a list of all files in a repository, sorted in ascending order of when it was most recently changed according to source control. I also want to highlight the time with color, make it be in local time and format it in my own bespoke way using strftime." Here's the full command (run from the root of https://github.com/BurntSushi/ripgrep):
$ git ls-files \ - Ripgrep AI Policy
-
How to escape note-taking lock-in with plain markdown and git
For full-text search, ripgrep is faster than any in-app search I've used:
-
Toward a more POSIX-Friendly PowerShell experience
ripgrep – A fancier version of grep commonly used by coding tools.
-
5 CLI Tools I Use to Keep Terminal Workflows Less Annoying
After finding files, I usually need to search inside them. For that, ripgrep, usually called rg, is my default.
-
Tell HN: Fastmod Is Nice
Ah yes... its `-E`.
But fastmod, which is mentioned in at the end of https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md#search-and-replace is surprisingly good, both in terms of performance/ux and compatibility.
You just:
fastmod -m 'something I need to (change|break)' '$1 is inevitable' -
How to setup Terminal tools for Mac
BurntSushi/ripgrep
-
I Ditched VS Code for a Terminal. My RAM Thanked Me.
ripgrep needs no introduction. It's grep, but fast. Respects .gitignore, searches recursively by default, and returns results before you finish blinking.
- Ripgrep is faster than {grep, ag, Git grep, ucg, pt, sift}
-
Yes, all longest regex matches in linear time is possible
Ripgrep does something like thhis. It has a meta regex engine that switches engine when it finds what looks like pathological cases (or rather, the regex-automata crate does, which is used by the regex crate, which powers ripgrep).
https://docs.rs/regex-automata/latest/regex_automata/meta/st...
Ripgrep in turn exposes some knobs to tweak the heuristics
https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md#how...
What are some alternatives?
skim - Fuzzy Finder in rust!
xsv - A fast CSV command line toolkit written in Rust.
exa - A modern replacement for ‘ls’.
ugrep - 🔍 ugrep 7.8 file pattern searcher -- a user-friendly, faster, more capable grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more
fzf - :cherry_blossom: A command-line fuzzy finder
alacritty - A cross-platform, OpenGL terminal emulator.