ish icon indicating copy to clipboard operation
ish copied to clipboard

Feature Request: Execute URL Scheme into another app

Open idvorkin opened this issue 4 years ago • 2 comments

Apologies if this already exists, but I couldn’t find it

I’d love to be able to open an URL into another app from iSH.

My use case:

  • Create a file programtically in my iSH folder
  • Open the file for editing in IA Writer
  • Write the file in IAWriter
  • Commit the file into git in ISH

Much obliged!

idvorkin avatar Aug 26 '19 15:08 idvorkin

Also being able to pass commands to iSH via its own URL scheme would be super awesome as it would allow integration of iSH in Shortcuts automations!

jankais3r avatar Nov 04 '19 22:11 jankais3r

Perhaps something that might also work would be some sort of sharesheet command, which would then send a named file or stdin to the iOS Share Sheet? E.g., sharesheet file.txt or find / | sharesheet

b- avatar Nov 05 '19 14:11 b-