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}"