Jump to content

a-b

Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by a-b

  1. Alfred 5.1 tends to freeze while loading in offline environments — config folder located on the Dropbox macOS 13.5
  2. Alternatively this could be written in AppleScript to make it more future proof.
  3. You can use custom script like: state=$(defaults read "Apple Global Domain" "com.apple.keyboard.fnState") if ((state)); then echo "true" defaults write "Apple Global Domain" "com.apple.keyboard.fnState" "0" ## Brightness/Media else echo "false" defaults write "Apple Global Domain" "com.apple.keyboard.fnState" "1" ## F1 F2 etc fi defaults read "Apple Global Domain" "com.apple.keyboard.fnState"
  4. Please consider improving developer experience by simplifying test and debug of https://www.alfredapp.com/help/workflows/actions/run-script/ component in isolation. I propose to add following features: Input where I can add command line parameters or query that would be passed to the script. Run button that will execute script. Some way to see output via the multiline textbox. Could be a popup or a multiline section below this window. Let me know if you have any questions.
  5. I think it will be beneficial to all Alfred community to create common Github repo with all formulas (or formulas as git submodules) similar to the https://github.com/Homebrew/homebrew/
  6. It would be really handy to have an option to switch volume for DLNA devices
  7. What about negative values? Unable to see results for qurey: units -30c f Thanks!
  8. Any chance to pack this workflow and add to the http://www.alfredworkflow.com ?
  9. It would be great to support Google Apps, so it will be easy to check personal and few project mailboxes. Thanks!
×
×
  • Create New...