https://github.com/connorslade/noseshell
๐ A Shell for Windows | Making CMD slightly less bad
https://github.com/connorslade/noseshell
cpp shell
Last synced: about 1 year ago
JSON representation
๐ A Shell for Windows | Making CMD slightly less bad
- Host: GitHub
- URL: https://github.com/connorslade/noseshell
- Owner: connorslade
- License: gpl-3.0
- Created: 2021-03-17T00:19:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T22:42:47.000Z (about 5 years ago)
- Last Synced: 2025-02-10T13:43:33.380Z (over 1 year ago)
- Topics: cpp, shell
- Language: C++
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐ Nose Shell ๐
A Shell for Windows (And Linux)
Making CMD slightly less bad :P
Report Bug
ยท
Request Feature
Table of Contents
## About The Project

### Built With
* [C++](https://isocpp.org/)
* [CMake](https://cmake.org/)
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
* [CMake](https://cmake.org/)
### Installation
1. Git Clone the Repo (`git clone https://github.com/Basicprogrammer10/NoseShell.git`)
2. Go into the folder (`cd NoseShell`)
3. Build! `cmake --build .`
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the GNU General Public License v3.0. See [`LICENSE`](https://github.com/Basicprogrammer10/NoseShell/blob/main/LICENSE) for more information.
## Usage
1. First download the latest version from [here](https://github.com/Basicprogrammer10/NoseShell/releases).
2. Run the EXE
3. Use your normal windows commands!
If you want to customize the project git clone it and edit the config.h, now when you build it you can have your colors and enable / disable features.
## Contact
Discord - `Sigma#8214`
Email - `connor@connorcode.com`
Project Link: [`https://github.com/Basicprogrammer10/NoseShell`](https://github.com/Basicprogrammer10/NoseShell)