lsp icon indicating copy to clipboard operation
lsp copied to clipboard

lsp -l cannot take an argument

Open kseistrup opened this issue 11 years ago • 2 comments

Perhaps it's a feature, but I expected to be able to do a lsp -l /path/to/destination/. However,

$ mkdir -p /tmp/a/b
$ ls /tmp/a/
b
$ lsp -l /tmp/a/
Unable to list directory: open /home/kseistrup/ /tmp/a: no such file or directory
$ lsp -l/tmp/a/
[··· 193 lines deleted ···]
                                lsp "~", 181 files, 69 directories
$ 

WTF?

kseistrup avatar Sep 17 '14 15:09 kseistrup

Yeah, I see the issue

dborzov avatar Sep 17 '14 16:09 dborzov

it works if you do lsp <path> -t

jamesalbert avatar May 17 '18 21:05 jamesalbert