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

https://github.com/monksc/ishell

It's an improvement to any shell.
https://github.com/monksc/ishell

c custom-shell improved shell

Last synced: 11 days ago
JSON representation

It's an improvement to any shell.

Awesome Lists containing this project

README

          

# Description
If you have to use a shell that sucks like spim or jdb and doesn't come
with the ability to clear the screen. Or is missing features likea history and
editing the first line.

# Installing
Make sure that in the make file, the location for install and uninstall are correct.
You just want to make sure that you install to a place on your path. To see path type 'echo $PATH'.
```
make
make install
```

# Usage
```
ishell
```

# Example 1
```
ishell mips
```

# Example 2
```
ishell jdb ClassFile
```

# Uninstall
It just rm /usr/local/bin/ishell.
```
make uninstall
```