irc-channels (115B)
1 #!/usr/bin/env sh 2 3 set -euo pipefail 4 5 DIR=~/data/irc 6 7 find $DIR -type f -name out | fzf -d "/" -n -2 --with-nth -2