OneMoreGres / multidir

Multiple directory management tool [frozen]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multidir

version license github downloads

CI: travis appveyor

Multiple directory management tool. Provides convinient way for simultaneous work with multiple folders.

Note: the program designed for simplification of multiple directories handling and can not fully replace traditional file managers.

Features

  • simultaneous view of multiple folders (count is limited only by screen resolution)
  • switch between several sets of folders (for work in different contexts)
  • filter content in all open folders
  • run custom commands with any open folder's path/current/selected files substitution
  • preserve state between launches
  • rich customization capabilities

Screeshots

main

filter

fileMenu

groupMenu

Installation

  • run AppImage file for linux distributions
  • run installer for windows

Building from source

Requirements

  • c++ compiler with c++11 support
  • Qt 5.6+ and some additional libs (more concrete list here)

Compilation

  • run qmake then make
  • optionally run lrelease src/multidir.pro to compile translation files

License

Released under GPLv3 License.

Used libraries

About

Multiple directory management tool [frozen]

License:Other


Languages

Language:C++ 96.9%Language:NSIS 1.2%Language:QMake 0.9%Language:Shell 0.7%Language:Batchfile 0.2%Language:CSS 0.2%