Skip to content

AutoTagger allows you quickly run URL schemes while also automatically generating tags based on your query -- by default works with Sorted³

Notifications You must be signed in to change notification settings

jangelsb/auto-tagger-alfred-workflow

Repository files navigation

AutoTagger for Alfred

AutoTagger allows you quickly run URL schemes while also automatically generating tags based on your query.


It features an inline YAML configuration for specifying tags and related terms, along with a customizable URL scheme using dynamic placeholders [title], [tags], and [today], and is optimized for Sorted³ out of the box.

Tags are derived from the words in the query, with URLs being excluded. For usage examples, please refer to the unit tests in tests.py.


🚀 Features

Supports auto tagging

Filter Projects

Support any number of URL Schemes

Custom Commands


📖 Installation

Step 1: Set up your Tags

work 📁:
  - work
  - ios
  - pr

review 👀:
  - pr
  - doc
  - review

Card 💡:
  - create card

Important 🔺:
  - '!!'

Step 2: Set up your URL Schemes

- title: "Add to inbox 📥" 
  url: sorted://x-callback-url/add?title=[query]&tags=[tags]&date=[today]

- title: "Add to admin 📁" 
  url: sorted://x-callback-url/add?title=[query]&tags=[tags]&date=[today]&list=%F0%9F%93%81%20Admin

- title: "Search in Sorted³"
  url: sorted://x-callback-url/open?search=[query]
  icon: search.png

Dyanmic variables:

  • [query]
  • [tags]
  • [today]

Built in icons:

  • tags.png
  • search.png

🛠️ Installation

  1. Download the latest workflow and import it into Alfred.
  2. Configure the configs in the workflow settings
  3. Enjoy & God bless!

About

AutoTagger allows you quickly run URL schemes while also automatically generating tags based on your query -- by default works with Sorted³

Resources

Stars

Watchers

Forks

Packages

No packages published