ls-- icon indicating copy to clipboard operation
ls-- copied to clipboard

`# cpanm App::lsplusplus` broken installation

Open Veraellyunjie opened this issue 3 years ago • 2 comments

According to https://github.com/trapd00r/ls--#install-from-cpan-locally-managing-dependencies-automatically :

# cpanm App::lsplusplus
...
Successfully installed App-lsplusplus-0.69
> ls++
Can't locate /home/v11e/.ls++.conf at /usr/local/bin/ls++ line 631.

I manually put https://github.com/trapd00r/ls--/blob/master/ls%2B%2B.conf into ~/.ls++.conf, try again:

> ls++
ls: unknown option -- v
usage: ls [-1AaCcdFfgHhikLlmnopqRrSsTtux] [file ...]

?

Veraellyunjie avatar Apr 11 '22 20:04 Veraellyunjie

It looks like you might be on macos. Try installing the gnu coreutils:

brew install coreutils

trapd00r avatar Apr 13 '22 06:04 trapd00r

I'm on OpenBSD I have coreutils installed.

Veraellyunjie avatar Apr 13 '22 17:04 Veraellyunjie