Delete .local/bin/lfselect

This commit is contained in:
2026-02-22 23:43:18 +00:00
parent c11c8e8a8a
commit 34a428ff10

View File

@@ -1,9 +0,0 @@
#!/bin/sh
# Reads file names from stdin and selects them in lf.
while read -r file; do
[ -z "$file" ] && continue
lf -remote "send select \"$file\""
lf -remote "send toggle"
done