Skip to content

Instantly share code, notes, and snippets.

View benkiel's full-sized avatar

Ben Kiel benkiel

View GitHub Profile
import AppKit
import webbrowser
import urllib
import json
import os
import ssl
import vanilla
from mojo.extensions import ExtensionBundle
@benkiel
benkiel / bulk-list.py
Created September 19, 2019 18:59 — forked from okay-type/bulk-list.py
dropfile-ui
# jackson # ok@yty.pe
# version 0.3 - conditional status icons
import os
from AppKit import NSFilenamesPboardType, NSDragOperationCopy
from vanilla import Window, List, Button
action = 'Do Thing'
class doThing():