Commands Worth Reusing

Pi tool probe:

ssh mehdifarah@100.120.38.37 'command -v git-lfs rg ffmpeg chdman 7z && git lfs version && rg --version | head -1 && ffmpeg -version | head -1 && chdman -help 2>/dev/null | head -1'

Pi checkout sync:

ssh mehdifarah@100.120.38.37 'cd /home/mehdifarah/.pearl/D3-TUI && git pull --ff-only && git status --short'

Forgejo auth env locations:

/Users/mehdifarah/.config/d3-tui/forgejo.env
/mnt/kitchen/private/d3-tui/forgejo.env
/Users/mehdifarah/.config/d3-tui/git-credentials
/mnt/kitchen/private/d3-tui/git-credentials

Do not print these files. Source env files only in private shells.

RG reachability probe:

tailscale status | rg 'knulli|100.119.202.114'
ssh -vvv -o BatchMode=yes -o ConnectTimeout=8 root@100.119.202.114 true

Do not paste private tokens or API keys into outcome reports.