Skip to content
/ shsh Public

ShSh (SheepShell) - very simple shell written in Rust

Notifications You must be signed in to change notification settings

GNUSheep/shsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Overview

ShSh is a lightweight shell written in Rust. The inspiration behind this project came from my curiosity about creating a shell from scratch.

Features

  • Command History
  • Environment Variables
  • Tab Completion
  • Pipeline Support
  • Redirect stdout to file

In the neareast future I would like to have:

  • Reverse-i search in history
  • GitHub repository plugin
  • More custom commands

Usage

git clone https://github.com/GNUSheep/shsh.git
cd shsh
cargo build --release
./target/release/shsh

About

ShSh (SheepShell) - very simple shell written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages