pilotmoon / PopClip-Extensions

Source code for extensions in the official PopClip Extensions directory.
https://www.popclip.app/extensions/
MIT License
1.92k stars 442 forks source link

How to display the result on the popclip bar #1104

Closed howardhhm closed 5 years ago

howardhhm commented 5 years ago

Some plugins need to display the result on the bar immediately, such as a timestamp.

pilotmoon commented 5 years ago

For this you would use

<key>After</key>
<string>show-result</string>

in the Action dictionary.

See for example the Unix Time extension.