Jump to content

addEdgeBookmarkSearch

Member
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

addEdgeBookmarkSearch's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. My bad. Just put the command in the textbox of [Run Script] object, make sure you delete the "echo -n $query". yourcommand
  2. If you're finding how to get bash command output in a workflow to show it with notification/LargeType, you can try this: ``` output=$(yourcommand 2>&1) echo -n "$output" ``` put this on a [Run Script] object followed by a notification.
  3. 🌍 Alfred-ipgeo Another Alfred workflow to query an online GeoIP database for a specific IP address or domain via HTML parsing instead of an API. GitHub link here: https://github.com/hunterMG/alfred-ipgeo You can download it from this link directly: https://github.com/hunterMG/alfred-ipgeo/releases/latest/download/IPGeo.alfredworkflow
  4. Thank you for your advice! After my verification, both of these methods work and are more elegant! Thanks to the Alfred development team for creating such great software! It seems I need to systematically learn the new features of Alfred so that I can use it more effectively.🥹
  5. I occasionally find that "Sort By" has default shortcuts. So I can use keystroke simulation via AppleScript: tell application "System Events" key code 21 using {command down, option down, control down} end tell Maybe activate Finder first if it's necessary in your workflow. Finder's scripting definitions, which zeitlings mentioned, may be more elegant, but I'm not very familiar with AppleScript.
  6. I want to create a workflow like this: changing the "Sort By" option of the frontmost window of Finder using different arguments. However, I haven't found any useful tasks in the Finder section of the "Automation task" in Alfred. Is using AppleScript GUI Scripting the only way to implement this?
  7. I hate to type an EXTRA command or have to set an EXTRA keyboard shortcut before I reach the function. It's not elegant. The workflow mentioned above can't search multi browsers' bookmarks concurrently. I'm trying to solve it. I'd be appreciative if somebody help me with it. I used to write some simple workflows and modify others' workflows to fit my need, but this work seems more difficult for me. Thanks for your brilliant work of building Alfred, you two guys and all members in this forum are doing great things.
  8. It's not the key. Of course I have read the whole thread. I just wish a strategy change of the corp on this "problem" because it has been a long time.
  9. In Chinese Mainland, macOS users can access all features(like synchronizing user data) of Edge without a VPN, while it's impossible when using Chrome because of the GFW blocked majority of Google services. Therefore, Edge is becoming more and more popular in China after it turned to use Chromium kernel and it using less energy and less memory cost. And China has a lot of people using Alfred, like me. I use Edge as my primary browser now, sometimes use Chrome, and rarely use Safari. Although we can using some workflows to search Edge bookmarks, but it's more convenient if it's a built-in function in Alfred. And it's not difficult to implement in Alfred because Edge is sharing the same way of storing data with Chrome.
×
×
  • Create New...