From 8285e148e170b4b6b3e89b98c1747171b65be1a4 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Tue, 21 Apr 2026 02:56:05 +0200 Subject: [PATCH] Updated README --- README.org | 2 ++ 1 file changed, 2 insertions(+) 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