helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
30 stars 9 forks source link

Make "Compress" do something #44

Open probonopd opened 3 years ago

probonopd commented 3 years ago

Right-click a file or folder -> "Compress" should do something.

Currently it does nothing.

Need to understand what fm_archiver is supposed to do, and possibly replace it by calling zip...

probonopd commented 3 years ago

We can now implement this very flexibly using https://hellosystem.github.io/docs/developer/filer-context-menus

kettle-7 commented 3 years ago

The code for fm_archiver is also in libfm-qt/core, which is not in this repository.

probonopd commented 3 years ago

libfm-qt/core, which is not in this repository

Look closer! When I forked off pcmanfm-qt, I intentionally took the last release where libfm-qt was not in a separate repository yet because having to deal with two respositories imho drastically complicates things.