Skip to content

Instantly share code, notes, and snippets.

@dbrand666
dbrand666 / ptyxis-history
Created January 13, 2026 21:27
Preserve multi-tab history in ptyaxis
# Drop this file into ~/.bashrc.d/ptyxis-history
HISTDIR=~/.history
HISTFILE="$HISTDIR/$$"
mkdir "$HISTDIR" 2>/dev/null
function get_peers() {
ps --no-headers -o pid --ppid $PPID
}
@dbrand666
dbrand666 / link_multiple_devices.yaml
Last active December 8, 2025 00:09 — forked from aderusha/link_multiple_devices.yaml
Select multiple entities to link their on/off state. If any selected entity is turned on or off, the other selected entities will be sent a matching on or off command.