lazyhamster / Observer

Compound plugin for FAR File Manager for content extraction from various file containers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Observer

Compound plugin for FAR File Manager that allows users to browse various file containers and extract content from them.

This is an official repository for the project.

How to install

Download prebuilt binaries and place them in Plugins directory of your FAR Manager installation.

System requirements

  • MS Visual C++ 2019 Redistributable Package
  • MS Windows Installer 4 or higher (for .msi files support)
  • MS .NET Framework 4 (for virtual disks support)

How to build from source

Project is developed under MS Visual Studio 2019.

Observer modules depend on several libraries that are not supplied with sources. The easiest way to use these libraries is with vcpkg tool.

For x86 version run:

  • vcpkg install zlib bzip2 glib gmime libmspack boost --triplet x86-windows

For x64 version run:

  • vcpkg install zlib bzip2 glib gmime libmspack boost --triplet x64-windows

Additional requirements:

  • M4 Macro Processor (must be in %PATH%).

Links

Support Forum (in Russian)

License

Observer is free software: you can use it, redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

Compound plugin for FAR File Manager for content extraction from various file containers.


Languages

Language:C++ 74.7%Language:C 25.1%Language:M4 0.1%Language:Batchfile 0.0%Language:Python 0.0%