Skip to content

6z7y/shesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shesh

shesh is a simple shell — fast, light, smooth.


Why shesh?

  • A lightweight version of fish shell
  • Built from scratch in Rust
  • Supports auto-completion and command hints
  • Clean configuration with simple syntax

Installation

From source

Requirements: Rust

git clone https://github.com/6z7y/shesh.git
cd shesh
make clean install

Using Cargo

cargo install shesh

Running shesh

To start the shell, just run:

shesh

Configuration

Config file location:

~/.config/shesh/shesh.24

Example configuration:

#prompt = "shesh> "
#startup
echo "shesh ready!"

Message from shesh

Hey, I'm shesh — a small and fast shell written in Rust.
I like to keep things simple — no clutter, just what you need.
I'm still improving, but I'm stable and ready to run by your side.

Releases

No releases published

Packages

No packages published

Contributors 5