Skip to content

Instantly share code, notes, and snippets.

View robwalton's full-sized avatar

Rob Walton robwalton

View GitHub Profile
@andreibosco
andreibosco / cpntools_macos.md
Last active August 21, 2022 22:34
running CPNtools 4.0.1 on MacOS

Running CPN Tools on MacOS Mojave

Based on the linux (Ubuntu) instructions by Sebastiaan J. (Bas) van Zelst available at https://www.win.tue.nl/~svzelst/misc/

  1. Download CPN Tools (for windows) from: http://cpntools.org/download
  2. Install wine: brew install wine
  3. Install CPN Tools using wine and make sure to include the MacOS simulator: wine cpntools_4.0.1.exe
  4. If this does not work due to a missing java version, download OpenJDK JRE installer from https://adoptopenjdk.net/
    • Remember that you have to download the Windows version and install it using wine
    • To install the .msi version, use wine start $installer, replacing $installer with the actual filename
  5. Download this bash script and place it in: ~/.wine/drive_c/Program Files (x86)/CPN Tools (or wherever you installed CPN Tools)
@deanishe
deanishe / workflow-install.py
Last active May 17, 2026 16:07
Script to install/symlink Alfred workflows. Useful for workflow developers.
#!/usr/bin/python
# encoding: utf-8
#
# Copyright (c) 2013 <deanishe@deanishe.net>.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#