Next generation TUI shell environment written in Go with Bubbletea
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.
Francesco Minnocci a0e069e9c9 feat: side-panel navigation and expansion 9 months ago
.gitignore initial commit 9 months ago
README.md initial commit 9 months ago
go.mod initial commit 9 months ago
go.sum initial commit 9 months ago
main.go feat: side-panel navigation and expansion 9 months ago
model.go initial commit 9 months ago
utils.go initial commit 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 .