coreutils
Core utils re-implementation for UNIX/UNIX-like systems written in Rust (by GrayJack)
tac
A high-performance, cross-platform file reverse utility (by neosmart)
coreutils | tac | |
---|---|---|
2 | 2 | |
108 | 110 | |
0.0% | 0.0% | |
3.4 | 4.3 | |
9 months ago | about 1 year ago | |
Rust | Rust | |
Mozilla Public License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
coreutils
Posts with mentions or reviews of coreutils.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-13.
-
Reimplementing the Coreutils in a modern language (Rust)
An alternative implementation that aims to be compatible with POSIX (not necessarily compatible with GNU coreutils): https://github.com/GrayJack/coreutils
-
The GNU coreutils have been re-implemented in Rust
Like https://github.com/GrayJack/coreutils?
tac
Posts with mentions or reviews of tac.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-27.
-
TV is a cross-platform CSV pretty printer made to maximize viewer enjoyment
cat just regurgitates the contents of the file, but the resulting piped fd is non-seekable. Since almost every command that can operate on a file from stdin can also operate on the file by name/path, at best this is just a needless invocation of a process (i.e. `tv foo.csv` should have been used instead of `cat foo.csv | tv`) - if the app in question can't handle paths, then you can have the shell pipe the file into it instead (e.g. `tv < foo.csv`). At worst, the recipient program would need to buffer the entire contents of the input if it needs to perform non-sequential operations on the source data - this is the case with things like `tac` that need to seek to the end of the input (see https://github.com/neosmart/tac for how `cat foo | tac` requires buffering but both `tac foo` and even `tac < foo` don't).
- Show HN: Hck – a fast and flexible cut-like tool
What are some alternatives?
When comparing coreutils and tac you can also consider the following projects:
ofCourse - :sunglasses: Yet Another yes clone but in Rust
tidy-viewer - 📺(tv) Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.
coreutils - Mirror of https://gitlab.redox-os.org/redox-os/coreutils
regexp-cut - Use awk to provide cut like syntax for field extraction
notes - A collection of small notes that aren't appropriate for my blog.
ngrid - It's "less" for data!