Copy filelist to Klipper service menu

The service menu Copy filelist to Klipper allows to copy in the clipboard area the list of files as a result of one of the find command executed by each menu item. It makes uses of the D-Bus service provided by the Klipper application or the Klipper Plasma applet.

  • Name:
    Copy filelist to Klipper
  • Type:
    Service Menu
  • License:
    GPL v.3
  • Platform:
    Linux, KDE
  • Requirements:
    KDE 4 or sup., Kdialog
  • First release:
    1.0.0 (May 27, 2022)
  • Current release:
    1.0.1 (August 29, 2023)
  • Links:

Main Features

  • Once installed it's available for Dolphin, KFind results, Konqueror and Krusader;
  • Finds all the files w/o subfolders;
  • Finds all the files filtered by a wildcard string;
  • Finds the files older/newer than the given days;
  • Finds the files smaller/larger than the given size;
  • Finds all the empty files;

Installation

From the Dolphin interface

  1. From Dolphin press the keys Ctrl + Shift + , or select the menu item Configure Dolphin;
  2. Click on the side tab Services;
  3. In the right panel click the Download new services button;
  4. Insert the search phrase copy_filelist_to_klipper in the textbox at the right side and press the Enter key;
  5. Once the data is lodaded click on the Install button.

Using the servicemenuinstaller utility

  1. Download the archive copy_filelist_to_klipper-1.0.1.tgz from one of the KDE Store/Opendesktop/Pling pages;
  2. Install:
    $ servicemenuinstaller install copy_filelist_to_klipper-1.0.1.tgz
    
  3. Uninstall:
    $ servicemenuinstaller uninstall copy_filelist_to_klipper-1.0.1.tgz
    

From the tar archive

  1. Extracting the Archive:
    $ tar -xvf copy_filelist_to_klipper-1.0.1.tgz 
    
  2. Switching to the subfolder:
    $ cd copy_filelist_to_klipper
    
  3. Install:
    $ make install
    
  4. Uninstall:
    $ make uninstall
    

From openSUSE Build Service

$ sudo zypper ar https://download.opensuse.org/repositories/home:/FabioMux/15.5/home:FabioMux.repo
$ sudo zypper in 'copy_filelist_to_klipper'

Changelog

Version 1.0.1 (August 29, 2023)

  • Fixed the dest folder creation when missing in the installer script
  • Fixed the source folder reference in the installer script

Version 1.0.0 (May 27, 2022)

  • First public release.



Leave a Comment