An open API service indexing awesome lists of open source software.

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++

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).