glow markdown previews

This commit is contained in:
Noah Masur
2021-11-15 11:17:17 -05:00
parent 7a9e9b75c0
commit 06a455fcf4
3 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@ selected=$(gh repo list "$organization" \
--header-lines=1 \
--layout=reverse \
--bind "ctrl-o:execute:gh repo view -w ${organization}/{1}" \
--preview "gh repo view ${organization}/{1} | bat -f -l=md --style=grid" \
--preview "GH_FORCE_TTY=49% gh repo view ${organization}/{1} | glow -" \
--preview-window up
)
[ -n "${selected}" ] && gh repo clone "${organization}/$(echo "${selected}" | awk '{print $1}')"