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.

511 B

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 .