Jump to content

godbout

Member
  • Posts

    332
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by godbout

  1. fuck. instant feedback. your SSH Workflow. amazing. both on my 2020 MacBook Pro but also on my late 2012 iMac 27. my Time Workflow is slow on both machines 😂️ that's excellent. i had no idea. it's very hard with your Workflow to miss the last few letters typed. super nice experience. dilemma. i've been through several books of Python in order to develop and help maintain some plugins for Sublime Text. thought it might help for Alfred Workflows too, but now it doesn't seem so. i have zero knowledge of Go, and not sure i wanna go through another language. thought my PHP libraries to create Workflows were a good idea, but ultimately it worsen the user experience when needing to grab the user input. hmm. have some digestion to do.
  2. but that happens because of the "Terminate previous script" option. the script doesn't have time to run and return the items to be displayed. if i switch to "Wait until previous script finishes", then you see the changes "live", with a little delay. the same delay as with the "Terminate previous script". but in the latter case i'm not calling the script 300 million times 😂️ or maybe i'm completely out of my mind and don't get it. which is a strong possibility.
  3. checked. i already had set those settings. smart. my script then. actually i couldn't say how long is the delay after the last character. 50ms? 200ms? no idea. anyways, works for now. will investigate again at the next Workflow. yeah, a few years back. that's probably why the doc hasn't changed since 2016. a pity. and it doesn't seem to go in the right direction 😭️😭️😭️
  4. yeah ok, so nothing new here. i'm pretty sure i've been through that before but couldn't make things run smoother. thanks for the time @deanishe!
  5. btw is it just me or Big Sur menubar menus suck big time? i can't access items through AppleScript, and not even navigate through basic keyboard arrow keys. UI is good but UX seems really going backwards.
  6. well that might be one thing but as shown below, i'm having the issue even with a Workflow that purely grabs the user input: so there might still be something i'm doing wrong, or some option to tweak somewhere in the Workflow? regarding JXA, yeah i got a few people reporting issues with Big Sur about some Workflows. thought it was a good time to dig deeper into AppleScript but after checking out a couple of books i've decided to go to JXA instead, as i'm already more proficient in that area. any recommendation for docs? seems it's quite scarce. (JXA Cookbook on GitHub already in the favorites.)
  7. well to be honest i build stuff and use them but quickly forget how i did them 😅️ so no, i'm not sure i came up again with building a Workflow and had to deal with this issue. i think currently i have this one, and Alfred Time. but in Alfred Time i only use the "restart" a timer, so i never have to type a description, so i never "felt" the issue again. for the Music Volume Workflow, i actually find that i never need to know the volume so i didn't bother trying to find a better way. but i'm curious and was hoping that @deanishe confirms (or the opposite) that i'm not doing anything wrong and that what happens is what is supposed to happen.
  8. it probably got scared and understood correctly it'd better behave.
  9. try this: system_profiler SPBluetoothDataType 2>/dev/null | grep -B3 "Minor Type: Headphones" you should get 4 lines as a result. first should be the name of your AirPods. please check and let me know. second is your AirPods MAC address. this should tell us if the Workflow is grabbing the right MAC address. if yes then we need to dig deeper.
  10. well i forked the original Workflow because it didn't work for me. maybe you need to fork mine and make your own 😂️😂️😂️ ok i'll have a look, but might need some back and forth to debug, if you want this solved.
  11. can you run the following in your Terminal: grep -iA6 '"'"$(grep -B2 "Minor Type: Headphones" <<< $(system_profiler SPBluetoothDataType) | awk '/Address/{print $2}')"'"' <<< $(defaults read /Library/Preferences/com.apple.Bluetooth) and show me the result at the end, close to your next prompt. should show something like the pic i'm attaching.
  12. ah yes, issues were not enable by default sorry. probably coz it's a fork. fixed. can you try the original Workflow and see if you have the issue too: https://github.com/BeneathCloud/AirpodsBattery which version of macOS are you on? thanks.
  13. 4.2.0 is out: https://github.com/godbout/alfred-time/releases/tag/4.2.0 * filters out archived project for Toggl * lists more projects for Clockify (148)
  14. hey, glad it helps. thanks for taking the time to comment.
  15. 4.0.0 is out: https://github.com/godbout/alfred-time/releases/tag/4.0.0 bumped to 4.0 because dropping PHP7.2 but most importantly: adds Clockify support! enjoy.
  16. it is now renamed `Alfred` rather than `Alfred 4` in Dash, as i'll keep distinct versions. also `Alfred 4 (4.1)` looked too ugly 😂️
  17. nice workflow, thanks! added closing the tab in safari/chrome once it's opened in the other browser. very useful, thanks again.
  18. not a Workflow, but a way to create Workflow more easily in PHP. it's along the same lines as Alfred Workflow ScriptFilter and Alfred Workflow Config (https://www.alfredforum.com/topic/12265-alfred-workflow-config/?tab=comments#comment-64722). (Alfred Workflow Workflow actually uses Alfred Workflow ScriptFilter under the hood.) so if you're building Workflows in **PHP**, that might be useful to you. some details in the README: https://github.com/godbout/alfred-workflow-workflow ☀️🌿️
  19. i don't own a HomePod, no idea how that looks in Music. i have an AirPort Express though that i use daily, and the volume is changed on that output. what happens in your case? any error message in the Workflow debug?
  20. updated with the new 4.1 goodies. i'm tracking different versions now, so you can get 4.0.x, or 4.1.x. by default it will download the latest version available.
  21. if you manage your servers and/or sites with the fantastic Ploi service, here's now a Workflow to handle stuff from Alfred: actually you can only refresh the PHP OPcache. and only on one server. this is the most ridiculous Workflow i've done so far. i love it. GitHub: https://github.com/godbout/alfred-ploi Packal: http://www.packal.org/workflow/alfred-ploi
  22. hey Mike, you're welcome. glad it helps.
×
×
  • Create New...