90s

Minimalist, customizable shell written in C99 with syntax highlighting
git clone https://codeberg.org/night0721/90s
Log | Files | Refs | README | LICENSE

commit b96af06a3d3d007a244af14c0bcdba5903c3cbbc
parent 81f70044a06a0476861069ad52a640fdbb8def5a
Author: night0721 <[email protected]>
Date:   Fri, 16 Feb 2024 22:32:14 +0000

notes

Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -54,11 +54,14 @@ $ ./rush - j - bg +## Notes +- History is either saved in HOME or XDG_CONFIG_HOME if it is defined + ## Todo Features - Tab completion - Git integration - Allow arguments with space in double quotes -- Underline file path if it exists +- Underline file path if it exists `echo -e "\033[4mabc\033[0m"` - Aliases ## Credits