Skip to content

desyatkoff/rsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rsh

Description

Rsh stands for Rust shell. And yes, yet another shell like Bash, Zsh, Fish, etc but worse

Installation

Auto method

  1. Clone the repository
    $ git clone https://github.com/desyatkoff/rsh.git
  2. Go to the repository directory
    $ cd rsh/
  3. Launch install.sh script
    sh install.sh

Manual method

  1. Clone the repository
    $ git clone https://github.com/desyatkoff/rsh.git
  2. Go to the repository directory
    $ cd rsh/
  3. Compile the Rust project
    $ cargo build --release
  4. OPTIONAL (but still recommended): Copy Rsh to the /bin/ directory
    $ cp ./target/release/rsh /bin/

Usage

Firstly, you have to install Rsh and then type one of these commands:

  1. If you have NOT moved or copied Rsh binary to /bin/
    $ ./target/release/rsh
  2. If you have moved or copied Rsh binary to /bin/
    $ rsh

After that, you will be moved to Rsh and you can start executing some commands with Rsh

About

Rsh stands for Rust shell. And yes, yet another shell like Bash, Zsh, Fish, etc but worse

Topics

Resources

Stars

Watchers

Forks