Bug 395418 - klipper handbook Actions command section missing documentation
Summary: klipper handbook Actions command section missing documentation
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Clipboard widget & pop-up (show other bugs)
Version: 5.15.3
Platform: Other Linux
: NOR task
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-15 10:43 UTC by zeta
Modified: 2024-02-22 20:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zeta 2018-06-15 10:43:28 UTC
This    https://docs.kde.org/trunk5/en/kde-workspace/klipper/actions-page.html
is more updated than this    https://docs.kde.org/trunk5/en/kde-workspace/klipper/klipper.pdf

This is what I was looking for:



Note that %s in the command line is replaced with the clipboard contents, e.g. if your command definition is kwrite %s and your clipboard contents are /home/phil/textfile, the command kwrite /home/phil/textfile will be run. To include %s in the command line, escape it with a backslash, as so: \%s.