es-shell
shell
An extensible shell implementing higher-order functions in C
es: a shell with higher-order functions
318 stars
17 watching
26 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
twitchax/sheller | A .NET library that makes building shell scripts easy and fluent by abstracting away low-level command execution details. | 107 |
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 |
jekor/hesh | A Haskell implementation of a shell for scripting and automating tasks | 68 |
cpennington/h4sh | A Haskell-based shell utility that exposes functional programming concepts to Unix scripting | 67 |
adacore/gsh | An implementation of a POSIX shell for Windows to speed up builds on the platform. | 109 |
ks0n/ubsh | A lightweight non-POSIX shell that aims to minimize unnecessary features and complexity. | 3 |
mitnk/cicada | A Rust-based Unix shell implementation with basic features such as piping, redirections, and arithmetic operations. | 983 |
proger/erlsh | Tools and functions for interacting with the system shell, paths, and external programs from Erlang. | 61 |
brenns10/lsh | A simple demonstration of shell functionality in C, covering basic operations such as input parsing and process management. | 1,476 |
anaskhan96/sesh | A simple shell with features like aliasing and tab autocompletion, plus two custom builtins for directory walking and command listing. | 33 |
iostreamer-x/funcshell | An Haskell-based shell that allows users to process command output through pipes and apply user-defined functions. | 290 |
michaelmacinnis/oh | A new Unix shell with simplified rules and rich features designed to respect established conventions while improving power and regularity. | 1,366 |
gabriella439/turtle | A Haskell-based shell scripting library providing a typed and lightweight environment for executing system commands and performing filesystem operations. | 946 |
iostreamer-x/awkward | A NodeJS based shell that lets you run JavaScript functions on system commands' output in a functional style. | 458 |