You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

539 B

chickenshell

Reference

https://github.com/danistefanovic/build-your-own-x#build-your-own-shell

_
  (o)
 / |
/  |==========
    \  CHSH  /
     \______/
         |
        _

To-Do

  1. Pipes
  2. Exclude things inside quote marks from string splitting and substitutions
  3. Interrupts ^C and ^Z, bg, fg
    • & and &&, ;
  4. Wildcard substitutions *, ? etc
  5. tab completion, handling escape sequences like ^[[D
  6. Functions and variables
  7. PS1