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: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| 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 |
| A .NET library that makes building shell scripts easy and fluent by abstracting away low-level command execution details. | 107 |
| An implementation of a basic UNIX shell in C, intended to be POSIX-conformant and not meant to replace full-featured shells. | 31 |
| A Haskell implementation of a shell for scripting and automating tasks | 68 |
| A Haskell-based shell utility that exposes functional programming concepts to Unix scripting | 67 |
| An implementation of a POSIX shell for Windows to speed up builds on the platform. | 109 |
| A lightweight non-POSIX shell that aims to minimize unnecessary features and complexity. | 3 |
| A Rust-based Unix shell implementation with basic features such as piping, redirections, and arithmetic operations. | 983 |
| Tools and functions for interacting with the system shell, paths, and external programs from Erlang. | 61 |
| A simple demonstration of shell functionality in C, covering basic operations such as input parsing and process management. | 1,476 |
| A simple shell with features like aliasing and tab autocompletion, plus two custom builtins for directory walking and command listing. | 33 |
| An Haskell-based shell that allows users to process command output through pipes and apply user-defined functions. | 290 |
| A new Unix shell with simplified rules and rich features designed to respect established conventions while improving power and regularity. | 1,366 |
| A Haskell-based shell scripting library providing a typed and lightweight environment for executing system commands and performing filesystem operations. | 946 |
| A NodeJS based shell that lets you run JavaScript functions on system commands' output in a functional style. | 458 |