woodpecker
fd
Our great sponsors
woodpecker | fd | |
---|---|---|
3 | 143 | |
1,495 | 26,164 | |
- | - | |
7.3 | 7.9 | |
7 days ago | 6 days ago | |
Rust | Rust | |
GNU General Public License v3.0 only | 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.
woodpecker
- What are some less popular but well-made crates you'd like others to know about?
-
[Media] Introducing `pdc` a load testing library that can hit 500,000 req/sec
drill
-
[ANN] servant-benchmark v0.1.1.1
I've recently published servant-benchmark, a small library that produces request files from Servant APIs to be used by external benchmarking tools. It currently supports exports for wrk, siege, and drill.
fd
- Trial and error FreeBSD
-
Is there a way to unravel a filepath based on a known end file?
Yeah. I do use fd a lot. It will respect your .gitignores and is much faster than find in general. Sometimes find will be really slow just because it’ll scan through your entire node_modules and stuff. If you also know you only care about file in e.g. your src/ directory, then you can constrain it to that which will be faster. I think it will probably be fast enough for your purposes.
-
How do you find files with terminal?
Personally I prefer the tool fd.
-
With 2022 over soon, what were your favorites apps of the year?
🫴 fd – CLI: Simple, fast and user-friendly alternative to find.
-
What are peoples favorite free and open source software
Fd (alternative for find)
-
Parallel JXL batch converter
There is also fdfind, an alternative to find with support for parallel command execution.
- Ncdu – NCurses Disk Usage
-
Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal
fd is a simpler alternative to find. It is more intuitive to use and comes with sensible defaults. It is extremely fast due to parallel traversing and shows a modern colorized output and supports patterns and regex, parallel commands, smart case, understands .gitignore files, and so on. I have aliased find to fd as I could never remember what options to pass to get a basic find command working.
-
⚙️ Rust_Search an Speedy Alternative to GLOB ⚙️
Although it functions in the same way as FD, a Binary Crate. Rust Crate can thus be described as a library representation of FD with a straightforward and user-friendly API. To increase usability, there are pending pull requests that will soon be released. We anticipate the addition of more Contributors as rust search expands.
-
Telescope grep features dont work on windows, how can i make them work?
- WARNING: fd: not found. Install [sharkdp/fd](https://github.com/sharkdp/fd) for extended capabilities
What are some alternatives?
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
fzf - :cherry_blossom: A command-line fuzzy finder
exa - A modern replacement for ‘ls’.
skim - Fuzzy Finder in rust!
vim-grepper - :space_invader: Helps you win at grep.
vifm - Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
the_silver_searcher - A code-searching tool similar to ack, but faster.
habitat - Modern applications with built-in automation
watchexec - Executes commands in response to file modifications
hyperfine - A command-line benchmarking tool
bat - A cat(1) clone with wings.