A powerful and modern terminal written in D Programming Language.
SHIT - shell itself :)
This project depends on:
xmake build
xmake install
shit
In shit, you can use the following patterns:
- %command args... run system command (such as winver.exe, etc.)
- @command args... run registered command or built-in command (such as cd, etc.)
- command args... run registered command or system command, if the command is not registered, it will be run as system command.