💾 Archived View for ait.place › dot › bin › .local › bin › dlocate.txt captured on 2021-12-05 at 23:47:19.
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"