🖥️

Shell

advanced

bash alternative - Interactive shell with scripting

bash alternatifi - Betik destekli interaktif kabuk

Estimated Time
⏱️ 3-6 months
Essential Crates
📦 2

Tags

shellscriptinginteractiveunix

Required Crates

Essential

nix
Unix syscalls

Unix sistem cagrilari

crates.io →
nix = "0.27"
rustyline
Line editing

Satir duzenleme

crates.io →
rustyline = "14"

Optional

dirs
Directory paths

Dizin yollari

crates.io →
dirs = "5"

Starter Template

Copy this Cargo.toml to get started:

[package]
name = "my-shell"
version = "0.1.0"
edition = "2021"

[dependencies]
nix = "0.27"
rustyline = "14"
dirs = "5"
thiserror = "1"
tracing = "0.1"

Related Patterns

Learn these patterns to build this project effectively:

Other CLI & Terminal Projects