Skip to content

Instantly share code, notes, and snippets.

@pilotmoon
Last active September 1, 2025 10:33
Show Gist options
  • Select an option

  • Save pilotmoon/db804c1d2c6aa9e77a6ef38686053565 to your computer and use it in GitHub Desktop.

Select an option

Save pilotmoon/db804c1d2c6aa9e77a6ef38686053565 to your computer and use it in GitHub Desktop.
# popclip
name: Perplexity App
identifier: com.pilotmoon.popclip.extension.perplexity-app
popclip version: 4151
description: Send text to Perplexity AI App
app:
name: Perplexity AI App
link: https://apps.apple.com/app/perplexity-ask-anything/id6714467650?mt=12
icon: iconify:simple-icons:perplexity
url: perplexity-app://search?q=***
@Wayase
Copy link

Wayase commented Aug 29, 2025

Hello, thanks for this extension. Is there any way that this can be tweaked so that when it pastes or sends text to Perplexity it gets Perplexity to translate it in to a specific language? Thanks.

@pilotmoon
Copy link
Author

pilotmoon commented Sep 1, 2025

You could change the last line to embed a prompt of your choice. For example:

perplexity-app://search?q=Translate%20the%20following%20text%20to%20Japanese:%0A%0A***

(%20 represents space, %0A represents newline)

@Wayase
Copy link

Wayase commented Sep 1, 2025

Thanks it worked. Had to change the identifier to my name, didn't know that since I have zero programming experience, Chatgtp helped in that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment