vitorgalvao / alfred-workflows

Collection of Alfred workflows
BSD 3-Clause "New" or "Revised" License
2.44k stars 167 forks source link

Feature Request / Questions #152

Closed kzssc closed 2 years ago

kzssc commented 2 years ago

Setup info

Description of issue

Hi Vitor,

Couple of Questions (should be super easy for you):

  1. I want to add a customised text along with the exported url. (cf. 0x0.st doesn't allow redirecting from facebook so perhaps I could attach a "copy and paste your link into browser") I think it's not possible w/ pbcopy? (But then I'm quite illiterate in programming :( )

  2. new file service?: https://s-ul.eu

  3. Implementation of google drive feature of transfer.sh? https://github.com/dutchcoders/transfer.sh#google-drive-usage

Many thanks! Have a good one.

vitorgalvao commented 2 years ago

should be super easy for you

Easy doesn’t mean desirable. But even if they were in scope, they aren’t simple.

  1. Very niche and specific. If you want custom text, make a new Workflow and use a Copy to Clipboard Output together with {clipboard} to modify it to your liking.
  2. Requires an account and for users to get API keys. I don’t intend to add those to the Workflow when right now it has multiple hosts with zero setup.
  3. That seems to be for self-hosting. It doesn’t apply to this Workflow.