Jump to content

godbout

Member
  • Posts

    332
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by godbout

  1. 4.1.0 released. just a little update. inner grooming, smaller Workflow, consistent with old and new coming ones that will share the same Workflow Skeleton. links in first page.
  2. ok, following the thread now. always forget. @nikivi, yes, as raguay.customct said, it's directly available from within Dash. if you're using a Windows or Linux equivalent, they have their own repository when you can find the files. have fun!
  3. if you're into these kinds of kinky things, the Alfred 4 Help is now available in Dash (and the other OS equivalents). https://share.getcloudapp.com/2Nu5pWXg (and if you're into building Docsets for Dash, you now have a PHP option here: https://github.com/godbout/dash-docset-builder) ☀️🌿️
  4. sorry, just passing by. not sure if you're looking for the end result, or learning how to build workflows. if it's the end result, here you go: https://github.com/fnando/alfred-workflows the Spoof workflow might do what you're looking for. i use it personally to bypass time restrictions based on mac address. enjoy.
  5. 3.0.0 out: https://github.com/godbout/alfred-time/releases/tag/3.0.0 * PHP 7.1 drop * support for PHP 7.4 added * refactored with a new package i'm doing (https://github.com/godbout/alfred-workflow-workflow) next update should be integration with Clockify.
  6. a little update. dropping PHP 7.1 that is not supported anymore. adding support for 7.4. refactored using my new alfred-workflow-workflow package. links in first page.
  7. sorry just need to pass by to say that i cannot live without this Workflow. all my love to you taco man ❤️
  8. can you try with this version: https://github.com/godbout/alfred-airpodspro-connector/releases/tag/1.3.0 also i'm not sure why it's showing up with my own AirPods in your log lol. my AirPods mac address shouldn't be exported. check in the variables if you have a mac address. if yes remove it and try again.
  9. ok so there's an incompatibility with bluetoothconnector 2.0.0: https://github.com/mariuskiessling/alfred-airpods-connector/pull/3 will update the Workflow today.
  10. it seems it's trying to find my own AirPods Pro lol. ok gonna have a look, thanks!
  11. good point, i didn't think of this. but i don't think it comes from this. i had the same issue with my Time workflow. i think it's just the script getting called multiple times, and the time to process the query and generate the item. but i might be wrong? see with the Time workflow below: if you type like a maniac (like i do, i type my stuff and return immediately) then the script misses what you typed during the last few milliseconds. now i use a PHP package that i made to build my Workflows because i kept forgetting how Alfred works 😂️, so that's totally possible that i'm missing something and my package (or the way I build the Workflows) could be improved. let me know if i'm missing something. any hint would be deeply appreciated!
  12. new version 1.1.0. i've tried several ways to show the current volume. the good thing with a Script Filter is that i can show the current volume as a subtext. the (very) bad thing is that it takes some milliseconds to register the typing. happened several times that i entered for example 65 and only 6 is registered, and sometimes nothing. in terms of UX it kinda sucks. so i decided to go through a notification. maybe altogether it takes about the same time, maybe even longer, but the whole thing feels more responsive. so, to my taste, more enjoyable. to get the notification with the current volume, just type `mv` (the new keyword) and enter. to choose your new Music.app volume, type `mv 65` or `mv up` or `mv down`.
  13. ok so after using it myself i found out that i would like to know the current level of the volume. currently you can get it through a notification but you need to update the workflow to allow for empty argument. it works but i'll add this as a subtext later.
  14. i had to dig into bash, unix, a couple of unix tools, and two books about scripting 😂️ but there's a new version. i understand the code better now, cleaned it, and added the Case battery level if available: https://github.com/godbout/alfred-airpodspro-battery have a look and let me know if you guys still have any issue with wrong data being printed out. thanks!
  15. i've made a Workflow to change the Music.app volume rather than the system one: maybe this topic can/should be moved to feature suggestions?
  16. change the volume of the Music.app from Alfred. useful if you're using AirPlay devices. GitHub: https://github.com/godbout/alfred-music-volume Packal: http://www.packal.org/workflow/alfred-music-volume enjoy 🌻️
  17. of course one hour after i had the idea that maybe Alfred was lowering the global volume instead and yes. i think it would be still nice to have the possibility to set the Music app volume to any % but well, not a bug.
  18. only reporting now but actually it's been a long time for me, so i'm surprised. might be only a few people? volumax and volmid work fine, but up, down and mute don't. i'm reporting now because i'm doing my own workflow (that can set to any % you pass as argument) and i think it's be nice to have it corrected in Alfred, and why not adding a new feature to set to the volume we want. let me know! Alfred 4.0.9 Build 1144, Friday 20th March 2020 Catalina 10.15.4 (19E287)
  19. well. probably if you restart your computer, you'll end up with the same issue. care to try? 😂️ actually i've forked this from another workflow that wouldn't work for me. thought it was an AirPods Pro issue as the other workflow was for the normal AirPods. seems not. also my workflow work for both my iMac that has keyboard and trackpad connected, and my MacBook that has nothing... so, gonna have to investigate. thanks for the report!
  20. lol interesting. might be the list of bluetooth devices connected then. not sure. will check. could you guys send a screenshot of them, like below? thanks.
  21. interesting. i had the same issue with the original repo that i've forked. have a try maybe? https://github.com/BeneathCloud/AirpodsBattery if you don't mind letting me know what version of macOS you're running that might help too. and you're having the AirPods Pro or the normal ones?
×
×
  • Create New...