#!/usr/bin/env zsh root=$0:h:a . $root/lib.zsh.rc $root/list | fzf -d "\t" --tac --preview="$root/show {2}" | cut -f2 | read d print issues/$d