1. SHORT DESCRIPTION
   Twin-panel and multi-tabs file manager like the "Total Commander" created for Microsoft Windows (C).

   Built-in subsystems:
    - ftp subsystem
    - local subsystem
    - rar subsystem
    - tar subsystem (including: gzip, bzip2, lzma, xz, compress)
    - zip subsystem

   Built-in viewers:
    - text viewer
    - image viewer
    - video viewer
    - audio viewer
    - archive viewer (there are only supported archivers handled internally by plugins)

   Homepage:    http://www.qtcmd.org/
   Bug tracker: http://pms.qtcmd.org/


2. BUILDING AND INSTALLATION

   mkdir build; cd build
   cmake -DCMAKE_INSTALL_PREFIX=/usr/local ../
   make
   sudo make install


3. DEFAULT SHORTCUTS
   * Shift+Tab - move focus to the path view, pressing "Tab" causes go back to list view
   * Alt+Up - acts the same like Shift+Tab
   * Asterisk (*) - causes reverse of selection for all of items on the list view
   * Menu - shows pop-up menu for list view
   * Plus/Minus - marks/unmarks items of list view using given template
   * Ctrl+Q - quit of application
   * Ctrl+S - shows quick search dialog used to search items on the list view
   * Ctrl+F - shows filtering dialog, using to filter items on the list view
   * Ctrl+N - shows new connection dialog (in this moment handles only FTP protocol)
   * Ctrl+R - refresh current directory in focused panel
   * Ctrl+A - marks all items (including directories depends to option in configuration file)
   * Ctrl+E - marks all items that are matching to file extension currently focused item
   * Ctrl+Left/Right - opens currently focused directory name in left or right panel, respectively
   * Ctrl+T - creates new tab in current panel (and list directory: /home/)
   * Ctrl+W - closes current tab
   * Ctrl+Alt+D - duplicate current tab and put it on end tabs list in current panel
   * Ctrl+\ or Ctrl+B - shows bookmarks menu (paths to file subsystems)
   * Ctrl+D - shows drives menu (including ability of mounting and unmounting device)
   * Ctrl+Backspace - causes escape from remote location of archive and lists last opened directory from local subsystem
   * Ctrl+Shift+N - acts the same like Ctrl+Backspace
   * Ctrl+Shift+A - unmarks all items (including directories depends to option in configuration file)
   * Ctrl+Shift+E - unmarks all items that are matching to file extension currently focused item
   * Ctrl+L - shows dialog which allows symbolic or hard link creation (allows also to create multiple links)
   * Ctrl+M - allows modify target of symbolic link
   * Ctrl+Home - opens user home directory
   * Ctrl+/   - opens root directory in local subsystem
   * Alt+Down - shows history of visited locations
   * Shift+F2 - acts the same like Shift+F6
   * Shift+F4 - shows dialog using to create new empty file(s)
   * Shift+F6 - makes able to rename currently focused file or directory
   * Backspace - moves up in directory structure (for archives on top level makes escape of archive and for remote location makes drop the connection)
   * Insert - marks/unmarks currently focused item and additionally move focus one item down
   * Enter/Return - if focused is directory then tries to open directory,
                    if focused is file then tries to open external viewer that matches to file mime
                    if focused file is executable then tries to execute it
   * F2 - shows context menu
   * F3 - if focused is directory then tries to open directory,
          if focused is file then tries to open internal viewer that matches to file mime
   * F4 - makes able to edit focused file in internal viewer if this is not possible then shows properly message
   * F5 - shows copying files dialog (make able to copy files)
   * F5 - shows moving files dialog (make able to move files)
   * F7 - shows dialog that make able to create new directory or even structure of directories
   * F8 - shows dialog that make able to remove files or/and directories (all marked or only one focused)
   * Delete - acts the same like F8
   * Space - starts weighing focused directory, when finish its weight is showing inline in size column
   * Alt+1..n - switches to tab with selected number in current panel
   * Alt+F5 - invokes creating new archive(s)
   * Alt+F6 - invokes creating new archive(s) and when finished source file/directory is removed


4. CONFIGURATION FILE

After first run you can find it in following location: ~/.config/QtCommander2/ in file: QtCommander2.conf
Configuration file is based on flat structure.

Every available options will be described soon.
