craftablescience / VPKEdit

A CLI/GUI tool to create, read, and write several pack file formats.
https://developer.valvesoftware.com/wiki/VPKEdit
MIT License
246 stars 18 forks source link

CLI: finish implementing file tree preview #178

Closed SmileyAG closed 2 weeks ago

SmileyAG commented 1 month ago

Describe Your Suggestion

Reproduce: vpkeditcli --file-tree pak0.pak

At the moment the filelist is not sorted in alphabetical order, which is not good. You can also add the uncompressed filesize before or after the filename, separated by comma.

craftablescience commented 1 month ago

What I really want is a tree view like this:

image

Displaying entry metadata after the name would be a nice touch as well

craftablescience commented 2 weeks ago

image

Looks pretty and runs very quickly