oursh

Your comrade through the perilous world of UNIX.

MIT License

Downloads
3.1K
Stars
66
Committers
3
oursh - Background, Redirection, Parameters, and more Latest Release

Published by nixpulvis about 3 years ago

  • 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
oursh - Inital crates.io publish

Published by nixpulvis about 6 years ago

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

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

oursh - Code and Coffee Release

Published by nixpulvis about 6 years ago

  • Completion started
  • Compound syntax
  • Boolean syntax / exit codes
  • Start benchmarks
  • Docopt CLI arg parsing