April 28, 2024
This is the first release of prtls, a CLI terminal UI application built to easily understand the file hierarchy of your project and generate the tree hierarchy for personal use.
Features
- View listed file information in the current directory
- Generate a file tree structure of the current directory to an output file
Usage
- Download and extract executable from respective zip file based on your device
- Place executable file in directory or add the add the path to the executable in the system environment variables
- Run command in terminal
prtls - [flags]
Flags:
-h, --h, -help, --help help command
-o string
-o, -o=, --o string output file path (will create a new file as long as the path is valid)
-p string
-p, -p=, --p string optional initial directory path, defaults to current directory (default ".")