Jump to content

Alan He

Member
  • Posts

    341
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Alan He

  1. I developed it. you can have a try. Easy to find gif and paste anywhere. https://github.com/alanhg/alfred-workflows/tree/master/giphy
  2. https://www.alfredapp.com/help/workflows/inputs/script-filter/json/
  3. What's the feedback JSON ? Can you post a link or example? What do you mean “in a JS”? means in a Run Script step.
  4. Conditional utility does not support variable like filter utility. For this, I have to use filter utility, but get the warning.
  5. I want to simply paste in any app, like mail or wechat. I found solution. Hope to help people with the same needs. set the clipboard to POSIX file thePath
  6. current not support multi-media, for example animated gif.
  7. How to trigger re-run the Script Filter? For example, how do I trigger in a JS.
  8. I think Apple Script official doc is so poor. difficult to read.
  9. Alfred does not provide a direct way to access the environment. But you can have a workaround like this. 1. add run script ,like echo $HOME which is env environment 2. add arg and vars, set echo ouput as a variable 3. then you can use it at will.
  10. add modifier key like ⌘ to copy the select bookmark URL to clipboard
  11. I want to create a workflow that displays all system hotkeys. But I am curious whether there are ready-made scripts under Mac, such as apple scripts to obtain such statistics. As far as I know, hammerspoon provides a method, but I don’t want to rely on this software in implementation.
  12. I am considering supporting airplay devices, which not supported currently.
  13. some code missing cause code bug. I have update workflow, please update it. Thank you. I accepted your suggestion and revised the item's description.
  14. I took a look, and the underlying scheme used is the same. But I did something different, for example, I will prompt the currently selected audio. At the same time, I consider supporting AirPlay device support, of course it is not yet supported.
  15. of course. With the Single User license, you can activate on two Macs concurrently, provided they're for your own use and not shared workstations. With the Mega Supporter license, you can activate on up to four Macs, again, provided they're for your own use only. https://www.alfredapp.com/help/powerpack/license-types/ https://www.alfredforum.com/topic/15149-question-concerning-alfred-license
  16. Sometimes I want to know how many workflows I have installed. For example, it can be displayed in a highlighted position
  17. ## Feat 1. switch audio 2. show current selected audio download link: https://github.com/alanhg/alfred-workflows/tree/master/switch-audio
  18. Sometimes, some apps support the installation of multiple versions like toolbox for IDEA or Datagrip, so I hope to directly support the filtering of the folder, all the apps under the folder can be filtered. Currently, once I install another version of the App, I have to reconfigure here, which is very troublesome
  19. Understand what you mean, then this is the only way. The reason why system text replacement is still needed is that I need to consider the support on iOS for some texts, so that it can be used across multiple types of devices. Therefore, the system level and Alfred's Snippet are complementary to a certain extent to solve text replacement
  20. I have setting system text replacement, like qq. system will replace with number 123456789. I hava setting a workflow and key word set as qq. when I trigger with qq in alfred's input , text will replace,It's very inconvenient unless I click esc. So I hope alfred can support option to disable system text replacement First of all, the reason for using system text replacement is that it does not require some prefixes, which is more convenient
  21. easy to get certain app id or get app id list download url:https://github.com/alanhg/alfred-workflows/blob/master/appid/AppID.alfredworkflow
  22. Easy to control surge, like reload profile,toggle system proxy download url: https://github.com/alanhg/alfred-workflows/blob/master/surge/Surge.alfredworkflow
×
×
  • Create New...