Skip to content

Instantly share code, notes, and snippets.

@sebietter
sebietter / Ashes to Linked Post (Nebulous)
Created May 9, 2013 16:58
Create a new link post (Kirby CMS format) in Nebulous Notes.
ashes://addOpenURL?title=Linked%20Post&url=nebulous%3A%2F%2Fnew%3Fcontents%3DTitle%3A%2520%5B%5B%5Btitle%5D%5D%5D%250A----%250ALinktitle%3A%2520%5B%5B%5Btitle%5D%5D%5D%250A----%250ACustomlink%3A%2520%5B%5B%5Burl%5D%5D%5D%250A----%250ADate%3A%2520%250A----%250ACategories%3A%2520Link%250A----%250AText%3A%2520%253E%2520%5B%5B%5Btextselection%5D%5D%5D
@sebietter
sebietter / Link to App.net.py
Created March 18, 2013 15:11
This Script opens a URL, gets the name, adds the URL to it and opens the post in Felix.
@sebietter
sebietter / Upload_Picture.py
Created February 11, 2013 14:07
With this script for Pythonista you can easily upload a picture from iOS to your own webserver.
import webbrowser
import clipboard
import Image, ImageFile
import datetime
import ftplib
import urllib
from io import BytesIO
today = datetime.datetime.now()
image = clipboard.get_image()
@sebietter
sebietter / FTP Upload.applescript
Last active April 26, 2023 02:05
AppleScript which uploads images easy using Transmit on OS X.
set dateDay to day of (current date)
set dateMonth to month of (current date)
set dateYear to year of (current date)
set dateTime to time of (current date)
set nameMonth to month of (current date) as string
set currentDate to dateDay & "-" & dateMonth & "-" & dateYear & "-" & dateTime as string
tell application "Finder"
set thisPicture to selection as alias
@sebietter
sebietter / Tweetbot Image Hoster
Last active December 12, 2015 09:09
With this little PHP script you can directly post photos to your server using Tweetbot.
With this little PHP script you can directly post photos to your server using Tweetbot.
@sebietter
sebietter / Link to Nebulous (Bookmarklet)
Created January 26, 2013 00:20
Neat litte bookmark to copy a open tab to the clipboard using Drafts and then open Nebulous to add it to a note.