Skip to content

Instantly share code, notes, and snippets.

source ~/.rprompt.bash
export RPROMPT='$(date)'
@staltz
staltz / introrx.md
Last active November 17, 2024 01:08
The introduction to Reactive Programming you've been missing
--------------------
-- 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 = {}