Skip to content

Instantly share code, notes, and snippets.

@gennaios
gennaios / # imagemagick - 2019-11-23_17-50-37.txt
Created November 24, 2019 09:50
imagemagick on macOS 10.14.6 - Homebrew build logs
Homebrew build logs for imagemagick on macOS 10.14.6
Build date: 2019-11-23 17:50:37
@gennaios
gennaios / workflow-install.py
Created March 2, 2017 08:41 — forked from deanishe/workflow-install.py
Script to install/symlink Alfred workflows. Useful for workflow developers.
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2013 deanishe@deanishe.net.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#
@gennaios
gennaios / workflow-build.py
Created March 2, 2017 04:50 — forked from deanishe/workflow-build.py
Build Alfred Workflows into .alfredworkflow (zip) files
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2013 deanishe@deanishe.net.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#
@gennaios
gennaios / workflow-build.py
Created March 2, 2017 04:50 — forked from deanishe/workflow-build.py
Build Alfred Workflows into .alfredworkflow (zip) files
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2013 deanishe@deanishe.net.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#