10 releases
0.2.3 | Aug 12, 2023 |
---|---|
0.2.2 | May 29, 2023 |
0.2.1 | Dec 19, 2022 |
0.2.0 | Oct 28, 2022 |
0.1.0 | Aug 25, 2022 |
#1163 in Command line utilities
79 downloads per month
2.5MB
50K
SLoC
Rsush
Rsush is Rust single Unix shell. This program is written in Rust programming language. This program is Unix shell.
Compliance with standard
This shell is most compliant with the SUSv3 (Single UNIX Specification Version 3). Non-compliance with the SUSv3 is most caused size of the shell. This shell contains the built-in commands. These built-in commands are from the SUSv3. This program doesn't contain non-standard built-in commands.
Installation
You can install this program by invoke the following command:
cargo install rsush
Configuration files
This shell reads two following configuration files in interactive mode:
- /etc/rsushrc
- ~/.rsushrc
These configuration files are scripts for this shell.
History
This shell loads and saves the ~/.rsush_history file that is history file in interactive mode. This file contains command lines which were invoked in this shell. The history size is defined by the RSUSH_HISTSIZE variable in lines. If this variable isn't set, the history size is 500 lines.
License
This program is licensed under the GNU General Public License v3 or later. See the LICENSE file for the full licensing terms.
Dependencies
~4–14MB
~167K SLoC