summaryrefslogtreecommitdiff
path: root/shells/schemesh/pkg-descr
blob: edd50f5c1a82290892524a4c6605aa66af947525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Schemesh is an interactive shell scriptable in Lisp.

It is primarily intended as a user-friendly Unix login shell,
replacing bash, zsh, pdksh etc.

As such, it supports interactive line editing, autocompletion, history
and the familiar Unix shell syntax: it can start commands, including
redirections, pipelines, job concatenation with ; && ||, groups
surrounded by { }, subshells surrounded by [ ], and manage
foreground/background jobs.