#!/bin/sh # Wofi # https://hg.sr.ht/~scoopta/wofi # Dependencies: # – fd (https://github.com/sharkdp/fd) fd --type file . "$@" | wofi --dmenu --prompt 'Open files' | :edit