Skip to content

Instantly share code, notes, and snippets.

Avatar
🗿
iOS Keyboard Shortcuts and E D I T O R I A L G I T , BITCH!

David Blue extratone

🗿
iOS Keyboard Shortcuts and E D I T O R I A L G I T , BITCH!
View GitHub Profile
@extratone
extratone / Tally URL Scheme.md
Created March 25, 2023 22:15
Reference for the X-Callback-URL supported by agiletortoise's [Tally](https://agiletortoise.com/tally/).
View Tally URL Scheme.md

Tally registers the URL scheme tally, and supports the actions described below. All of these support x-callback-url callback parameters.

Supported URLs

  • /open
    • Opens a specific tally or tally set. Tallies can be specified by either ID or parameters or by name with options below.
    • Parameters
      • tallySetID [optional]: UUID of tally set
      • tallyID [optional]: UUID of a tally within the set
  • tallySet [optional]: Name of a tally set
View Unlister.applescript
-- https://github.com/gvinciguerra/unlister
to getUnsubscribeCommands(unsubscribeHeader)
set awk to " | awk 'NR>1{print $1}' RS='<' FS='>'"
set result to do shell script "echo " & quoted form of unsubscribeHeader & awk
return paragraphs of result
end getUnsubscribeCommands
to parseMailtoURL(mailtoURL)
set quot to quoted form of mailtoURL
@extratone
extratone / sncli.json
Created March 25, 2023 06:33
SimplenoteCLI export 03252023-013257
View sncli.json
This file has been truncated, but you can view the full file.
��[
{
"tags": [
"software",
"social",
"reference",
"snippets",
"documentation",
"shs",
"api",
@extratone
extratone / netflixactivity.json
Last active March 25, 2023 05:45
Netflix viewing and rating activity for a whole lifetime! Extracted via userscript.
View netflixactivity.json
{
"profile": "David",
"results": [
{
"id": "81406118",
"title": "Money Shot: The Pornhub Story",
"date": "2023-03-15"
},
{
"id": "80167499",
View WFActions.plist.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.TVRemoteUIService.LaunchApplicationIntent</key>
<dict>
<key>ActionClass</key>
<string>WFHandleCustomIntentAction</string>
<key>AppDefinition</key>
<dict>
View WFDefaultShortcuts.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>criteriaClassName</key>
<string>WFDefaultShortcutWhatsAShortcut</string>
<key>identifier</key>
<string>0C6A13DC-9084-4A3D-B056-D1C456F011B0</string>
</dict>
@extratone
extratone / gitignore.md
Created March 24, 2023 12:34
More effectively diff-tracked on my [personal template Repository](https://github.com/extratone/latte/blob/main/.gitignore).
View gitignore.md

OS generated files

.DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db

/node_modules/

@extratone
extratone / Blimp's Burden, Chapter VI.md
Created March 24, 2023 09:23
Blimp's Burden, Chapter VI.md
View Blimp's Burden, Chapter VI.md

In the right hour, the woodland springtime metamorphic processes of the neighboring Lake Geneva suburb’s in-betweens were in a paused state – the toads again hushed; the crickets tired, and the human populace, too. In the right hour, the fickle wind and the social owls were the only sound, and nothing moved but the sparse, light-footed doe in careful segments with her fawn. From the main gated lane of The Nice, Huge Estate, Lenny Lather slid through the muddy barrier and started bouncing West on the blacktop, brogues squeaking every third step. The overcasted clouds were having trouble deciding whether or not to let down their rain – as they had been all day – and the old, heavy early-March mist softened the yellow glow of the tall, buzzing streetlamps so much that he couldn’t help but intermittently wipe his eyes, for the spreading light convinced his mind that his eyelashes must’ve been wetted.

Theodore Pith’s big old house was now burrowed between two mismatched neighborhoods – the bleaker Easterly, whi

View Pythonista-GameTutorial1.py
# coding: utf-8
'''
Part 1 -- Getting Started 🏁
Welcome to the game tutorial for Pythonista!
We're going to build a simple, motion-controlled game in easily-digestible steps. Each part of the tutorial builds upon the previous one, so be sure to read/try them in order.
In each step, we'll add new features to the game, introducing concepts of the `scene` module and some useful features of Pythonista IDE the along the way. You should have some experience with Python already, but you don't need to be an expert.
@extratone
extratone / Bear2emojis.json
Created March 22, 2023 06:29
Found poking around in the package contents of Bear 2 beta lol.
View Bear2emojis.json
[
{
"no": 1,
"char": "😀",
"name": "grinning face",
"keywords": [
"face",
"grin",
"grinning face"
]