All Projects → BenziAhamed → Menu Bar Search

BenziAhamed / Menu Bar Search

Quickly search through menu options of the front-most application - Alfred Workflow

Programming Languages

swift
15916 projects
swift3
66 projects

Projects that are alternatives of or similar to Menu Bar Search

Alfred Emoj
Alfred 3 workflow to find relevant emoji from text
Stars: ✭ 325 (+49.08%)
Mutual labels:  alfred, alfred3-workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-93.58%)
Mutual labels:  alfred, alfred3-workflow
Alfred Jetbrains
Alfred3 workflow to easily open your projects with your favorite JetBrains product.
Stars: ✭ 348 (+59.63%)
Mutual labels:  alfred, alfred3-workflow
Alfy
Create Alfred workflows with ease
Stars: ✭ 2,232 (+923.85%)
Mutual labels:  alfred, alfred3-workflow
Alfred3 Workflow Currencyx
Most convinent currencies converting tool for alfred3
Stars: ✭ 68 (-68.81%)
Mutual labels:  alfred, alfred3-workflow
Alfred Bear
Alfred 3 workflow to create and search notes in Bear.
Stars: ✭ 319 (+46.33%)
Mutual labels:  alfred, alfred3-workflow
Alfred Collection
A collection of all known Alfred3 workflows
Stars: ✭ 785 (+260.09%)
Mutual labels:  alfred, alfred3-workflow
gdict
A command line dictionary written in golang powered by multi engines.
Stars: ✭ 21 (-90.37%)
Mutual labels:  alfred, alfred3-workflow
Alfredmagic
一个面向效率提升的中文Workflow
Stars: ✭ 178 (-18.35%)
Mutual labels:  alfred, alfred3-workflow
Alfred Atom
Alfred workflow to browse and open Atom projects
Stars: ✭ 41 (-81.19%)
Mutual labels:  alfred, alfred3-workflow
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (+43.12%)
Mutual labels:  alfred, alfred3-workflow
Alfred Cheat
Manage your self-defined cheat sheets & knowledge base in Alfred
Stars: ✭ 79 (-63.76%)
Mutual labels:  alfred, alfred3-workflow
Alfred Things
Interact with Things 3 using Alfred.
Stars: ✭ 278 (+27.52%)
Mutual labels:  alfred, alfred3-workflow
Alfred Dark Mode
Alfred 3 workflow to toggle the system dark mode
Stars: ✭ 165 (-24.31%)
Mutual labels:  alfred, alfred3-workflow
Alfred Slack
The Slack workflow for Alfred app
Stars: ✭ 254 (+16.51%)
Mutual labels:  alfred, alfred3-workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+155.05%)
Mutual labels:  alfred, alfred3-workflow
alfred
A fast, simple way to make Alfred workflow script filters in Go
Stars: ✭ 25 (-88.53%)
Mutual labels:  alfred, alfred3-workflow
alfred-caniuse
Quickly reference caniuse.com support tables using Alfred 3.
Stars: ✭ 16 (-92.66%)
Mutual labels:  alfred, alfred3-workflow
Alfred Bluetooth Connect
Alfred plugin that allowed to connect/disconnect to paired bluetooth device
Stars: ✭ 28 (-87.16%)
Mutual labels:  alfred, alfred3-workflow
Alfred Pdf Tools
Optimize, encrypt and manipulate PDF files.
Stars: ✭ 69 (-68.35%)
Mutual labels:  alfred, alfred3-workflow

Menu-Bar-Search

logo

Search through menu options for front-most application - an Alfred Workflow

Based on the implementation of ctwise's Menu Bar Search.

Download

Usage

Type m in Alfred to list menu bar items for front most application You can filter menu items by name, or do a fuzzy search.

E.g

  • m new tab will match the menu item New Tab
  • m cw will match the menu item Close Window

Settings

You can change the workflow environment variables to fine tune menu listings

  • -show-disabled true/false controls if diabled menu items should be shown (default is false)

  • -no-apple-menu true/false if true, no menus items under the apple menu will be shown (default is true)

  • -max-children number how many sub-menu items to load for each menu item (default is 30)

  • -max-depth number how many nested levels if sub menus should be listed (default is 10)

Change log

  • 1.0 - Initial Release

  • 1.1 - Added Fuzzy Text Matching for Menus

    If you have a menu item New Tab, then typing m nt in Alfred will match New Tab, since n and t matches the first letters of the menu text.

  • 1.1.1 - Changed run behaviour to terminate previous script, this makes the experience slightly more faster

  • 1.2 - Completely native menu clicking, removed reliance on AppleScript

    • 1.2.1 - Performance improvements when generating menus using direct JSON encoding
    • 1.2.2 - More performance improvements while filtering menu items
  • 1.3 - Added -async flag to allow threaded scanning and populating of menus

  • 1.4 - Added -cache setting to enable menu result caching and also set a timeout for cache invalidation

    • 1.4.1 - Invalidate cache (if present) after actioning a menu press
    • 1.4.2 - Slide the cache invalidation window forward in case we get invalidated by a near miss
    • 1.4.3 - Speed improvements to caching, text search and fuzzy matching
    • 1.4.4 - Added -no-apple-menu flag that will skip the apple menu items
    • 1.4.5 - Tuned fuzzy matcher, allows non-continuous anchor token search
  • 1.5 - Faster caching using protocol buffers

    • 1.5.1 - Reduced file creation for cache storage
    • 1.5.2 - Better support for command line apps that create menu bar owning applications
    • 1.5.3 - Protocol buffer everything - microscopic speed improvements, but hey...
    • 1.5.4 - Added various environment variables to fine tune menu listings
    • 1.5.5 - Tweaked ranking of search results for better menu listings
  • 1.6 - Added per app customization via Settings.txt configuration file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].