Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 817 Bytes

PackFiles

fman plugin for packing (archiving) files. Supported formats: zip, tar, tar.gz, tar.bz2 and tar.xz.

Installation

Download and extract it to fman Plugins directory, restart fman. Or use fman plugin installer.

Usage

  • Alt+F5 - add selected files (or file under cursor) to archive, archive will be stored in target pane directory.

TODO

  • Catch all exceptions in zip and tar operations
  • Visual packing progress display
  • Add options: compression level selection, encryption, recursive packing, splitting archives
  • Custom archives support using command line programs: use config json to store entries, add GUI later
  • Do not display taskbar icon for dialog window (set mainWindow as parent for dialog)