gtree is a simple TUI command for recursive directory listing inspired by tree
command.
go install github.com/shota3506/gtree
With no argument, gtree
lists the files under current directory.
Or you can pass directory argument.
gtree path
Use gtree --help
to view all options.