Jump to content

Benzi

Member
  • Posts

    146
  • Joined

  • Last visited

  • Days Won

    25

Reputation Activity

  1. Thanks
    Benzi got a reaction from jesused in Battery - view summary stats about your laptop battery   
    Description: Shows summary information about your laptop battery (charge, time, status, charge cycles, and health - % of maximum charge your battery can now hold compared to its original design capacity)
    Usage: enter the keyword "battery"
    Tested on: Mountain Lion, MacBook Pro
    Download: from here
     
     
  2. Thanks
    Benzi reacted to Stephen_C in Menu Bar Search   
    So long as you create a new release on GitHub (and assuming the original Gallery workflow was taken from GitHub) it will be picked up automatically by the Gallery and the update on the Gallery will follow. Note there is a delay between a release and it showing up in the Gallery which allows the workflow creator to add requested features and deal with any feedback.
     
    Stephen
  3. Thanks
    Benzi reacted to vitor in Menu Bar Search   
    None.
     
     
    That’s all you need to do. Note that the update on the Gallery isn’t immediate.
     
  4. Like
    Benzi reacted to vitor in Menu Bar Search   
    Thank you for the update, @Benzi, working great! This will be available later today at http://alfred.app/workflows/benziahamed/menu-bar-search/.
     
    @sepulchra It’s no longer relevant but /PATH/TO/MENUBAR/BINARY/HERE was to be changed with the correct path on your machine. For future reference, you can do so by right-clicking the workflow in Alfred Preferences and revealing it in Finder, then dragging and dropping the file into the Terminal.
  5. Like
    Benzi got a reaction from vitor in Menu Bar Search   
    Sorry about the huge gap and delay in responding - I had some issues setting up my apple developer ID, but sorted that out finally!
     
    Appreciate if you could test v2.0 pre-release here and see if the notarisation works:
    https://github.com/BenziAhamed/Menu-Bar-Search/releases
     
    cc @vitor @xilopaint
  6. Like
    Benzi reacted to xilopaint in Menu Bar Search   
    I replied in your GitHub issue @Benzi. Thanks again for working on this amazing tool.
  7. Thanks
    Benzi got a reaction from xilopaint in Menu Bar Search   
    Sorry about the huge gap and delay in responding - I had some issues setting up my apple developer ID, but sorted that out finally!
     
    Appreciate if you could test v2.0 pre-release here and see if the notarisation works:
    https://github.com/BenziAhamed/Menu-Bar-Search/releases
     
    cc @vitor @xilopaint
  8. Like
    Benzi got a reaction from Grug in Menu Bar Search   
    Let me try and update the workflow to use User Configuration and sign the binary as well.
  9. Thanks
    Benzi reacted to vitor in Menu Bar Search   
    Signature looks correct, but you also need to notarise it otherwise there’s going to be a dialog about how Apple wasn’t able to scan it for malicious software and it won’t run.
     
    First set up your credentials:
     
    /usr/bin/xcrun notarytool store-credentials --apple-id 'YOUR EMAIL' --team-id 'YOUR TEAM ID'  
    To notarise a raw binary, first zip it then use notarytool on the zip:
     
    /usr/bin/xcrun notarytool submit '/PATH/TO/THE/ZIP' --keychain-profile 'PROFILE NAME SET WITH store-screndials' --wait  
    After it returns successfully you can trash the zip, it’s only necessary to send it over. From then on, the first time a user runs your binary it’ll contact Apple’s servers to verify the notarisation then keep the information locally.
     
    If you use Xcode, there should be a flow for notarising without having to leave it.
  10. Like
    Benzi got a reaction from xilopaint in Menu Bar Search   
    Let me try and update the workflow to use User Configuration and sign the binary as well.
  11. Like
    Benzi got a reaction from vitor in Menu Bar Search   
    Let me try and update the workflow to use User Configuration and sign the binary as well.
  12. Like
    Benzi got a reaction from zeitlings in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  13. Thanks
    Benzi got a reaction from suliveevil in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  14. Like
    Benzi got a reaction from Chris Messina in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  15. Like
    Benzi got a reaction from tbjohnston in Take quick screenshots using the ScreenCapture workflow   
    This screen capture workflow in Alfred makes taking quick screenshots easy. Screenshots are saved to your Desktop or to the Clipboard based on the option you select.
     
    Download from here and give it  a whirl.
  16. Thanks
    Benzi got a reaction from nogood in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  17. Thanks
    Benzi got a reaction from hpiwzqda in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  18. Like
    Benzi got a reaction from Appu Mohan in Battery - view summary stats about your laptop battery   
    Description: Shows summary information about your laptop battery (charge, time, status, charge cycles, and health - % of maximum charge your battery can now hold compared to its original design capacity)
    Usage: enter the keyword "battery"
    Tested on: Mountain Lion, MacBook Pro
    Download: from here
     
     
  19. Like
    Benzi got a reaction from Bhishan in Battery - view summary stats about your laptop battery   
    Hi there, if possible could you run the following command in Terminal and PM me the output?
    ioreg -l -n AppleSmartBattery -r
  20. Thanks
    Benzi got a reaction from bivalvegruff in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  21. Thanks
    Benzi got a reaction from kodiak in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  22. Like
    Benzi got a reaction from vanderholm in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  23. Like
    Benzi got a reaction from vanderholm in (faster) Menu Search   
    v1.6 - per app configuration
    You can now specify custom configuration settings to fine tune menu listings for at an app level. Type ms into Alfred to get started.
    Here's the settings.txt config I use:
    # always show disabled menu items appFilters { app: "BibDesk" showDisabledMenuItems: true } # for Safari, ignore the History and Bookmarks # menus since loading it take a lot of time appFilters { app: "Safari" ignoreMenuPaths { path: "History" } ignoreMenuPaths { path: "Bookmarks" } } # For Finder alone, show the Apple menu entries, # and ignore any recent entries listed in the # Apple > Recent Items menu appFilters { app: "Finder" showAppleMenu: true ignoreMenuPaths { path: "Apple" path: "Recent Items" } }  
  24. Like
    Benzi got a reaction from Diegobit in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    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  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  25. Like
    Benzi got a reaction from cands in (faster) Menu Search   
    @cands 
     
    BibDesk (programatically) reports all menus items under "Copy As..." to be inactive and disabled always. This is the reason why menu search is not able to pick up the sub menu items.
     
    One workaround possible to to display all menu items (enabled or not) - but this means that if a menu item is truly disabled, actioning that from Alfred will not have any effect, and you will not be able to know beforehand if the item is indeed disabled or not. The workflow will blindly list all available menu item entries.
     
    If you download and update the workflow to version 1.5.4, I have included some environment variables to control the default menu listing. In your case, because of BibDesk, you may want to set the value of "-show-disabled" to true. 
     


     
     
    Note that this will affect all menus across all apps. I'll attempt to come up with a better solution, but not very hopeful at the moment.
×
×
  • Create New...