
ctwise
Member-
Content Count
307 -
Joined
-
Last visited
-
Days Won
23
ctwise last won the day on November 14
ctwise had the most liked content!
About ctwise
-
Rank
Advanced Member
-
-
-
Arthur Melo reacted to a post in a topic: How do I execute an Alfred workflow via shell or terminal?
-
-
-
OneNote Snippet Expansion Pastes Clipboard Instead of Creating Snippet
ctwise replied to joshuahardee's topic in Closed
I'm using OneNote 15.36 on macOS Sierra 10.12.6. Snippets expand just fine in OneNote for me. However, in my Tweaking settings I have: ✔ Slow down simulated key events Restore clipboard contents: ✔ After Auto Expansion Restore after 0.5s --- The Slow Down tweak is required for some apps on my Mac (I'm looking at you, HipChat). -
-
Yes, it's very useful. I fire it up every so often (every month or two) and let it search for unused items. It can be over-enthusiastic so I tend to ignore much of what it suggests - like deleting unused language files from apps and removing iTunes artwork caches. That said, it provides a curated list for you to choose from including log files, broken login items, broken preferences, etc. Since I do software development I can end up with massive log files that I simply don't notice. I just recovered 10GB of space due to that.
-
The snippet auto-expansion doesn't work correctly in HipChat (https://www.hipchat.com). For example, if I have a snippet (thx -> thanks), it expands into 'ththanks' in HipChat. Snippet expansion works as expected in other apps.
-
-
-
VPN applescript is busted in El Capitan
ctwise replied to ctwise's topic in Workflow Help & Questions
This probably won't work either then, but you can give it a try: property newLine : (ASCII character 10) set results to "" set flag to true tell application "System Events" tell network preferences to set locs to every location repeat with loc in locs tell loc set vpns to every service repeat with vpn in vpns if flag is true then set flag to false else set results to results & newLine end if set vpnName to (the name of vpn) as string set results to results & vpnName set results to results & "|" & (kind of vpn) end repeat end tell end repeat end tell results -
'Copy to clipboard' does exactly that, it copies selected text from the current app to the clipboard. What _you_ want, is the 'pbpaste' command line utility. Call that from Python to get the contents of the clipboard.
-
It's not arbitrary. Hot keys are triggered while another app is active. So Alfred can copy selected text from the current app before Alfred grabs focus and displays it's input window. In comparison, keywords are entered into the Alfred input window while Alfred already has the focus so it can't trigger a copy on the _previous_ application. If you want to modify something _already on the clipboard_ instead of forcing a copy of what is currently selected, use the command line utility 'pbpaste' and modify the output of that command.
-
What email command?
-
That should work for private development, but what about distributing workflows? I don't know Go. Is there a way to build a static executable?
-
Every app on OS/X uses the shortcut ⌘, (command-comma) to open the app's preferences.
-
http://www.packal.org/workflow/menu-bar-search
-
-
-
Search menu-items of active app
ctwise replied to martindoersch's topic in Alfred Feature Suggestions
http://www.packal.org/workflow/menu-bar-search -
It still works with Alfred 3. It's likely you haven't enabled Accessibility for Alfred 3.
-
https://github.com/ctwise/menudump