#!/bin/bash

REF=${1-$(get_main_upstream)}
dfile-list $REF | fzf -m --preview "REF=$REF diff-for-file {}"
