Marcel: A Modern Shell

Home | marcel

Marcel is a shell. The main idea is to rely on piping as the primary means of composition, as with any Unix or Linux shell. However, instead of passing strings from one command to the next, marcel passes Python values: builtin types such as lists, tuples, strings, and numbers; but also objects representing files and processes. A pipe carries streams of these values between commands.


https://www.marceltheshell.org/

Bash Stack Documentation

Bash Stack Documentation
Bash Stack Documentation
Bash Stack uses file-based routing. All of the application routes should exist as .sh files in the pages/ folder of the project. Whenever an HTTP request is made, the framework will locate the corresponding script and execute it.

https://bashsta.cc/

A simple static site generator

A simple static site generator
A simple static site generator
mkws A simple static site generator Quickstart On a Linux machine, in a terminal: curl -so – https://mkws.sh/mkws@4.0.14.tgz | tar -xzvf – mv ws.sh example.com && cd example.com echo “hello, world” > index.upphtml bin/mkws https://example.

https://mkws.sh/