Skip to content

text language for writing ios shortcuts faster

License

Notifications You must be signed in to change notification settings

olimish/shortcutslang

 
 

Repository files navigation

ScPL

ScPL is a text based language for creating shortcuts in the iOS shortcuts app.

View Documentation

Getting Started Guide

Try Shortcutslang Online

const {parse, inverse} = require("scpl");

const {shortcutjson, shortcutplist} = parse("text 'hello scpl'", {make: ["shortcutjson", "shortcutplist"]});
// shortcutjson is a json object containing the shortcut file
// shortcutplist is a buffer plist containing the shortcut file

const inverted = inverse(shortcutplist);
// text "hello scpl"

About

text language for writing ios shortcuts faster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.1%
  • JavaScript 7.9%