Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isbadawi/ish

it's a shell
https://github.com/isbadawi/ish

Last synced: 22 days ago
JSON representation

it's a shell

Awesome Lists containing this project

README

        

# ish

It's a shell.
So far it just supports spawning commands and piping them together, e.g.

```bash
$ ish
ish$ echo hello | tr [:lower:] [:upper:] | xargs yes | head -5
HELLO
HELLO
HELLO
HELLO
HELLO
ish$
```