1## File Manager for the Lumina Desktop
2
3This is the "Insight" file manager from the Lumina desktop.
4
5Key Features:
6 * ZFS filesystem support for view/rollback of filesystem snapshots
7 * Simple mediaplayer functionality (play files directly from a directory)
8 * Simple slideshow functionality (browse through all image files in a directory)
9 * Bookmark locations on the system for easy-access later.
10 * Flexible Interface:
11    * Open additional directories in new tabs
12    * Each tab may have up to two directories open for side-by-side comparisons.
13    * "Basic" or "Detailed" file information modes.
14    * System-wide directories available in a tree-layout on the left side (may be collapsed as desired)
15
16### Library Dependencies
17
181. Qt 5.2+ (specific modules listed below)
19   * concurrent
20   * core
21   * gui
22   * network
23   * multimedia
24   * multimediawidgets
25   * svg
26   * widgets
272. Other Libraries
28   * libc
29
30## Runtime Dependencies (optional)
31* `lumina-archiver`: Allow for instant-extract of an archive into a new subfolder within the current directory
32* `lumina-open`: Needed to allow "open-with" functionality for files
33* `lumina-fileinfo`: Allows an option to view the properties of files
34
35### Command Line Arguments
36
37* Any paths listed after `lumina-fm` will open up new tabs of the browser
38 * Example : `lumina-fm /usr /etc /bin`
39* `-new-instance` will open Lumina-fm with a new browser window for the home directory
40 * Example : `lumina-fm -new-instance`
41* Paths can be used along with `-new-instance` to open a new browser to that path, mulitple arguments are allowed.
42 * Example : `lumina-fm -new-instance /usr /bin /etc`
43
44
45