Helper library for writing unix command line utilities in Rust
A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.
A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.
Temp fork with Sys impl of which crate until a new version is published
Sugar-coating for invoking shell commands directly from Rust.
Unix command reloader
A simple CLI tool for performing basic calculations.
UNIX Command Line tool to switch between Local Dns profiles
A command-line utility that streams stdin to both stdout and Amazon S3, similar to the Unix `tee` command but with S3 as an output.
A Rust implementation of the Unix concatenate command (cat)
riptree2 is a Rust rewrite of the Unix tree command. It aims to be a drop in replacement (`alias tree="rt --compat"`) with some quality of life improvements, such as automatically respecting ignore files.
Pure Rust implementation of the Unix concatenate (cat), word-count (wc) and echo command