• 0.6.2 9d108ec051

    0.6.2 Stable

    parker_macdonald released this 2025-12-14 02:13:24 -07:00 | 2 commits to main since this release

    lots of new builtins:

    • which: see how a program is getting run
    • env: list environment variables
    • var: list shell variables
    • setenv: set an environment variable with explicit key and value
    • unsetenv: remove a variable from the environment

    one-shot mode: run a single command then exiting, used with the -c option

    better help documentation!

    Downloads