Skip to content

Instantly share code, notes, and snippets.

View j0weiss's full-sized avatar

Johannes Weiß j0weiss

View GitHub Profile
@j0weiss
j0weiss / workflow-install.py
Created July 19, 2017 20:49 — 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
#
@j0weiss
j0weiss / workflow-build.py
Created July 19, 2017 20:48 — 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
#