Skip to content

ACoderOrHacker/shit

Repository files navigation

The SHIT terminal

Build

A powerful and modern terminal written in D Programming Language.

The name

SHIT - shell itself :)

Installation

This project depends on:

xmake build
xmake install

Usage

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.