Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@BvChung BvChung released this 28 Apr 08:19
· 11 commits to main since this release

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

  1. Download and extract executable from respective zip file based on your device
  2. Place executable file in directory or add the add the path to the executable in the system environment variables
  3. 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 ".")

Demo

prtlsfirstrelease.mp4

Changelog

  • f856e8f Update command line flag description in main.go
  • 62d66ea Update command line flag parsing
  • a0c13f2 Update commands
  • bfd17ec Update fs traversal and import statements
  • ed56333 Update import statements in root.go
  • 9790279 Update recursive fs traversal
  • e1fc236 Update terminal UI styling