You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 months ago | |
|---|---|---|
| .gitignore | 9 months ago | |
| README.md | 9 months ago | |
| go.mod | 9 months ago | |
| go.sum | 9 months ago | |
| main.go | 9 months ago | |
| model.go | 9 months ago | |
| utils.go | 9 months ago | |
README.md
NextShell
Next generation terminal TUI shell built with Go and Bubble Tea.
Features
-
Basic layout with tree view and scrollable commands output cells
-
File system tree view with basic navigation
-
Basic shell (
sh) command execution -
Parallel command execution with live output streaming
-
Simple shell-like language inspired by shell, lisp and tcl
Development
$ git clone git@git.phc.dm.unipi.it:aziis98/tui-shell.git
$ cd tui-shell
$ go run -v .