Skip to content

Instantly share code, notes, and snippets.

View timokoola's full-sized avatar

Timo Koola timokoola

  • Skadi Oy
  • Helsinki
View GitHub Profile
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: cyan; icon-glyph: bus;
let [argsStop, topColorStr, bottomColorStr, textColorStr] = cleanParameters(
args?.widgetParameter
);
let topColor = new Color(topColorStr);
let bottomColor = new Color(bottomColorStr);
#!/bin/bash
#
# Chrome Profile Lister
# Lists all Google Chrome profiles with email addresses only
# Format designed for easy selection and extraction in Keyboard Maestro
#
# Process command-line options
SHOW_HEADER=true
FORMAT="default"