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.

24 lines
511 B
Markdown

# NextShell
Next generation terminal TUI shell built with Go and Bubble Tea.
## Features
- [x] 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
```bash
$ git clone git@git.phc.dm.unipi.it:aziis98/tui-shell.git
$ cd tui-shell
$ go run -v .
```