How to copy output to clipboard?
jacc opened this issue ยท 4 comments
This repo hasn't gotten a commit in a month so I'm assuming it won't get a response, but I might as well try.
alfy.output(
[{
title: `๐๐ป ${alfy.input.replace(/ /g, ' ๐๐ป ')} ๐๐ป `,
}]);
This is my code. How do I copy the title
to the clipboard?
That's my workflow. What am I doing wrong?
Pinging @SamVerschueren (so sorry for the ping)
This repo hasn't gotten a commit in a month so I'm assuming it won't get a response
No, you won't get a response because the issue tracker is for actual issues, not support questions. It's also a little bit annoying when people assume a project is stale just based on the last commit date. This project is mature and stable and it doesn't need frequent commits.
This is a better place for support questions: https://www.alfredforum.com :)
And if you still think a project is stale based on commit date, here you go: 3 days ago I fixed an issue in a dependency (alfred-notifier).
Also, if you searched the docs, you would've found alfred-emoj
Seems a lot like what you're trying to do ;)
@sindresorhus @SamVerschueren My sincerest apologies, I didnโt realize these were resources. Please forgive me, you guys are like my coding heros and I love everything you do. Thank you so much!!