Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1nf3cted/xhell-dev
xhell is a basic shell written in C
https://github.com/0x1nf3cted/xhell-dev
bash c cli shell terminal
Last synced: 9 days ago
JSON representation
xhell is a basic shell written in C
- Host: GitHub
- URL: https://github.com/0x1nf3cted/xhell-dev
- Owner: 0x1nf3cted
- License: gpl-3.0
- Created: 2023-12-11T22:55:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T14:41:16.000Z (10 months ago)
- Last Synced: 2024-10-11T03:18:30.361Z (26 days ago)
- Topics: bash, c, cli, shell, terminal
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xhell 🐚
This is a basic shell implementation written in C, It allows you to execute commands and interact with your operating system.
## Features
- Execute system commands.
- Handle basic input/output redirection.
- Support piping multiple commands together.## Prerequisites
Before you get started, ensure you have the following installed:
- CMake 🛠️ (for building the project)
- You can download it from [CMake](https://cmake.org/download/).## Building the Project
Follow these steps to build the C shell:
1. Clone this repository:
```sh
git clone https://github.com/moussacodes/xhell
cd your-c-shell
mkdir build
cd build
cmake .. && make && ./xhell
```## Tested Environment
This C shell has been tested only on Linux-based operating systems. While it may work on other platforms, it is primarily developed and optimized for Linux.
## Development Status
Please note that this project is currently in the development phase. While it provides basic shell functionality, there may be bugs, limitations, or missing features. Contributions and feedback are welcome to help improve and expand its capabilities.