ls--
ls-- copied to clipboard
`# cpanm App::lsplusplus` broken installation
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 ...]
?
It looks like you might be on macos. Try installing the gnu coreutils:
brew install coreutils
I'm on OpenBSD
I have coreutils installed.