aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-07-05 12:16:36 -0400
committerKen Moore <ken@ixsystems.com>2017-07-05 12:16:36 -0400
commit0c5959471008a91c00e64cdff16abb91d8569afe (patch)
treeedb0c5d169788fe0e00585813d0679003ada1084 /src-qt5/desktop-utils/lumina-fm
parentAdd a README.md to lumina-fileinfo (diff)
downloadlumina-0c5959471008a91c00e64cdff16abb91d8569afe.tar.gz
lumina-0c5959471008a91c00e64cdff16abb91d8569afe.tar.bz2
lumina-0c5959471008a91c00e64cdff16abb91d8569afe.zip
Add a bunch more README.md files for the rest of the lumina desktop-utilities.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/README.md b/src-qt5/desktop-utils/lumina-fm/README.md
new file mode 100644
index 00000000..51982f42
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-fm/README.md
@@ -0,0 +1,33 @@
+## File Manager for the Lumina Desktop
+
+This is the "Insight" file manager from the Lumina desktop.
+
+Key Features:
+ * ZFS filesystem support for view/rollback of filesystem snapshots
+ * Simple mediaplayer functionality (play files directly from a directory)
+ * Simple slideshow functionality (browse through all image files in a directory)
+ * Bookmark locations on the system for easy-access later.
+ * Flexible Interface:
+ * Open additional directories in new tabs
+ * Each tab may have up to two directories open for side-by-side comparisons.
+ * "Basic" or "Detailed" file information modes.
+ * System-wide directories available in a tree-layout on the left side (may be collapsed as desired)
+
+### Library Dependencies
+
+1. Qt 5.2+ (specific modules listed below)
+ * concurrent
+ * core
+ * gui
+ * network
+ * multimedia
+ * multimediawidgets
+ * svg
+ * widgets
+2. Other Libraries
+ * libc
+
+## Runtime Dependencies (optional)
+* `lumina-archiver`: Allow for instant-extract of an archive into a new subfolder within the current directory
+* `lumina-open`: Needed to allow "open-with" functionality for files
+* `lumina-fileinfo`: Allows an option to view the properties of files
bgstack15