Releases: Vaniell0/iris
Releases · Vaniell0/iris
v0.1.0 — irsh MVP
Install
Nix (recommended):
nix profile add github:Vaniell0/iris#irishGeneric Linux x86_64 — download irish-linux-x86_64 below, requires glibc 2.17+:
chmod +x irish-linux-x86_64 && ./irish-linux-x86_64What's in the box
- irish — irsh interpreter and REPL (history, highlighting, tab completion)
- Lazy typed pipelines:
ls | filter size > 4096 | sort by: size desc | print - OS backend:
ls,ps,env,clearas typed value streams - Session variables,
collect,write,@os.exec/./path - Plugin loader (
~/.iris/plugins/*.so) - Fork+execvp only — no shell injection by construction
See docs/getting-started.md for examples.