๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Highlight Code for ConvertKit (Dark Theme) | |
// Description: Highlight code and copy formatted HTML for ConvertKit emails with a dark theme | |
import Prism from "prismjs"; | |
import { JSDOM } from "jsdom"; | |
import "prismjs/components/prism-typescript.js"; | |
const language = await arg("What language is this code in?", [ | |
"tsx", | |
"jsx", | |
"CSS", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Whatsapp Babe A Late Message | |
// Description: Send your babe a whatsapp templated mesage to let em know you're running late! | |
// Author: Taran "tearing it up" Bains | |
// GitHub: @tearingitup786 | |
// Schedule: 0 14 * * * | |
import "@johnlindquist/kit"; // ScriptKit imports | |
// Import Twilio SDK | |
const twilio = await npm("twilio"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Whatsapp Babe A Late Message | |
// Description: Send your babe a whatsapp templated mesage to let em know you're running late! | |
// Author: Taran "tearing it up" Bains | |
// GitHub: @tearingitup786 | |
// Schedule: 0 14 * * * | |
import "@johnlindquist/kit"; // ScriptKit imports | |
// Import Twilio SDK | |
const twilio = await npm("twilio"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Whatsapp Babe A Late Message | |
// Description: Send your babe a whatsapp templated mesage to let em know you're running late! | |
// Author: Taran "tearing it up" Bains | |
// GitHub: @tearingitup786 | |
// Schedule: 0 14 * * * | |
import "@johnlindquist/kit"; // ScriptKit imports | |
// Import Twilio SDK | |
const twilio = await npm("twilio"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Chrome bookmarks (with folder support) | |
// Author: Taran "tearing it up" Bains | |
// Description: Navigate your chrome bookmarks (even if they are in folders)! | |
// GitHub: @tearingitup786 | |
import "@johnlindquist/kit"; | |
// Reading the Chrome bookmarks file from the user's system | |
// Maybe allow for a choice of different browsers? | |
let bookmarks = await readFile( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Chrome bookmarks (with folder support) | |
// Author: Taran "tearing it up" Bains | |
// Description: Navigate your chrome bookmarks (even if they are in folders)! | |
// GitHub: | |
import "@johnlindquist/kit"; | |
// Reading the Chrome bookmarks file from the user's system | |
// Maybe allow for a choice of different browsers? | |
let bookmarks = await readFile( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Chrome bookmarks (with folder support) | |
// Author: Taran "tearing it up" Bains | |
// Description: Navigate your chrome bookmarks (even if they are in folders)! | |
// GitHub: | |
import "@johnlindquist/kit"; | |
// Reading the Chrome bookmarks file from the user's system | |
// Maybe allow for a choice of different browsers? | |
let bookmarks = await readFile( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Chrome bookmarks (with folder support) | |
// Author: Taran "tearing it up" Bains | |
// Description: Navigate your chrome bookmarks (even if they are in folders)! | |
// GitHub: @tearingitup786 | |
import "@johnlindquist/kit"; | |
// Reading the Chrome bookmarks file from the user's system | |
// Maybe allow for a choice of different browsers? | |
let bookmarks = await readFile( |
NewerOlder