# shit **Repository Path**: ACoderOrHacker/shit ## Basic Information - **Project Name**: shit - **Description**: The shit shell - **Primary Language**: D - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-10-03 - **Last Updated**: 2025-10-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The SHIT terminal [![Build](https://github.com/ACoderOrHacker/shit/actions/workflows/ci.yml/badge.svg)](https://github.com/ACoderOrHacker/shit/actions/workflows/ci.yml) A powerful and modern terminal written in [D Programming Language](https://dlang.org/). ## The name SHIT - shell itself :) ## Installation This project depends on: - [DMD](https://dlang.org) - [Xmake](https://xmake.io) - A C compiler ``` 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.