Jump to content

Stooovie

Member
  • Posts

    54
  • Joined

  • Last visited

Recent Profile Visitors

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

Stooovie's Achievements

Member

Member (4/5)

3

Reputation

  1. Would it be possible to get a workflow that converts both ways automatically? As in, when I copy a Windows (\\) path, it would convert to Mac (//), and vice versa? I'm not a developer at all and this would help my partner at her corporate job tremendously. Thanks!
  2. what's the callback URL I need to set up uploading to IMGUR?
  3. worked until today, I'm getting dyld[66825]: Library not loaded: /opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib Referenced from: <83BB9D42-50F4-346C-87CB-314486B0C46D> /usr/local/bin/ffprobe Reason: tried: '/opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib' (no such file), '/opt/homebrew/Cellar/ffmpeg/6.0/lib/libavdevice.60.dylib' (no such file), '/usr/local/lib/libavdevice.60.dylib' (no such file), '/usr/lib/libavdevice.60.dylib' (no such file, not in dyld cache) reinstalling ffmpeg via homebrew didn't fix the issue. Sonoma 14.0. I think I did have it working fine in Sonoma last week.
  4. That's a very cool workflow, thanks! not really all I want but good start (I'd love to see overall stats at a glance)
  5. Requires installing blueutil to work. Via Homebrew: brew install blueutil
  6. Hi, I'm looking for a system monitor workflow/addon for Alfred. I do use Process Control but I was wondering if I could get CPU/RAM/GPU usage, network up/down, ideally also SSD R/W... Possible? What I found is no longer maintained and doesn't work on Alfred 4 and 5. Thanks! Optional background info: I know there are menubar apps but none of them (iStat, Stats, Eul...) give me what I want - a single, user-chosen number (either CPU, or RAM, or whatever) that would reveal the rest (CPU, RAM, network...) by clicking. They either show a lot of sensors at once, which is a problem with notched displays (again, I know Hidden Bar and Bartender exist, but I've had some incompatibilities with these), and clicking only reveals more of the clicked sensor (so, CPU reveals more CPU-related). I want to see CPU usage, and clicking to reveal RAM usage, network, all of these at a glance.
  7. Hi, I made a simple audio-to-wav conversion workflow using ffmpeg (the entire command is ffmpeg -i {query} {query}.wav && exit How can I make it so it doesn't just append the .wav extension but actually changes it (so, from file.mp3 to file.wav and not file.mp3.wav)? Thanks!
  8. T That's great, thank you! I also started using Hastebin and this workflow in the meantime.
  9. Hi, I'm getting [08:10:14.856] STDERR: Last 2 Imgur[Run Script] File '/Users/stooovie/DesktopScreenshot 2022-03-02 at 8.05.45.jpg' doesn't exist; skipping There's some kind of typo in the script, the path is obviously missing a forward slash between "Desktop" and "Screenshot". I'm not a dev and can't fix this myself, what to do? Thanks.
  10. I see this is now 8 years old but it's one of my fav Alfred workflow. I'm getting this when trying to run it: "Unable to run task Reason: launch path not accessible: /usr/bin/php. "Check that the selected language exists on your system. php -v gives "PHP 8.0.10 (cli) (built: Aug 26 2021 15:36:17) ( NTS )" and which php /usr/local/bin/php I'm on Big Sur 11.6. I tried tinkering with paths but to no avail. Please help, thanks.
  11. Could anyone take a look at this nifty workflow? The issue is, it returns the IP TWICE (plus extra space), so if my router IP is 192.168.0.1, it passes "http://192.168.0.1%20192.168.0.1", which obviously doesn't work. I'm not a dev and can't see the issue in the source. Thanks!
×
×
  • Create New...