diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 38ce062..ae16fd5 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,2 +1,3 @@ add_subdirectory(ioslave) add_subdirectory(iodaemon) +install(FILES org.kde.filestash.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) diff --git a/src/org.kde.filestash.appdata.xml b/src/org.kde.filestash.appdata.xml index 62017a7..8f5ce34 100644 --- a/src/org.kde.filestash.appdata.xml +++ b/src/org.kde.filestash.appdata.xml @@ -1,33 +1,24 @@ org.kde.filestash.desktop CC0-1.0 see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-metadata_license FileStash - see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-summary + A lightweight solution for virtual folder support in KDE Applications. -

see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description

-

And see.

-

And see:

- +

Selecting multiple files in any file manager for copying and pasting has never been a pleasant experience, especially if the files are in a non-continuous order. Often, when selecting files using Ctrl+A or the selection tool, we find that we need to select only a subset of the required files we have selected. This leads to the unwieldy operation of removing files from our selection. Of course, the common workaround is to create a new folder and to put all the items in this folder prior to copying, but this is a very inefficient and very slow process if large files need to be copied. Moreover Ctrl+Click requires fine motor skills to not lose the entire selection of files.

+

This is project has a novel solution to this problem. This adds virtual folder support in all KIO applications, where the links to files and folders can be temporarily saved for a session. The files and folders are "staged" on this virtual folder. Files can be added to this by using all the regular file management operations such as Move, Copy and Paste, or by drag and drop. Hence, complex file operations such as moving files across many devices can be made easy by staging the operation before performing it.

https://www.kde.org https://bugs.kde.org/enter_bug.cgi?format=guided&product=filestash https://www.kde.org/community/donations/?app=filestash - - see https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots - Central hosting for uploading at https://phabricator.kde.org/source/websites-product-screenshots/ - Central URL to use here https://cdn.kde.org/screenshots/... - + https://cdn.kde.org/screenshots/kio-stash/kio-stash.png filestash KDE -
+