Jump to content

Make it possible to read & set the "Find Pasteboard"


Recommended Posts

I just tried out Alfred, in order to create a few sample workflows to go with my own app "Find Any File".

 

When going thru the workflow examples, I was delighted to see how easy it is to use the current Clipboard or Find Pasteboard when using a keyboard trigger.

 

However, when using a keyword trigger, there is no such similar option offered. It took me quite a while to see that there is no way to get the Find Pasteboard with the {…} macros. Since there is already one for {clipboard}, I'd think adding one like {findpasteboard} shouldn't be too difficult, right?

 

Currently, it seems, my only way is to invoke a shell command with 

pbpaste -pboard find

 

I still wonder why this option was added to the hotkey trigger, without adding it similarly to the keyword trigger alongside? Or, when the "Find Pasteboard" option was added to the keyboard trigger, wasn't it obvious that this should also be added as a {...} macro to make it more generally available?

 

Edited by tempelorg
Link to comment
Share on other sites

  • tempelorg changed the title to Make it possible to read & set the "Find Pasteboard"
5 hours ago, tempelorg said:

I still wonder why this option was added to the hotkey trigger, without adding it similarly to the keyword trigger alongside?

 

You can't add everything, and this is very easy to do with pbpaste.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...