Jump to content

ctwise

Member
  • Posts

    307
  • Joined

  • Last visited

  • Days Won

    23

ctwise last won the day on November 14 2019

ctwise had the most liked content!

1 Follower

Recent Profile Visitors

2,991 profile views

ctwise's Achievements

Advanced Member

Advanced Member (5/5)

132

Reputation

  1. 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).
  2. 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.
  3. Yep, that fixed it. Please add a long-term feature request for application-specific tweaks.
  4. 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.
  5. 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
  6. '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.
  7. 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.
  8. 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?
  9. Every app on OS/X uses the shortcut ⌘, (command-comma) to open the app's preferences.
  10. http://www.packal.org/workflow/menu-bar-search
  11. http://www.packal.org/workflow/menu-bar-search
  12. It still works with Alfred 3. It's likely you haven't enabled Accessibility for Alfred 3.
  13. https://github.com/ctwise/menudump
×
×
  • Create New...