Skip to content

Instantly share code, notes, and snippets.

View dustractor's full-sized avatar

Shams Kitz dustractor

View GitHub Profile
@dustractor
dustractor / setTitleToVersionName.applescript
Created March 1, 2016 00:56 — forked from hishma/setTitleToVersionName.applescript
Copy the Aperture Version Name to the IPTC ObjectName (Title field in Aperture)
-- Copy the Aperture Version Name to the IPTC ObjectName (Title field in Aperture)
tell application "Aperture"
set selectedImages to (get selection)
if selectedImages is {} then
error "Please select an image."
else
repeat with i from 1 to count of selectedImages
tell library 1
tell item i of selectedImages
@dustractor
dustractor / dustractor-sol-mctheme.ini
Last active January 20, 2016 02:15 — forked from Ajnasz/ajnasz-blue.ini
Light colorscheme for Midnight Commander. Loosely based on Solarized Palette. Uses xterm-256-color names to specify color. Works for me in iTerm.
[skin]
description=Dustractor-Sol-McTheme [forked from Ajnasz Blue Theme]
[Lines]
horiz=─
vert=│
lefttop=╭
righttop=╮
leftbottom=╰
rightbottom=╯