• 0.6.5 9e118c274f

    0.6.5 Stable

    parker_macdonald released this 2025-12-31 17:32:18 -07:00 | 111 commits to main since this release

    rash is now (more or less) feature complete!

    This release adds:

    • Tab completing a line with multiple matching files will now display them to a user
    • Pressing Ctrl+C while typing a line will now put you on a new fresh line (this feature was previously removed due to issues with signals)
    • Input redirection for builtin commands now works properly

    ...and a whole lot of bug fixes!

    Downloads
  • 0.6.4 9b2a8cb9f1

    0.6.4 Stable

    parker_macdonald released this 2025-12-28 11:40:29 -07:00 | 118 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 | 136 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 | 139 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 | 158 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 | 159 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 | 165 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 | 184 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 | 187 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 | 196 commits to main since this release

    globbing, hell yeah

    Downloads