jct Posted February 19, 2021 Share Posted February 19, 2021 It would be great if Alfred could offer a feature to paste multiple items to the clipboard, i.e. creating separate entries in the clipboard history. As an example, this would enable a workflow that splits the current clipboard into multiple entries. Or am I missing a way this could be implemented right now? Link to comment Share on other sites More sharing options...
deanishe Posted February 19, 2021 Share Posted February 19, 2021 1 hour ago, jct said: Or am I missing a way this could be implemented right now? Should be easy enough to do with a workflow and /usr/bin/pbcopy. Link to comment Share on other sites More sharing options...
jct Posted February 19, 2021 Author Share Posted February 19, 2021 This is something I have actually tried. However, most of the items didn't appear in the clipboard history. Apparently, the items have to remain in the clipboard for a while for Alfred to capture them. It works if I add a 1 second delay between the pbcopy-operations, but of course this way it takes ample time to populate the clipboard history. drgrib 1 Link to comment Share on other sites More sharing options...
deanishe Posted February 19, 2021 Share Posted February 19, 2021 22 minutes ago, jct said: Apparently, the items have to remain in the clipboard for a while for Alfred to capture them Yup. There's no way Alfred can ask macOS to notify it when the clipboard changes (AFAIK), so it has to check it every so often. What exactly are you trying to achieve? Having a bunch of stuff in Alfred's clipboard history doesn't sound like it's your actual end goal. Link to comment Share on other sites More sharing options...
drgrib Posted October 5, 2023 Share Posted October 5, 2023 On 2/19/2021 at 3:49 AM, deanishe said: What exactly are you trying to achieve? Having a bunch of stuff in Alfred's clipboard history doesn't sound like it's your actual end goal. For me, having a bunch of stuff in Alfred's clipboard history is actually the end goal. I have a workflow I use to copy a Bear markdown formatted link, the raw link, and the title of the current active Chrome tab to the clipboard history. Depending on the task, I need any one of the three. The process is slowed down by the waiting between copies that the OP mentioned. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now