Skip to content

Releases: troglobit/jush

jush v0.1

28 Apr 06:49
Compare
Choose a tag to compare

Initial release, a fully working and very limited UNIX-like shell

Features:

  • Pipes using |
  • Backgrounding using &
  • Basic job control
  • Redirect, basic using < and >
  • Command separation using ;
  • Conditional execution cmd && cmd and cmd || cmd
  • Environment variables (basic)
  • Command completion
  • Filename completion