Crates.io | rsubox |
lib.rs | rsubox |
version | 0.2.1 |
source | src |
created_at | 2022-04-12 09:27:10.461248 |
updated_at | 2023-05-29 06:07:54.516333 |
description | Rust single unix utilities in one executable. |
homepage | |
repository | https://github.com/luckboy/rsubox |
max_upload_size | |
id | 566339 |
size | 1,419,528 |
Rsubox is Rust single Unix utilities in one executable. This program is written in Rust programming language. This program contains common Unix utilities.
These utilities are most compliant with the SUSV3 (Single UNIX Specification Version 3). Non-compliance with the SUSV3 is most caused security and size of the utilities. The most utilities are from the SUSV3. Also, this program contains some non-standard utilities.
You can install this program by invoke the following command:
cargo install rsubox
You can display names of all implemented utilities by invoke the following command:
rsubox applets
You can run an utility by invoke the following command:
rsubox <utility name> [<argument> ...]
You can create links with names of the utilities to this program in directory of binaries and run the utilities by directly invoke their names.
This program is licensed under the GNU General Public License v3 or later. See the LICENSE file for the full licensing terms.