#!/bin/sh

term=
[ -n "$SCRATCHPAD" ] && { set -- -ft "$@"; term="$TERMCMD -e"; }

# HACK: workaround for an nvim --embed bug
[ "$(rifle -c "$XDG_CONFIG_HOME/lf/rifle.conf" | head -1 | cut -d ':' -f 2)" = "editor" ] && $term vim "$@"

set -- -p0 -c "$XDG_CONFIG_HOME/lf/rifle.conf" "$@"

rifle "$@"