(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| -------------------- | |
| -- Window Chooser -- 🚻 | |
| -------------------- | |
| -- Originally: https://github.com/dmgerman/dmg-hammerspoon/blob/f8da75d121c37df40c0971336eb3f67c73d67187/dmg.spoon/init.lua#L115-L224 | |
| WC = {} | |
| WC.wf = hs.window.filter.new() | |
| WC.wf:setDefaultFilter{} | |
| WC.currentWindows = {} |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| source ~/.rprompt.bash | |
| export RPROMPT='$(date)' |