💾 Archived View for ait.place › dot › bin › .local › bin › dlocate.txt captured on 2021-12-03 at 14:04:38.

View Raw

More Information

➡️ Next capture (2022-04-28)

-=-=-=-=-=-=-

#!/bin/bash
file="$(dmenu -l 20 < <(locate ${1:-~}))" && $TERMINAL -e $FILE "$file"