ubsh
Shell
A lightweight non-POSIX shell that aims to minimize unnecessary features and complexity.
UnBloated (or Undefined Behavior...) shell. A small and lightweight non-POSIX shell.
3 stars
3 watching
1 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ibara/oksh | A portable shell implementation based on the Public Domain Korn Shell. | 360 |
emersion/mrsh | A minimal POSIX shell with the goal of providing simple and readable code without magic, serving as a building block for more elaborate shells. | 494 |
jovanbulck/jsh | An implementation of a basic UNIX shell in C, intended to be POSIX-conformant and not meant to replace full-featured shells. | 31 |
mirbsd/mksh | A shell implementation that aims to provide a portable and compatible alternative to various Unix-like shells | 211 |
nuta/nsh | A command-line shell designed to provide a productive and swift interactive experience with POSIX compatibility and traditional syntax. | 916 |
brenns10/lsh | A simple demonstration of shell functionality in C, covering basic operations such as input parsing and process management. | 1,470 |
nn1ks/mshp | A minimal shell prompt implemented in Rust | 3 |
anaskhan96/sesh | A simple shell with features like aliasing and tab autocompletion, plus two custom builtins for directory walking and command listing. | 33 |
hdoc1509/shell-fns | A collection of minimalist shell plugins and utilities | 2 |
2kabhishek/starship2k | A customizable shell prompt project inspired by Starship, offering various features and configuration options. | 5 |
mitnk/cicada | A Rust-based Unix shell implementation with basic features such as piping, redirections, and arithmetic operations. | 981 |
romkatv/zsh-bin | A portable Z shell implementation with static linking and minimal dependencies. | 322 |
cezarmathe/gosh | A basic shell written in Go with a limited set of commands and features. | 41 |
adacore/gsh | An implementation of a POSIX shell for Windows to speed up builds on the platform. | 107 |
hoomanist/mish | A minimalistic shell written in C for efficient command execution and simple user interface. | 8 |