Skip to content

Instantly share code, notes, and snippets.

View ChewingPencils's full-sized avatar

Sean Korzdorfer ChewingPencils

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ChewingPencils on github.
  • I am chewingpencils (https://keybase.io/chewingpencils) on keybase.
  • I have a public key whose fingerprint is E805 4419 D6C5 7623 7B15 BA02 A0C1 C766 682A 7605

To claim this, I am signing this object:

@ChewingPencils
ChewingPencils / manip_mother_lode
Last active January 3, 2016 04:09
Launch Center Pro List Action - Text Manipulation of the Mother Lode
`texttool://x-callback-url/transform?text=[clipboard]&method=[[list:Manipulation of the Mother Lode|Quote Clipboard=affix&prefix=%C2%AB&suffix=%C2%BB&scope=all|Gong=replace&find=..&replace=%20%E2%98%B6%20&scope=all&afterSuccess=Delete&x-success=drafts%3A%2F%2Fx-callback-url%2Fcreate%3Ftext%3D%5B%5Boutput%5D%5D|Upper Case=case&case=upper|Lower Case=case&case=lower|Word Case=case&case=word|Trim=trim|Indent=indent&style=spaces&amount=4|Outdent=outdent&style=spaces&amount=4|Dash to Asterisk=delist&style=dash&x-success=texttool%3A%2F%2Fx-callback-url%2Ftransform%3Ftext%3D%5B%5Boutput%5D%5D%26method%3Dlist%26style%3Dasterisk|Asterisk to Dash=delist&style=asterisk&x-success=texttool%3A%2F%2Fx-callback-url%2Ftransform%3Ftext%3D%5B%5Boutput%5D%5D%26method%3Dlist%26style%3Ddash|Bullet to Asterisk=delist&style=bullet&x-success=texttool%3A%2F%2Fx-callback-url%2Ftransform%3Ftext%3D%5B%5Boutput%5D%5D%26method%3Dlist%26style%3Dasterisk|4 Spaces to Tab=entab&spaces=4|Tab to 4 Spaces=detab&spaces=4|Entab Clipboard=indent&styl
@ChewingPencils
ChewingPencils / terminology_action-search_tweetbot.md
Created December 1, 2013 17:39
No retweets and English only.
We couldn’t find that file to show.
javascript:window.location.href=window.location.href.replace("https://","ioc://");
@ChewingPencils
ChewingPencils / drafts2trello.py
Created May 6, 2013 14:39
Drafts to Trello - Used for a Drafts app action. #python #pythonista #url_scheme
#!/usr/bin/env python
#
# drafts2trello.py
# Sean Korzdorfer
# Mon 2013-05-04
import argparse
import requests
import sys
import json
@ChewingPencils
ChewingPencils / pre_app_en_date
Created March 19, 2013 22:07
Prepend creation date to Evernote title and append creation date to Evernote body. #applescript
--
-- Created by: Sean Korzdorfer
-- Created on: 03/19/13 15:01:44
--
-- Copyright (c) 2013 MyCompanyName
-- All Rights Reserved
--
tell application "Evernote"
set selectedNotes to selection
@ChewingPencils
ChewingPencils / gist:5134571
Last active December 14, 2015 19:09
A Pythonista helper script for a Drafts app action used to create a Quotebook app entry. This is the bare-bones version. For error detection, logging and documentation see: https://gist.github.com/ChewingPencils/5134533
# Sean Korzdorfer
# 2013-03-10
# quote_bits.py
import sys
import urllib
import webbrowser
def main():
@ChewingPencils
ChewingPencils / quote_bits.py
Last active December 14, 2015 19:09
A Drafts app action to create a Quotebook app entry.
# Sean Korzdorfer
# 2013-03-10
# quote_bits.py
#
# Creates and submits a Quotebook app URL.
#
# [Quotebook](http://quotebookapp.com/)
# [Drafts](http://agiletortoise.com/drafts)
# [Pythonista](http://omz-software.com/pythonista/)
#
@ChewingPencils
ChewingPencils / gist:5117677
Last active December 14, 2015 16:48
Drafts URL Action for Get Ready to Go.
due:///add?title=Get%20ready%20to%20go%20re%3A%20[[draft]]%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20due%3A%2F%2F%2Fadd%3Ftitle%3D{{HAUL%20ASS!}}%26secslater%3D1200
@ChewingPencils
ChewingPencils / get_ready_to_go.txt
Created February 8, 2013 15:28
Serial Due action for reminding me to get ready to leave, and when I need to leave for an appointment.
due:///add?title=Get%20Ready%20to%20go%20re%3A%20[prompt]%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20due%3A%2F%2F%2Fadd%3Ftitle%3DLeave%26secslater%3D1200