Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| local events = hs.uielement.watcher | |
| watchers = {} | |
| function init() | |
| appsWatcher = hs.application.watcher.new(handleGlobalAppEvent) | |
| appsWatcher:start() | |
| -- Watch any apps that already exist | |
| local apps = hs.application.runningApplications() |
| #!/bin/sh | |
| # 2021-12-09: | |
| # This script is no longer supported! | |
| # Apple broke all direct downloads without logging with an Apple ID first. | |
| # The number of hoops that a script would need to jump through to login, | |
| # store cookies, and download is prohibitive. | |
| # Now we all must manually download and mirror the files for this to work at all :'-( | |
| OSX_VERS=$(sw_vers -productVersion | awk -F "." '{print $2}') |
Since this is on Hacker News and reddit...
_t in my types. I spend a lot of time at a level where I can do that; "reserved for system libraries? I am the system libraries".char *s.type * name, however, is entirely intentional.