• 0.8.1 f4bbfb2917

    0.8.1 Stable

    parker_macdonald released this 2026-07-28 22:08:16 -06:00 | 5 commits to main since this release

    allow the auto completion of file paths with tildes (~) in them.

    Downloads
  • 0.8.0 dced8ba458

    0.8.0 Stable

    parker_macdonald released this 2026-07-24 18:09:43 -06:00 | 13 commits to main since this release

    • mkdir builtin that allows you to automatically change to a created directory with the -c option. See mkdir --help for more info.
    • shell variable casting with function style syntax. echo {boolean(null)} => false.
    • handle crashes a lot better than before.
    • lots of bug fixes.
    Downloads
  • 0.7.9 5396e23fb1

    0.7.9 Stable

    parker_macdonald released this 2026-07-07 22:19:45 -06:00 | 35 commits to main since this release

    bug fixes for shell expressions and just in general

    Downloads
  • 0.7.8 5517c13f9c

    0.7.8 Stable

    parker_macdonald released this 2026-07-04 21:14:46 -06:00 | 38 commits to main since this release

    Shell expressions and shell variable types! Lots of love to shell variables

    Downloads
  • 0.7.7 a80d63b44b

    0.7.7 Stable

    parker_macdonald released this 2026-07-01 12:22:26 -06:00 | 62 commits to main since this release

    Lots of bug fixes and internal reworks

    Downloads
  • 0.7.6 6914f7445a

    0.7.6 Stable

    parker_macdonald released this 2026-05-17 21:29:30 -06:00 | 82 commits to main since this release

    fix to get rash actually working

    Downloads
  • 0.7.5 01d171b02f

    0.7.5 Stable

    parker_macdonald released this 2026-05-15 22:08:50 -06:00 | 84 commits to main since this release

    line reader works a lot better now, but there's still bugs.

    Downloads
  • 0.7.4 1a9db57f98

    0.7.4 Stable

    parker_macdonald released this 2026-03-18 02:51:00 -06:00 | 124 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 | 127 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 | 136 commits to main since this release

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

    Downloads