Apple Shortcuts Viewer

October 6, 2018 ยท View on GitHub

  • Display shortcuts files.

alt tag

Building

  • Install packages with npm install
  • grunt build to create public folder
  • You can use grunt watch to rebuild each time you change a file

Running

  • Start server with node server/app.js
  • Visit localhost:3000

Packages used

  • Express JS for the server
  • read-bplist to read .shortcut files