woodpecker
coreutils
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
woodpecker | coreutils | |
---|---|---|
3 | 117 | |
1,838 | 15,699 | |
- | 1.3% | |
5.1 | 9.8 | |
4 months ago | 4 days ago | |
Rust | Rust | |
GNU General Public License v3.0 only | 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.
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.
coreutils
-
The First Stable Release of a Rust-Rewrite Sudo Implementation
Would be interesting to see a a Debian derivative that combines this with the Rust Implementation Of GNU Coreutils.[1] Could be a big win for memory safety and performance.
-
Looking for a small boring rust project to help my learning.
uutils /coreutils is also a great project. It has many contributors, and it also is a great resource to learn.
-
I Built an Implementation of the ls Command to Learn Rust! (Used to List Files in the Terminal)
You might be interested in this? https://github.com/uutils/coreutils
-
I have years of experience in vulnerability analysis including several 0-day discovery, and this bug [buffer overflow] seems totally safe.
Already did it. Checkmate, as i believe your people say.
- Tree(1) in Zig
-
Rust is ugly, doesn’t even let you write simple data structures, unsafe rust is not even defined, makes the simplest things so hard to write and did I mention it’s ugly?
Ah yes, std, that famous crate that is unusable for systems programming. God forbid anyone do any "systems" programming that uses std.
-
GitHub - dcantrell/bsdutils: Alternative to GNU coreutils using software from FreeBSD
I suppose there's some merit in having another option. But I also immediately thought why not just contribute to https://github.com/uutils/coreutils.
I like the idea but I think that https://github.com/uutils/coreutils likely is the better option going forward if you want to avoid GNU coreutils. Writing code that works on all platforms seems better than to port from one system to another, in my opinion
-
bsdutils: Alternative to GNU coreutils using software from FreeBSD
https://github.com/uutils/coreutils
MIT license
I think you’re conflating different projects.
There are projects that aim for a better user experience, with better command line interface, defaults, performance and UI. These are of course breaking changes and the programs can’t be used as drop in replacement. Some examples are
- ls => exa (https://github.com/ogham/exa)
- grep => ripgrep (https://github.com/BurntSushi/ripgrep)
- cat => bat (https://github.com/sharkdp/bat)
- tree => broot (https://github.com/Canop/broot)
The person you’re replying to was speaking of a different project - uutils (https://github.com/uutils/coreutils). These are drop in replacements with identical interfaces (modulo bugs).
What are some alternatives?
exa - A modern replacement for ‘ls’.
tokei - Count your code, quickly.
woodpecker - Drill is an HTTP load testing application written in Rust
habitat - Modern applications with built-in automation
watchexec - Executes commands in response to file modifications
parity-bitcoin - The Parity Bitcoin client
rust - Empowering everyone to build reliable and efficient software.
trust-dns - A Rust based DNS client, server, and resolver [Moved to: https://github.com/hickory-dns/hickory-dns]
skim - Fuzzy Finder in rust!
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Debian Repository Builder - A project for automatically generating and maintaining Debian repositories from a TOML spec.