• 0.7.4 1a9db57f98

    0.7.4 Stable

    parker_macdonald released this 2026-03-18 02:51:00 -06:00 | 0 commits to main since this release

    improvements to the time command (using getrusage instead of times for more precision).

    Downloads
  • 0.7.3 d34796844a

    0.7.3 Stable

    parker_macdonald released this 2026-03-12 03:09:38 -06:00 | 3 commits to main since this release

    lots lots lots of bug fixes (line reader still is sorta broken though)

    Downloads
  • 0.7.2 a10f6051e4

    0.7.2 Stable

    parker_macdonald released this 2026-02-25 00:22:34 -07:00 | 12 commits to main since this release

    this release adds the time builtin for timing how long comands take to run

    Downloads
  • 0.7.1 779e0ff388

    0.7.1 Stable

    parker_macdonald released this 2026-01-18 12:37:53 -07:00 | 14 commits to main since this release

    subshells and as always, a lot of bug fixes

    Downloads
  • 0.7.0 e8bbf80d18

    0.7.0 Stable

    parker_macdonald released this 2026-01-14 22:38:18 -07:00 | 38 commits to main since this release

    rash version 7! this release makes shift+tab show you auto completion options, along with a lot of reworks under the hood, oh and a lot of bug fixes.

    Downloads
  • 0.6.9 aad0d3f54a

    0.6.9 Stable

    parker_macdonald released this 2026-01-06 18:34:31 -07:00 | 64 commits to main since this release

    lots of bug fixes for signals and job management

    Downloads
  • 0.6.8 56b69c82b1

    0.6.8 Stable

    parker_macdonald released this 2026-01-04 22:53:50 -07:00 | 66 commits to main since this release

    lots of bug fixes, mostly signal related.

    Downloads
  • 0.6.7 ee06976d93

    0.6.7 Stable

    parker_macdonald released this 2026-01-01 20:35:15 -07:00 | 71 commits to main since this release

    bug fixes

    Downloads
  • 0.6.6 6c6730f691

    0.6.6 Stable

    parker_macdonald released this 2026-01-01 20:21:13 -07:00 | 73 commits to main since this release

    adds the exec builtin. I ran into an issue trying to run gdb with rash set to my default shell, where it expected exec to be present.

    Downloads
  • 0.6.5 9e118c274f

    0.6.5 Stable

    parker_macdonald released this 2025-12-31 17:32:18 -07:00 | 78 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