Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x1nf3cted/xhell
xhell: lightweight shell built in C
https://github.com/0x1nf3cted/xhell
c kernel linux shell
Last synced: 4 days ago
JSON representation
xhell: lightweight shell built in C
- Host: GitHub
- URL: https://github.com/0x1nf3cted/xhell
- Owner: 0x1nf3cted
- Created: 2024-04-19T09:48:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T13:22:43.000Z (7 months ago)
- Last Synced: 2024-10-11T03:18:33.616Z (26 days ago)
- Topics: c, kernel, linux, shell
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xhell: a shell made to exist
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Installation
### Installation Steps
```bash
# Clone the repository
$ git clone https://github.com/moussacodes/xhell# Navigate to the project directory
$ cd xhell# Build the shell using the Makefile
$ make
```## Usage
```bash
# Run the shell
$ ./xhell
```## Contributing
We welcome contributions from the community. If you'd like to contribute to this project, please follow these guidelines:
1. Fork the repository and clone it to your local machine.
2. Create a new branch for your feature or bug fix: `git checkout -b feature/your-feature`.
3. Make your changes and test them thoroughly.
4. Commit your changes: `git commit -am 'Add new feature'`.
5. Push to the branch: `git push origin feature/your-feature`.
6. Submit a pull request detailing your changes.