This Hammerspoon Hyper-Key configuration inspired by Kalis and ttscoff
Thanks a lot! ♥︎
Hotkeys included in the configuration:
- Hyperkeys
- Current Time Popup
# Terminal output control (http://www.termsys.demon.co.uk/vtansi.htm) | |
TC='\e[' | |
CLR_LINE_START="${TC}1K" | |
CLR_LINE_END="${TC}K" | |
CLR_LINE="${TC}2K" | |
# Hope no terminal is greater than 1k columns | |
RESET_LINE="${CLR_LINE}${TC}1000D" |