Jump to content

Jono

Member
  • Posts

    178
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Jono

  1. I've used Karabiner Elements in the past, as well as BTT but for some reason the Hyper Key was always buggy (hit and miss) with them. Just tried this and it works a charm, thanks!
  2. I don't have folders set to be shown in default search results, but they still show up. I have 3 Macs running the latest Alfred 4.5 beta and 1 Mac running 4.3.4, and I get the same thing across all of the Macs. Is there something I can do to stop this? ๐Ÿค”
  3. Yeah, it wouldn't be too difficult to 'fill in the gaps' where SF Symbols don't cover every existing Alfred icon.
  4. Yeah, Iโ€™ve never liked these. They donโ€™t look too โ€˜Mac likeโ€™, and theyโ€™re also looking dated. I think it would look much better if they used the SF Symbol icons. They would already cover most of what Alfred needs, and look more in keeping with Big Sur.
  5. Thanks, I realise that. I currently have it set to only show subtext for the selected result. I find it useful for folders as I sometimes have folders named exactly the same (or very similar), but as I said previously I don't really need to see the full path to apps, or their extension ๐Ÿ™‚
  6. For applications it currently shows the path (and .app extension) in Alfred results I never need (or want) to display this. How about an option to just show it's an app? And also, seeing as horizontal space is at a premium, display it to the right (similar to Spotlight) rather than underneath?
  7. I control a few things in Home Assistant via Alfred. All I did was to create some webhooks in Home Assistant, then use scripts in Alfred to call those webhooks ๐Ÿ‘
  8. Actually, it would be great if there was just an option to show the bookmark icon of your default browser, like it does in Spotlight ๐Ÿ™‚
  9. No, not totally broken. It works but even though I replaced the icons it still showed the old ones. I guess I need to dig a little deeper to make sure I 'got 'em all'! That would be SOOoo much better! Pretty please @Andrew! ๐Ÿ˜ƒ
  10. โ€ฆso a year later and the Safari Assistant workflow doesn't work for me anymore ๐Ÿ™ I don't suppose anything's changed in Alfred that allows changing the default bookmark icon, is there? ๐Ÿค”
  11. I'm wondering if what I'm wanting to achieve is possible ๐Ÿค” Here's my current theme I was wanting to make the horizontal line at the top (just under the search field) a different opacity to all the others below it, and also full width like Spotlight. Is that possible? โ€ฆalso, the background colour for the selected text seems pretty high at the top. Is there any way to reduce that? ๐Ÿ™‚
  12. Ah, right. Where should 'echo "${fileName}"' go in the script? At the end after 'done'? And I should still add {query} in the notification? I've tried it in various places in the script, but it either shows the filename along with the full path of the input and output, or just shows the full path of the input and output (no filename on it's own) ๐Ÿ˜
  13. Thanks, this works on images without a space in the filename, but not with spaces in the filename. Could that be something to do with the line above it? theFile="${1}" Also, I wanted to show the name of the image in a notification. I tried {query} but that shows the full path to the original image, and also tried ${fileName} (and variations of it) but that didn't work either. How would I do that?
  14. I don't know much at all about shell scripting, but I managed to cobble together a workflow that actually works. theFile="{query}" theImage=$(basename "${theFile}") fileName="${theImage%.*}" outputFile=$"$HOME/Desktop/$fileName.jpg" sips -s format jpeg -s formatOptions 100 "${theFile}" --out "${outputFile}" open -a ImageOptim "${outputFile}" I'm using it as a File Action, so select a PNG image, run the workflow and it converts it to JPG, then runs it though ImageOptim. This works when selecting single images. but doesn't work if I pass it multiple PNGs. In the File Action part of the workflow I checked 'Accept multiple files', so I'm guessing I need to alter the script to make it work? In the Run Script part of the workflow I tried it with 'running instances' set to Sequentially and then Concurrently, but that didn't make any difference. Also, I wanted to show the name of the image in a notification. I tried {query} but that shows the full path to the original image, and also tried ${fileName} (and variations of it) but that didn't work either. Any help would be appreciated ๐Ÿ™‚
  15. I also do this with a few different app's libraries/settings via the Synology Drive client ๐Ÿ‘
  16. Good idea, I've removed some of the keywords. โ€ฆand yeah, I'll actually use quite a few functions of the workflow, not just regular bookmarks ๐Ÿ˜ƒ
  17. I was trying to strip out parts of the workflow that I didn't want. I guess I 'stripped out' too much ๐Ÿ˜Š
  18. @deanishe โ€ฆI guess I spoke too soon. Once I select a bookmark in Alfred and hit Return to open it nothing happens ๐Ÿ˜Š Any idea why that could be?
×
×
  • Create New...