Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Dependencies
std
Alfredo
Run your Alfred workflows in Deno, based on Tauri
This is a Deno library, inspired by Alfy (a Node.JS library for running Alfred workflows).
⚠️ This project is work in progress. Expect breaking changes.
Quick links
Client
Install the client:
deno install --allow-read --allow-write --allow-env -f --reload -n alfredo https://deno.land/x/alfredo/cli.ts
You can use the client to scaffold a new Alfred Workflow
$ alfredo --help
Usage: alfredo
Version: 0.1.0
Description:
Let's do Deno things in Alfred (https://www.alfredapp.com/)
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.
Commands:
generate <identifier> [folder] - Generate a Alfred workflow
link [folder-name] - Link the folder to the Alfred workflow folder
unlink [folder-name] - Unlink the folder to the Alfred workflow folder
Library
Coming soon
License
MIT License