💾 Archived View for ait.place › dot › bin › .local › bin › dlocate.txt captured on 2022-01-08 at 14:27:32.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

➡️ Next capture (2022-04-28)

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

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