Skip to content

Releases: nixpulvis/oursh

Background, Redirection, Parameters, and more

12 Aug 19:45
0ce41af
Compare
Choose a tag to compare
  • Better docs 🎉
  • Custom lexer and parser overhaul (see #22)
  • Builtin commands started (see #24)
  • New temporary REPL library and functionality
  • Sources ~/.oursh_profile and can set the prompt there, e.g. export PS1="\033[32m\w\e[0m $ "
  • Background processes (jobs management)
  • Variables (see #51) partially implemented
  • Compound commands haven't really gotten any more broken, they just never were quite right
    • e.g. background compound commands don't execute in sequence of each other
  • Redirection is definitely buggy

Code and Coffee Release

21 Oct 06:11
Compare
Choose a tag to compare
Pre-release
  • Completion started
  • Compound syntax
  • Boolean syntax / exit codes
  • Start benchmarks
  • Docopt CLI arg parsing

Inital crates.io publish

21 Oct 06:12
Compare
Choose a tag to compare
Pre-release

🎉 :shipit: https://crates.io/crates/oursh ❤️

Note: This is an alpha quality release, please don't use this if it matters