
sudopeople
Member-
Content Count
37 -
Joined
-
Last visited
-
Days Won
1
sudopeople last won the day on September 19 2013
sudopeople had the most liked content!
About sudopeople
-
Rank
Member
Recent Profile Visitors
615 profile views
-
giovanni reacted to a post in a topic: Display the name of the workflow sharing the same key combination.
-
How are you even doing that? Alfred doesn't let me bind the same keyboard shortcut twice, I get an error bell instead. Anyway, you can recursively grep the plist files in the workflows directory. Just right-click the workflow you know the shortcut to and select Open in Terminal, open the info.plist in a text editor, nano info.plist then find the keys, eg: Then, from the terminal, go back a directory into the workflows dir, and run grep -r 1572864 * # or whatever key code you can use that's (hopefully) unique Finding the exact key command would be a litt
-
You may be able to find some AppleScript that accesses Edge bookmarks. A lot of Mac applications have AppleScript commands available, but they're often not documented. I'm pretty sure this is how Safari and Chrome bookmarks are accessed under the hood.
-
Are you saying you don't want to create a workflow? Create a workflow, lol.
-
Alfred calculator: negative exponent bug
sudopeople replied to sudopeople's topic in Discussion & Help
Ahh, thanks very much. I did put some examples into Google, but I must have switch some of them or something. And thanks for the math lesson. 🙏🏻 -
When executing negative exponents in parenthesis numbers are often inconsistent. I guess it could be the notation's way of interpreting order of operations but I'd expect all of these to work the same way. At the very least, I'd expect the first screenshot here to be correct, ie. -2 to the power of 4 should equal 16. Not sure if this helps, but it could be that the interpreter is evaluating the negative sign as a subtraction operator and putting precedence on the exponent operation first. ie. it's trying to respect PEMDAS but the negative symbol should not be trea
-
sudopeople reacted to a post in a topic: SOLVED: Prevent snippets from overwriting the clipboard when pasting
-
Ahh, I don't use Auto Expansion, so I never thought to look in its options. So (even without "Automatically expand snippets by keyword" enabled) I was indeed able to get the behavior I described above by checking "Restore clipboard contents: After Snippets Viewer or Keyword" in the Auto Expand Options configuration pane, pictured below: Thanks very much, @deanishe
- 2 replies
-
- improvement
- feature request
-
(and 2 more)
Tagged with:
-
I start with something in my clipboard. I use one of my snippets in Alfred that utilizes the {clipboard} keyword to take what's currently in my clipboard and injects it into the snippet text then pastes it. When I execute the snippet presumably, it copies the snippet into the system clipboard then pastes it into the foreground application. The issue I face is that my clipboard is now overwritten with the snippet text, not my original text. I'm not able to quickly reuse my snippet again, since the initial text is now different. When I execute the snippet in this state I
- 2 replies
-
- improvement
- feature request
-
(and 2 more)
Tagged with:
-
Thank you kindly.
-
sudopeople reacted to a post in a topic: VirtualBox Control
-
This!! Thank you!
-
This is awesome. Thanks!
- 1 reply
-
- ip4
- ip4 to int
-
(and 4 more)
Tagged with:
-
Superb! Thanks very much!
- 16 replies
-
- sublime text
- projects
-
(and 2 more)
Tagged with:
-
How do I rearrange Workflow Objects?
sudopeople replied to sudopeople's topic in Workflow Help & Questions
Thanks very much for the reply...the reason I recalled it working was of course because it does, naturally. The reason it's not working for me is not entirely known but is related to using Synergy with my Mac in client mode. When I open the lid and drag an item with my trackpad it works as expected. A bit of a Doh! moment, but it's such a rare occurrence, it hasn't come up very often and I'm generally using my MacBook as a Synergy client. -
This is driving me nuts. Sometime in the past I feel like I was able to drag and drop Workflow Objects (up and down) in Alfred, but it's eluding me. I've tried ⌘, ⌃, ⌥, ⇧ in practically every combination + dragging, and up/down arrows. In the mean time I've taken to editing the info.plist files. Finding objects, then linking them via their uid (eg. 48A46073-4B6E-4C2E-AB2B-A18169383256) then editing their ypos is laborious. It's rare when I need it but sometimes I need it, eg. when adding multiple modifiers, connections start to overlap and can start becoming hard to click. Someone
-
MacGeeky reacted to a post in a topic: iDelete - delete everything in the Downloads folder (color labeled items left alone)
-
Search Safari and Chrome Tabs [Updated Feb 8, 2014]
sudopeople replied to ClintonStrong's topic in Share your Workflows
So I'm a bit of a tab hoarder. I usually have three or four windows open, each with 5-10 tabs. I often have a YouTube video playing on one of them, either a podcast of sorts, or playlist with music, even just random videos of stuff I'm researching. If I restart Chrome or OS X I'm often presented with 3 or 4 (sometimes more) YouTube videos playing at once. Chrome has an awesome way of helping me find the noisy ones by showing a speaker icon on the tab, but when I've got multiple windows going on multiple workspaces, or even minimized windows, it can be quite the treasure hunt. Do you know o -
Done. Thanks for all your work!