Delete lf-select

This commit is contained in:
Vlad Doster 2019-12-22 21:20:41 -05:00 committed by GitHub
parent 223fdb54f6
commit b47816e82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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