Skip to content

xorkevin/nutcracker

Repository files navigation

nutcracker

a simple shell parsing and execution engine

Features

nutcracker can parse a subset of shell commands as detailed below:

Environment variables

echo $HOME ${ENVVAR:-default value}

Command substitution

echo $(cat file.txt)

String variable interpolation

"$(echo hello) $HOME ${ENVVAR:-default value}"

About

a simple shell parsing library

Resources

License

Stars

Watchers

Forks

Packages

No packages published