shesh

Crates.ioshesh
lib.rsshesh
version1.1.3
created_at2025-06-25 10:06:02.588235+00
updated_at2025-08-02 21:21:10.892994+00
descriptiona simple shell for your terminal
homepage
repositoryhttps://github.com/6z7y/shesh
max_upload_size
id1725581
size103,772
(6z7y)

documentation

README

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.

Commit count: 0

cargo fmt