#!/bin/bash
readarray -t OPTS < <(above .exclude | xa cat | sed 's/^/-g\n!/')
rg --sort path "${OPTS[@]}" "${@:---files}"
