Leaderboard
Popular Content
Showing content with the highest reputation since 01/28/2021 in all areas
-
Better support for native app x-callbacks/deeplinks?
Chris Messina and 5 others reacted to Andrew for a topic
@Chris Messina this is indeed a UI issue, however minor, as the underlying feature works as expected (all URLs are routed via macOS). Alfred should really dynamically be showing the correct default handler if possible. Taking suggestions from this thread (thanks for the relevant input), I've updated Alfred to show "Open With" instead of "Browser", and the default handler will automatically update as you type, for example: This should be in the 4.3.2 pre-release in the next few days. Cheers, Andrew6 points -
Great! Next time, let's do this without all the drama.4 points
-
I guess they were referrring to So storing both the encrypted data and the en-/decryption key in the same unprotected storage ("plainly on disk") is indeed a horrible idea. Storing it in a place that is potentially vulnerable to direct access via malicious websites in case the browser itself is attackable via a browser vulnerability is another issue. The latter is the reason why it is generally not the best idea to use a browser's own password management feature.3 points
-
Doesn't matter, I'm afraid. People will still add too many workflows and they will still add slow workflows, and then they'll write Vero an email asking why it doesn't work. I'm sorry, there isn't really a balance to be struck. For a feature to be considered, the risk of misuse or misbehaviour must be basically zero. The Alfred team just doesn't have the capacity to be fielding an extra bunch of support requests, and you can't make trade-offs when you've nothing to trade with.2 points
-
I use Brave rather than Safari or Chrome, but the "Web Bookmarks" feature doesn't find my Brave Bookmarks. Configuration: macOS Sierra 10.12.6 Brave Version 0.59.35 Chromium: 72.0.3626.81 (Official Build) (64-bit) Web Bookmarks Feature is Configured as follows: Sources: "Google Chrome Bookmarks" Show Bookmarks "via keyword" = "bm" Open Bookmarks "in macOS default browser" If I add a bookmark to brave and search for it using "bm" it is not found. If I add the same bookmark to Chrome, it works fine.2 points
-
Hi, @faltoo, welcome to the forum. That's exactly why it's at the top. If you enter "pu" and select your "Show pull requests" action a few times, you'll retrain Alfred to put that first. You can tell Alfred to ignore AirPort Utility completely by adding the comment alfred:ignore to it (do a Get Info on the app in Finder). You can also reset Alfred’s “knowledge” in Alfred Preferences > Advanced > Clear Knowledge, but you’ll likely also lose a lot of training you’d rather keep. More generally, it's not a good idea to blindly action things in Al2 points
-
Find 2Fa/two-factor auth codes in Messages
luckman212 and one other reacted to squatto for a topic
I just released version 1.2.5 of the workflow, which has the following changes: By default, only messages received in the past 15 minutes will be searched You can change how many minutes to look back by changing the `look_back_minutes` workflow variable Tutorial: How to set workflow variables Thanks to @luckman212 for the suggestion 👍🏻 Latest release: https://github.com/squatto/alfred-imessage-2fa/releases/download/v1.2.5/iMessage.2FA.alfredworkflow2 points -
Better support for native app x-callbacks/deeplinks?
Mr Pennyworth and one other reacted to Chris Messina for a topic
Yes! This is exactly what I was suggesting — it's both more accurate and doesn't obtrusively get in the way of the default/majority case: Thanks for hearing me out and considering this discussion and moving quickly on an implemented solution, @Andrew! And thank you @Mr Pennyworth for summarizing the different perspectives and moving the core conversation forward which, in my view, resulted in a better Alfred for everyone. 😅2 points -
@peegeebee If by workflow, you're referring to the default web search for Google Translate, the URL structure was changed by Google a couple of days ago. If you update to the Alfred 4.3.2 pre-release (by going to the Update tab, choosing "pre-releases" from the dropdown menu at the bottom and updating), you'll see that this URL has already been updated to reflect Google's change Cheers, Vero2 points
-
Better support for native app x-callbacks/deeplinks?
Chris Messina and one other reacted to Mr Pennyworth for a topic
I love this discussion minus the part where @Chris Messina felt unwelcome. From my limited interactions with @deanishe and @vitor I feel damn confident that no one on this thread means to attack / argue in bad faith with anyone. MacOS settings: I don't agree with the thesis that Apple's "Default Web Browser" setting is misleading or incomplete. "Web" implies http(s), no? I don't see any ambiguity there. Apple is saying "choose an app to open http(s) urls". It is just that for all other URL schemes, Apple hasn't provided a UI. But whatever UI is present, it is precise, and comp2 points -
Better support for native app x-callbacks/deeplinks?
Chris Messina and one other reacted to vitor for a topic
I’d say the issue might be the amount of back and forth. There are three Alfred veterans trying to help on this thread (and in your others, there were multiple as well). In general, one of us is enough and the others move on to help someone else or only make a small comment for completeness. But since you continue to argue back (not a criticism), the others will try to further clarify the points already made and fill any gaps, which makes it so you have more people to respond to (while we still only have one each—you). Yes, but to be honest the example answer you gave is2 points -
How to - type query, press enter, get results .... and repeat?
Espresso and one other reacted to Mr Pennyworth for a topic
@Espresso Edit: Here's your workflow modified to do exactly what you were aiming for: https://drive.google.com/file/d/1eX_pa_E3thrMvdKVKzYDpjrKyOT2oLyS/view?usp=sharing I haven't edited the python script at all, just re-arranged and edited some stuff in the workflow editor. Now it looks like this: For a crude explanation of how it works, refer below: Before edit: The following workflow does precisely what you've described: https://github.com/mr-pennyworth/alfred-gif I know you want to write your own, so, you can take a loo2 points -
Problem with packaged Python libraries
dfay and one other reacted to Miguel Tavares for a topic
Hey, @deanishe! I just wanted to let you know that I found this awesome python module and with just a few tweaks I've managed to plug it into my workflow. It's now around 400 kB (!!) Thank you for pointing me in the right direction. Sqlite was indeed the way to go. Cheers!2 points -
RecentDownloads — List and act on the contents of a directory
seishonagon reacted to vitor for a topic
List the contents of a directory and act on them. Call the workflow with rdn to sort from the most recently modified, rdo for the reverse; rda to sort from the most recently added, rdz for the reverse. To act on the selections, use the standard Alfred shortcuts. You can activate file actions, dive into directories, preview files, add them to the file buffer — whatever you want to do that is supported by Alfred. ⌥↵ opens the selection in Finder, while ⇧↵ clears the cache for rda and rdz. By default the Workflow looks in ~/Downloads. Change the value in th1 point -
If I have this snippet: If I do a search like: Nothing gets matched because Alfred only searches over snippet titles. In typinator the quick search includes both titles & content which makes it much nicer to use. It would be awesome if Alfred Snippets could support this kind of search. Probably as a separate search (perhaps there are users who only want to match on titles). Thank you.1 point
-
Thanks for the feedback, I sometimes add options into workflows first to see how well they are received, and how well they work. I already have a note to bring this same option from the Browse in Alfred to the default navigation options, but at this point, it will likely remain a simple checkbox to keep this complexity of understanding this feature low. Cheers, Andrew1 point
-
Search and add bookmarks to Raindrop.io
BeGlitched reacted to andreas.w for a topic
This is a workflow for searching and adding bookmarks to Raindrop.io. To search your Raindrop.io bookmarks, open Alfred, type r, space, and then your search query, and the results will show directly in Alfred so that you can select one and press enter to open it in your browser. Raindrop.io collections and tags will also show in the search results together with bookmarks, and you can select them to browse or search their content. Before you have started to type a search query, you also have the option to browse your collections instead of starting with1 point -
download url:https://github.com/alanhg/alfred-workflows/tree/master/progress-bar you can set your birthdate and lifetime.1 point
-
I would just like to say what a GODSEND this is for my workflow. This + Clipboard History for searching icloud link names = insane reference. That simple. Love from Seattle. -Jarrod1 point
-
Afraid not. It's a deliberate design choice to not store all clipboard data. Yeah. It's a very opinionated design, so it won't suit a lot of people's needs. Took me years to find a clipboard history manager I like. I run Alfred's clipboard history, too, though, because it can do some really nifty tricks that other apps can't, like "append to clipboard" or Vítor's workflow that let's you paste the last N clipboard items all at once.1 point
-
[Workflow] Instagram Toolkit for Alfred
Chris Messina reacted to ProRock for a topic
Works perfectly now. Thank you!1 point -
Youtube Music Controls for Chrome
chris_arceneaux reacted to vitor for a topic
@chris_arceneaux This should help you support most browsers:1 point -
Thanks for answering, shame, I'll submit a feature request for it! Edit: An alternative for anyone who wants to do this is just to create a workflow with that action, change the icon there, and disable the system command in the settings.1 point
-
like memory,cpu,os version download url: https://github.com/alanhg/alfred-workflows/tree/master/about-mac1 point
-
Most likely cause is that Spotlight hasn’t finished its indexing (which Alfred relies on). The first time can take quite a while to complete.1 point
-
Unless you're going to be regularly producing new templates and really need to search dynamically, I'd use a List Filter.1 point
-
I have one note and two feature requests. Note: You should write “About” in the Placeholder Title of the Script Filter. Why? Here’s the difference when typing “abo”: The difference? The second one has the Placeholder Title. That means that with that feature I’ll be able to type “a” and press ↵ to: Feature Requests: Add battery information and disk space information of the internal hard drive and any connected drives. Example outputs: Title: Root: 663G free Subtitle: 67% of 995G Title: 76% Subtitle: Battery Power, Discharging1 point
-
Better support for native app x-callbacks/deeplinks?
Chris Messina reacted to Andrew for a topic
This is now in the 4.3.2 b1219 pre-release1 point -
@Alan He The word "file" starts at a word boundary, so it's a relevant result. Beyond that, Alfred uses a bunch of other factors, such as your knowledge (files you've opened before), so if you open the "typings" file a few times, Alfred will learn you're keener to have that file come up in the results at the top for that search term Cheers, Vero1 point
-
I got curious when the latest 4.3.2 release notes said there was a spelling mistake in the "clipboard" preferences, so I got bored and played "spot the mistake" and ended up actually finding a different spelling error. I think the below text in the "advanced" section is meant to say "if it has been".1 point
-
This is what I mean: There is no limitation. craftdocs:// would have Just Worked if you'd left it set to "Default Browser". You considered the UI, formed an incorrect mental model about the way it works, and then came to post a feature request for the way it already works. That's not unusual, but it is the first time it's happened for this feature. People have been putting non-HTTP URIs in that box for a decade without apparent confusion, which suggests to me that—even if it is technically incorrect—the dialog fits most people's mental model of "opening URLs o1 point
-
Better support for native app x-callbacks/deeplinks?
luckman212 reacted to Chris Messina for a topic
On behalf of the thousands of UI designers upon whom the world depends, I take umbrage with characterizing UI design as the least of the world's software design problems. But I will otherwise ignore it because it is irrelevant to my original point, which was about the "truth" in the interface, which you seem willing to accept as a "lie" for "practical" reasons, which is your wont to do. I prefer to stay stuck in my theoretical bubble if it allows me to pursue increasing honest or accuracy with the users of software that I design or contribute to.1 point -
Seems to me that what you’re pointing out is that Apple’s UI isn’t accurate. That “Default web browser” is the same thing. Alfred can follow macOS’ example or deviate from it. Considering this is the first time I recall this being an issue on these forums, it seems that not deviating has worked out fine, and changing that to another option not used anywhere else is opening the door to confusion. You should consider mentioning it to Apple via Feedback Assistant. If they change it, I’d see a bigger argument for Alfred to follow. But I don’t think they will, an1 point
-
[Workflow] Sonos Toolkit
Chris Messina reacted to Simonthiim for a topic
Yeah. I did bind my fn+arrow-keys to control my Sonos using your workflow 👍🏽1 point -
@toughToes Welcome to the forum You can save a clipboard entry as a snippet by showing the Clipboard Viewer, selecting the clipboard item you want and pressing Cmd + S. Cheers, Vero1 point
-
@kimillian Do you need to see the output in Alfred? Or just results in any way? Because you can easily make a web search workflow with the keyword "daystoday" and a web search that opens Google with "how many days since {query}". That way you can enter your date in any format, as Google accepts "20200103", "3rd Jan 2020", "last Friday", or any particular event like "Christmas", etc. In fact, you could duplicate that set of objects and create another one looking ahead "how many days until..." You can grab the workflow here: https://www.dropbox.com/s/661 point
-
You misunderstand: "Default Browser" means "default application for the given URL scheme". Alfred just passes the URL to macOS to open. The URL is only sent to a specific application if you choose a specific application. It’s functionally equivalent to calling /usr/bin/open "scheme://blah" vs /usr/bin/open "scheme://blah" -a SomeApplication and already works the way you describe.1 point
-
mymind Inspired Theme
Aleksandar Batista reacted to Chris Messina for a topic
Glad I inspired you! 😅 Very creative theme!1 point -
Just wanted to second this: THANK YOU!1 point
-
here you go: https://github.com/godbout/binance-dash-docset basic TOC and formatting, but usable. you can download the tgz. if you want to modify yourself, you can fork and play! good luck.1 point
-
@ngocphamm Also, keep an eye on whether you're running any other clipboard-manipulating tools concurrently that could be interfering and causing your Mac to behave oddly. Let us know how you get on. Cheers, Vero1 point
-
Have you tried creating the directory it's trying to write to by hand?1 point
-
Search for hotkeys using ?hotkey query syntax
OAL reacted to luckman212 for a topic
I was troubleshooting hotkeys today and realized you can type ?hotkey into Alfred to query for hotkey triggers. Neat. BUT, the filtering seems to be based on the Title and Subtitle only (they hotkey itself is not included) so e.g. this won't work: Is it possible to query using ?hotkey for the key itself (maybe a feature request...)1 point -
This is my minimal theme, inspired by google search and spotlight😃 White select: https://www.alfredapp.com/extras/theme/7dO1riaGhj/ Blue select: https://www.alfredapp.com/extras/theme/2TgpEfDwRa/1 point
-
Simple WireGuard VPN workflow
pat-s reacted to ChristianOlsen for a topic
WireGuard Control Simple workflow that toggle on/off any existing WireGuard VPN tunnels. The workflow is written in bash, so it should be pretty robust against OS updates etc. Download: https://github.com/Chrede88/alfred-wireguard/releases/tag/v1.0 Instructions: Use the keyword "wguard" to activate the workflow.1 point -
For those who love Notion.so (really great documentation & more tool), you will know how useful it would be to get instant search results from Notion in Alfred. To that reason I've created a workflow that does exactly that, allowing you to search your Notion.so workspace from Alfred, showing instant results, and the ability to open the browser to your selected page. There are two env variables required (the notion search api isn't documented), these can be obtained by inspecting the network request from a notion search, as documented in github below. C1 point
-
Welcome @Lachero, It is, the same way you’d do it in a shell. Call it in a Run Script Action and you’re mostly done. Alfred doesn’t consider your shell’s environment, which means it will have no idea of the node installation. Before you call the script, you’ll need to set PATH to include wherever node is installed, or it may suffice to call it with node’s full path (e.g. /usr/local/bin/node your-script.js). Alfred will wait just like your shell would (or not). You’ll capture the output much in the same way you’d do it there, and whatever you pass fro1 point
-
Text Tools (append, prepend, create, search)
richbenn reacted to lankybutmacho for a topic
Here's a workflow I use to work with text files (which for me live in Dropbox, but that's not a requirement). It has these features: Create a new text file Query: create {folder to create the file in}, followed by the filename in the resulting dialog Search across existing text files Query: grep {search query} Append a line to an existing text file Query: append {file to append to}, followed by text to append in dialog Prepend a line to an existing text file Query: prepend {file to prepend to}, followed by text to append in dialog More at http://matthewhealy.net/blog/category/1 point -
Hi Laurent, launch Alfred's preferences to Appearance > Options and you'll be able to set Alfred to appear on default screen, mouse screen or, if you're using OS X 10.9 Mavericks, on the active screen (where your current active app is). It's all in there Cheers, Vero1 point