Announcement
Collapse
No announcement yet.
Service Menus with Dolphin
Collapse
This topic is closed.
X
X
-
-
I made this service menu to copy a file to the same location with a timestamp added to the end of the target filename.
Code:[Desktop Action copy-with-stamp] Exec=cp-with-timestamp.sh %U Name=Add timestamp as suffix Icon=edit-copy [Desktop Entry] Actions=copy-with-stamp ServiceTypes=KonqPopupMenu/Plugin MimeType=all/all Type=Service X-KDE-Priority=TopLevel
Code:#!/bin/bash cp "$@" "$@"-"$(date +%Y%m%d%H%M%S)"
Kubuntu 20.04
- Top
- Bottom
Comment
Comment