Skip to content

Instantly share code, notes, and snippets.

@joeyparis
joeyparis / opencode-fzf
Created March 27, 2026 20:57
Interactive fzf session picker for OpenCode - browse, preview, and resume sessions. Forked from PEMessage/a0f7f299291a6fda9955adf3b1ea54be with input validation hardening.
#!/usr/bin/env bash
set -eu
export LC_ALL=C
# Color support
if [ -t 1 ]; then
FFOP_COLORS="always"
else