No description
- Go 100%
| cmd/res-sh | ||
| remnant | ||
| builtin.go | ||
| exec.go | ||
| expand.go | ||
| go.mod | ||
| go.sum | ||
| parse.go | ||
| README | ||
| redirect.go | ||
| shell.go | ||
residual/shell
==============
shell engine and interactive shell for residual.
packages:
shell/ minimal shell engine — tokenize, parse, execute pipelines,
builtins (cd, exit, pwd, export, echo). no interactivity.
used as embedded fallback in res-console.
remnant/ wraps shell with history, aliases, tab completion, styled prompt.
the "just enough to be a shell" layer.
binary:
res-sh full-featured interactive shell. wraps remnant.
build:
go build ./cmd/res-sh
module: git.merith.xyz/residual/shell
requires: git.merith.xyz/residual/core