diff --git a/README.org b/README.org index cb51201..4515796 100644 --- a/README.org +++ b/README.org @@ -4,7 +4,9 @@ Simple shell for Unix-like systems written in C, that has a funny name (for germ * Features - Can run commands - You can pipe stdout of one command to stdin of another (ex. ~cat main.c | wc --lines~) +- Your can redirrect output/input with ~>~, ~>>~, ~<~, ~2>~, ~&>~ - Variables expansion with ~$PATH~ and ~${HOME}~ syntax +- Shows custom prompt, if ~PS1~ env variable is set - Run subcomands with ~$(hostname)~ or ~`pwd`~ (works with pipes) - ~cd~ builtin command (~cd~ without arguments moves you to ~$HOME~) - ~exit~ builtin command