Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 474 Bytes

gtree

gtree is a simple TUI command for recursive directory listing inspired by tree command.

Install

go install github.com/shota3506/gtree

Usage

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.