jsh
UNIX shell
An implementation of a basic UNIX shell in C, intended to be POSIX-conformant and not meant to replace full-featured shells.
A basic UNIX shell implementation in C
31 stars
8 watching
10 forks
Language: C
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brenns10/lsh | A simple demonstration of shell functionality in C, covering basic operations such as input parsing and process management. | 1,470 |
ks0n/ubsh | A lightweight non-POSIX shell that aims to minimize unnecessary features and complexity. | 3 |
michaelmacinnis/oh | A new Unix shell with simplified rules and rich features designed to respect established conventions while improving power and regularity. | 1,365 |
cpennington/h4sh | A Haskell-based shell utility that exposes functional programming concepts to Unix scripting | 67 |
cezarmathe/gosh | A basic shell written in Go with a limited set of commands and features. | 41 |
mirbsd/mksh | A shell implementation that aims to provide a portable and compatible alternative to various Unix-like shells | 211 |
jstorimer/shirt | A simple Unix shell written in Ruby for educational purposes. | 112 |
jsundqvist/bastard.zsh-theme | Custom shell theme with syntax highlighting and customizations for improved user experience. | 2 |
ibara/oksh | A portable shell implementation based on the Public Domain Korn Shell. | 360 |
redxtech/zsh-unix-simple | A zsh plugin that displays a graphic about Unix | 1 |
magicant/yash | A POSIX-compliant command line shell written in C99 with features to support daily interactive and scripting use. | 337 |
jekor/hesh | A Haskell implementation of a shell for scripting and automating tasks | 68 |
jsharkc/jacobin-zsh-theme | A zsh theme project that creates customizable shell configurations. | 0 |
billroy/bitlash | A programmable command shell for the Arduino microcontroller platform. | 345 |
chrissicool/zsh-bash | Provides compatibility and functionality enhancements to the ZSH shell for scripting in Bash style | 40 |