oh
Unix shell
A new Unix shell with simplified rules and rich features designed to respect established conventions while improving power and regularity.
A new Unix shell.
1k stars
39 watching
55 forks
Language: Go
last commit: about 1 year ago
Linked from 1 awesome list
command-lineconcurrentfunctionalinterpreterlanguageschemescripting-languageshellunix
Related projects:
Repository | Description | Stars |
---|---|---|
cezarmathe/gosh | A basic shell written in Go with a limited set of commands and features. | 41 |
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 |
mboukhal/ohmyzsh_prompt | A customizable shell prompt for Unix-like systems | 1 |
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 |
anaskhan96/sesh | A simple shell with features like aliasing and tab autocompletion, plus two custom builtins for directory walking and command listing. | 33 |
mirbsd/mksh | A shell implementation that aims to provide a portable and compatible alternative to various Unix-like shells | 211 |
mitnk/cicada | A Rust-based Unix shell implementation with basic features such as piping, redirections, and arithmetic operations. | 983 |
lmorg/murex | A smarter shell and scripting environment with advanced features for usability, safety, and productivity | 1,511 |
hoomanist/mish | A minimalistic shell written in C for efficient command execution and simple user interface. | 8 |
magicant/yash | A POSIX-compliant command line shell written in C99 with features to support daily interactive and scripting use. | 348 |
ibara/oksh | A portable shell implementation based on the Public Domain Korn Shell. | 364 |
nn1ks/mshp | A minimal shell prompt implemented in Rust | 3 |
dhylands/upy-shell | A command-line interface for MicroPython with features like directory navigation and help functionality. | 38 |
syui/powerline.zsh | A Zsh configuration script providing customizable shell features and syntax highlighting. | 1 |
mattn/go-shellwords | A library for parsing command-line arguments and environment variables in a shell-like way | 536 |