Updated README

This commit is contained in:
Aleksandr Lebedev 2026-04-21 02:56:05 +02:00
parent 17501b59b4
commit 8285e148e1

View file

@ -4,7 +4,9 @@ Simple shell for Unix-like systems written in C, that has a funny name (for germ
* Features * Features
- Can run commands - Can run commands
- You can pipe stdout of one command to stdin of another (ex. ~cat main.c | wc --lines~) - 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 - 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) - Run subcomands with ~$(hostname)~ or ~`pwd`~ (works with pipes)
- ~cd~ builtin command (~cd~ without arguments moves you to ~$HOME~) - ~cd~ builtin command (~cd~ without arguments moves you to ~$HOME~)
- ~exit~ builtin command - ~exit~ builtin command