• 0.6.4 9b2a8cb9f1

    0.6.4 Stable

    parker_macdonald released this 2025-12-28 11:40:29 -07:00 | 85 commits to main since this release

    Tab completions and bug fixes.

    Downloads
  • 0.6.3 e10f16cbc0

    0.6.3 Stable

    parker_macdonald released this 2025-12-19 17:25:23 -07:00 | 103 commits to main since this release

    support for the home and end keys on the keyboard and bug fixes.

    Downloads
  • 0.6.2 9d108ec051

    0.6.2 Stable

    parker_macdonald released this 2025-12-14 02:13:24 -07:00 | 106 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
  • 0.6.1 9f54138b97

    0.6.1 Stable

    parker_macdonald released this 2025-11-28 02:37:51 -07:00 | 125 commits to main since this release

    fix buffer overflow (and memory leak)

    Downloads
  • 0.6.0 f115d6eb5f

    0.6.0 Stable

    parker_macdonald released this 2025-11-27 22:58:32 -07:00 | 126 commits to main since this release

    rash 6 is all about shell scripting. rash now supports loading running commands from a file, it searches for a .rashrc file in the users home folder to execute on startup, and the source builtin allows you to modify your .rashrc on the fly!

    Downloads
  • 0.5.9 2904753a97

    0.5.9 Stable

    parker_macdonald released this 2025-11-26 23:18:28 -07:00 | 132 commits to main since this release

    Prompts, shell variables, builtin documentation, and a lot of bug fixes.

    Downloads
  • 0.5.8 4f99f4bf09

    0.5.8 Stable

    parker_macdonald released this 2025-11-15 22:37:59 -07:00 | 151 commits to main since this release

    various bug fixes

    Downloads
  • 0.5.7 cf9b35b488

    0.5.7 Stable

    parker_macdonald released this 2025-11-08 20:38:46 -07:00 | 154 commits to main since this release

    Line reader fixes

    Downloads
  • 0.5.6 dcaeb0e72d

    0.5.6 Stable

    parker_macdonald released this 2025-11-02 17:56:43 -07:00 | 163 commits to main since this release

    globbing, hell yeah

    Downloads
  • 0.5.5 233be23fae

    0.5.5 Stable

    parker_macdonald released this 2025-10-30 15:07:01 -06:00 | 164 commits to main since this release

    fixes for export and bg builtins

    Downloads