https://github.com/ganesh-k13/shell
Custom shell built with C++
https://github.com/ganesh-k13/shell
cpp shell
Last synced: 12 months ago
JSON representation
Custom shell built with C++
- Host: GitHub
- URL: https://github.com/ganesh-k13/shell
- Owner: ganesh-k13
- Created: 2018-03-15T08:31:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T11:34:59.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T01:03:22.239Z (12 months ago)
- Topics: cpp, shell
- Language: C++
- Size: 32.1 MB
- Stars: 21
- Watchers: 1
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell
## A simple shell built with C++.
> Please refer contribuitions section to raise issues/submit pull requests.
### Features:
- Has majority of Gnome-shell commands.
- Has inbuilt editor (see Editor section for usage).
### Requirements:
- Clang++ 5.x.x-7.x.x (preferred) / GCC 5.3.x-7.x.x
- Python 2.7.x
### To run:
#### 1. Compile and run the shell:
`make test`
`./test`
#### 2. To run any command:
`$ `
#### 3. To run the inbuilt editor:
`$ edit `
### Editor:
- A simple, lightweight editor built with Python.
- Easy to use (and extend) GUI.
### To Contribute:
- For pull requests: do it the regular git way.
- Please post issues in the [parent repository](https://github.com/DarkFate13/shell).