This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#popclip | |
name: Bible Gateway | |
icon: iconify:material-symbols:gate-rounded | |
url: https://www.biblegateway.com/quicksearch/?quicksearch=*** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NMKeyConverter.h | |
// NMKit | |
// | |
// Created by Nicholas Moore on 23/12/2011. | |
// Copyright (c) 2011 __MyCompanyName__. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
#include <Carbon/Carbon.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- #popclip | |
-- name: Rename PDF | |
-- icon: iconify:gg:rename | |
-- required apps: [com.apple.Preview] | |
-- language: applescript | |
-- AppleScript to rename the currently active PDF in Preview | |
set newFileName to "{popclip text}.pdf" | |
tell application "Preview" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# #popclip | |
# name: ESV Copy | |
# identifier: com.example.popclip.esvcopy | |
# after: copy-result | |
# regex: '^(?:[1-3]\s+)?[A-Za-z]+\s+\d+:\d+(?:[-–—]\d+)?$' | |
# esv_lookup.py – Fetch Bible passage text from the ESV API and output to stdout. | |
import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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=*** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# popclip | |
name: Perplexity | |
icon: iconify:ri:perplexity-fill | |
url: https://www.perplexity.ai/search/new?q=*** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NMDefaults.h | |
// nmlib | |
// | |
// Created by Nicholas Moore on 21/12/2023. | |
// | |
#import <Foundation/Foundation.h> | |
NS_ASSUME_NONNULL_BEGIN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#popclip | |
name: DevDocs | |
identifier: com.pilotmoon.popclip.extension.devdocs | |
popclip version: 4151 | |
url: https://devdocs.io/#q={popclip text} | |
icon: iconify:game-icons:cat | |
description: Search devdocs.io | |
app: | |
name: devdocs.io | |
link: https://devdocs.io |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#popclip | |
name: Iconify | |
identifier: com.pilotmoon.popclip.extension.iconify | |
description: Search icons on Iconify | |
popclip version: 4151 | |
icon: iconify:simple-icons:iconify | |
app: { name: Iconify, link: https://icon-sets.iconify.design/ } | |
url: https://icon-sets.iconify.design/?query=*** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#popclip | |
name: OpenStreetMap | |
identifier: com.pilotmoon.popclip.extension.openstreetmap | |
description: Search OpenStreetMap | |
popclip version: 4151 | |
keywords: maps | |
icon: iconify:simple-icons:openstreetmap | |
url: https://www.openstreetmap.org/search?query=*** | |
app: { name: OpenStreetMap, link: https://www.openstreetmap.org/ } |
NewerOlder