Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.6 KB

Rush - Fast, Minimal Shell

Rush is a fast and minimal shell, designed to be a complete and efficient shell for everyday use. It aims to provide a seamless and performant experience while adhering to POSIX standards.

Features

  • POSIX Compliant: Ensures compatibility with a wide range of Unix-like systems.
  • High Performance: Optimized for speed and efficiency.
  • Minimalistic Design: Focuses on essential features without unnecessary bloat.
  • Extensible: Easily extendable with custom scripts and plugins.

Getting Started

Prerequisites

  • Rust: Ensure you have Rust installed. You can install Rust from here.

Installing

  1. Clone the repository:

    git clone https://github.com/a-cream/rush
    cd rush
  2. Install Rush to your path:

    cargo install --path .

Usage

Once installed, you can start using Rush by simply typing rush in your terminal.

Contributing

We welcome contributions from the community! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

Acknowledgments

  • Thanks to all the contributors who have helped in making this project better.
  • Special thanks to the Rust community for their support and contributions.