Skip to content

Instantly share code, notes, and snippets.

View CtrliPhones's full-sized avatar
🗿

forcequitOS CtrliPhones

🗿
View GitHub Profile
@CtrliPhones
CtrliPhones / Live Preview.scpt
Created July 19, 2023 19:35
CotEditor Preview for HTML
(*
A kinda hacky preview for CotEditor when working with HTML. Requires that you save your file before opening, and only supports using Safari for the preview at this time.
Designed by CtrliPhones in Script Editor
*)
tell application "CotEditor"
set currentFile to file of front document
end tell
if currentFile is missing value then
@CtrliPhones
CtrliPhones / facedb.js
Last active June 26, 2024 21:49
Apple Watch Face List for JavaScript
// This is a list of Apple Watch Face analytics identifiers and their corresponding branding names to use in JavaScript
// Freshly updated for watchOS 11. All watch face data has been retrieved from watchOS 10.4, 10.5, 11.0b1, and iOS 14.2
// Feel free to contribute! Especially if you have any Hermes Apple Watch model.
const faceDB = {
"xlarge-r": "X-Large",
"globetrotter": "World Time",
"smoke-r": "Vapor",
"utility-r": "Utility",
"renegade": "Unity",
"coltan": "Unity Lights",