blgentry
Member-
Posts
22 -
Joined
-
Last visited
Profile Information
-
Location
Florida
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
blgentry's Achievements
Member (4/5)
8
Reputation
-
I use this workflow quite a bit and I'm constantly hammering command-n to go down to the entry I want, which is usually JustWatch. I would love to have a way to move this as the top item. Also, why is there no default item? The item that our cursor lands on is some kind of dummy icon of the movie. Finally, the Justwatch entry is really a submenu of the TMDB listing. IMDB has its own entry. Why is there no TMDB selection to go to the master page of TMDB? All of these would be features I would use and appreciate. Thanks, Brian.
- 145 replies
-
Interesting. I would have thought the workflow would update automatically or indicate to me that there were updates. I just manually updated it, then removed the brew package referenced above. The workflow works as expected again. Neat! Brian.
- 145 replies
-
I've been fighting with a problem with this for a while. The error says that distutils is not found. What I've figured out is: * Homebrew is now installing python 3.12 . * 3.12 has REMOVED distutils * PIP refuses to update a homebrew managed installation of python * There is a replacement package, that's part of homebrew, but the name totally non-obvious. The fix to get distutils working in brew's python 3.12 is: brew install python-setuptools After that finishes, distutils is back and the movie and TV show search workflow works again. <angels sing> Brian.
- 145 replies
-
Alan He reacted to a post in a topic: How to leverage Fuzzy Search when browsing bookmarks?
-
vitor reacted to a post in a topic: Why can I not find Alfred sections with the question mark query
-
solved Why can I not find Alfred sections with the question mark query
blgentry replied to blgentry's topic in Discussion & Help
That is insane. That was it!!! I really like the TV and Movies workflow. It's extremely useful. I had no idea it had a bug. I followed the steps in the linked thread and BOOM, it's fixed. Thanks Vitor! Brian. -
I'm currently using Alfred 5.1.3 . Sometime in the past, I think in Alfred 4, the "?" query was introduced. So I could type into the Alfred box something like "?workf" and it would match on Workflows and then open the Alfred Preferences to the workflow section. This worked for most of Alfred's pieces and parts. Sometime later (perhaps in Alfred 5?) this stopped working entirely. Now it seems to only want to search the Alfred Online Help when I do ? queries. I'm unsure if I changed something, or if Alfred changed. Any suggestions on how to quickly get to Alfred's various sections from the Alfred search box? Thanks, Brian.
-
Mount and Unmount encrypted disks integrated with 1password
blgentry replied to blgentry's topic in Workflow Help & Questions
I guess I'm not being much of a good Alfred citizen. I didn't link to a workflow because I'm not sure it's very good. Thanks for the screenshot technique. I've been using screenshot on Mac for quite a while, but I didn't know that spacebar would change it to take a full window and use transparency. Neat! Thanks, Brian. -
I've developed a small workflow to help me manage the mounting and unmounting of my encrypted APFS volumes (disks). When I created each of these encrypted volumes, I used 1password to generate and STORE the password for each drive. My workflow is designed to identify which disks are on the system and either mount or unmount them as you choose. An important part of this is making Alfred look up the password inside of 1password and then feed it into the command to unlock the encrypted drive and mount it. The thing that makes this work is, I added a 1password TAG to each entry with the name of the drive (volume). So a drive named 3TBWD will have a tag called "3TBWD". That 1pass entry will have the password for that drive. The 1pass CLI must be installed to make this integration work. I've only had this workflow working for a short time, but it seems pretty good. I don't think it's in publishable form at the moment. I'm sure I've done some beginner things incorrectly. I also suspect very few people are interested in this. I just built it for me. Attached are a couple of screen shots. Brian.
-
tone reacted to a post in a topic: Movie and TV Show Search
-
For a while I was using a URL based search on justwatch. At some point this stopped working and just opened the site without any results and I'd have to type in my search into the search box and go from there. I guess they switched to an API based model or something? So yesterday I decided to fix it and I couldn't figure out a URL based way to do it. After some research and trials, I installed this workflow. I thought it was a little odd that I had to do through 3 steps to get to the justwatch listing. I also thought it was weird that "justwatch" kept pulling up TMDB. But then I noticed that this is a subsection of TMDB that shows all of the justwatch results embedded. Neat. Over the next half day I realized how good this workflow really is. I don't have to type the entire title as it is interactively searching while I type in Alfred. Wow. I can watch a trailer directly without going to look for it on the justwatch page. IMDB is there too for extra info. This is going to speed up my entertainment searching. I probably won't use the Alfred imdb keyword ever again. This is a really good workflow! Thanks for the work it took to create it. I'm looking forward to using it and learning more about it. Brian.
- 145 replies
-
Rad reacted to a post in a topic: 1Password — Search and open 1Password items
-
Richard Kaplan reacted to a post in a topic: 1Password — Search and open 1Password items
-
1Password — Search and open 1Password items
blgentry replied to vitor's topic in Share your Workflows
Hello, I would like to suggest that the SETUP instructions include verifying that Automation Tasks are installed. Yesterday and today I spent about an hour trying to make this work. I did a lot of troubleshooting steps, but I was unaware of Automation Tasks as being a "thing" in Alfred and they were not mentioned in the setup instructions. Today I found this thread and started reading. I'm glad that I got impatient and went to the end because my answer was there! Now that I installed Automation Tasks, the 1password integration works as I expect it to. Previously it would not show any of my entries/logins. Thanks for the workflow. I think I'll be using it a lot. Brian. -
analogue_man reacted to a post in a topic: How to leverage Fuzzy Search when browsing bookmarks?
-
How to leverage Fuzzy Search when browsing bookmarks?
blgentry replied to dave8's topic in Discussion & Help
Interesting that this fuzzy python script exists. But it doesn't solve what I'm after: substring searches *everywhere* in Alfred. If this fuzzy search was an option for matching all results (like bookmarks for example), then it would really be awesome. As it is, I'm sure it's pretty neat, but you have to build your own workflow, with your own particular aims, in order to make use of it. Useful, but not what I'm currently wishing I had. Thanks, Brian. -
dave8 reacted to a post in a topic: How to leverage Fuzzy Search when browsing bookmarks?
-
How to leverage Fuzzy Search when browsing bookmarks?
blgentry replied to dave8's topic in Discussion & Help
It's nice that the plugin exists. But it's not the answer in this case Alfred is amazing. But it is lacking in the ability to search for substrings. There are many instances where searching for substrings would be very helpful. Not the least of which is the example above: Searching for word fragments in a bookmark title. It would be a really neat addition to Alfred to support substring search. Brian. -
sepulchra reacted to a post in a topic: removing characters at the end of a line
-
solved removing characters at the end of a line
blgentry replied to sepulchra's topic in Discussion & Help
Your pattern : \w{4}$ does not work because \w means "word character". "Words" are letters and numbers. Special characters are not word characters. So the period (.) does not match. If you wanted to match an 4 characters at the end of a line you could do: ....$ OR .{4}$ Note that "." , in regex, means "any character" so it matches on everything: letters, numbers, specials, etc. Even a literal period. Regex is odd. Regex is a bit confusing. But it's also quite powerful. You might enjoy using this regex checker/tester/tool: https://regex101.com -
Dispatch key combo that I can't type or...
blgentry replied to blgentry's topic in Discussion & Help
I've tried Karabiner Elements two or three times now. It's awful compared to Alfred. For really simple things, it's no so bad. I'm pretty sure I've swapped caps lock and control with it. But for anything beyond dead simple you need to edit JSON files. Which I can do; but it's rather ugly and seems poorly documented. I very much appreciate you trying to help me. To be honest, I really don't even need this thing I'm asking for. I can just use Preferences > Keyboard > Shortcuts > Display and change the brightness keys to F11 and F12. I've just done it now in fact. I'm still curious though if Alfred can do what I'm looking for. Alfred is kind of 4 or 5 apps all in one. I'm already using it for a handful of different keys that do various actions and remaps. Brian. -
My task is simple: I want my external keyboard to change brightness on my M1 Mac's built in screen. Unfortunately my external keyboard will not send the F14 or F15 keys that are required to change brightness. The "Fn + F1", which works to do F14 on most keyboards, doesn't work on this one. So I'd like my F11 key to send F14 instead. I'd like to have Alfred see F11 as a hotkey trigger and then output F14. But if I can't type F14, how do I make Alfred dispatch the key combo? Is there a way to enter a keycde instead of pressing the actual key? Or something similar? I have also looked into the various workflows that set or adjust screen brightness. The useful ones use a command line program which calls a particular method used on Intel based Macs, but they DO NOT WORK on M1 Macs yet. So that avenue appears to be closed for me. As a last resort I can plug in a different keyboard that I sometimes use with this Mac in order to do the F14 and F15 and have Alfred capture them. It just seems like a product as cool and advanced as Alfred would have a better way. Thanks for reading, Brian.
-
solved Paste clipboard history into alfred query
blgentry replied to blgentry's topic in Discussion & Help
Oh wow. I didn't even need to configure anything. My fedex, ups, and usps keywords all work as universal actions and are (of course) searchable in the universal actions area. So this was a really a case of just starting differently: Start with the clipboard history and then feed it to an action (keyword). As opposed to starting with the keyword and then trying to feed in some clipboard history. Nice! Thanks for your help. Brian.