Rust_Search
fd
| Rust_Search | fd | |
|---|---|---|
| 5 | 194 | |
| 168 | 40,857 | |
| 3.6% | 1.3% | |
| 0.0 | 8.9 | |
| almost 2 years ago | 16 days ago | |
| Rust | Rust | |
| MIT License | Apache License 2.0 |
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.
Rust_Search
- 🚀 Announcing the Release of Verve v0.1.0 - A Lightweight and Blazingly Fast Launcher for MacOS
-> https://github.com/ParthJadhav/rust_search
Check my other repository for benchmarks, https://github.com/ParthJadhav/rust_search
- ⚙️ Rust_Search an Speedy Alternative to GLOB ⚙️
The communication around this rust_search project has been a little unclear, but basically, if anyone has questions about what this is doing, read the source code. It's about 100 lines and should tell you what you want to know.
- Blazingly fast file search library built in Rust 🔥
Just released this today. This is a File Search Library built in Rust to recursively search through the given inputs to the function. This is actually really fast providing it just took around 10 Secs to get the list of around 400K javascript files in my whole system. https://github.com/ParthJadhav/rust_search
fd
- 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?
- Some Terminal Frustrations
In case people were curious: https://github.com/sharkdp/fd
- We Are Destroying Software
- Shell-ish scripting in Go with ease
Life is too short to deal with bad Interfaces, I just use https://github.com/sharkdp/fd instead
find ./ -maxdepth 2 -name 'abc'
becomes
fd abc -d 2 ./
- 17 Essential CLI Tools to Boost Developer Productivity
fd
What are some alternatives?
Verve - Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
wireguard-rs - Rust library providing unified WireGuard interface to native/kernel and userspace implementations
skim - Fuzzy Finder in rust!
speak - Talk with your machine in this minimalistic Rust crate!
fselect - Find files with SQL-like queries