UNPKG

alfred-bear

Version:

Alfred Workflow to handle bear templates

12 lines (11 loc) 249 B
import alfy from "alfy"; import { BearNote } from "../core/BearNote.js"; try { const note = new BearNote(); note.newWindow = process.env.newWindow; note.text = process.env.template; note.open(); } catch (e) { alfy.log(`${e}`); }