# 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 . ```