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