#!/usr/bin/env bash file=$1 cat $1 | fzf --bind="change:reload:rg {q} $1 || true" --ansi --phony