ls--
ls-- copied to clipboard
ls on steroids
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`,...
commit 4ee216e2d8eac0ebd4d3fd2a0e99639bdfff7913 has undone some important loading points especially for distro packaging. However what is really hurtful that it now only accepts polluting files in the root of $HOME which...
Fix order of variables in `ls++.conf`. Fixes #68
In the default [ls++.conf](https://github.com/trapd00r/ls--/blob/master/ls%2B%2B.conf) the `%ls_colors` is listed before the `$c` array is populate with color codes based on the chosen `$colorscheme`. This prevents the usage of the `$c` array...
 I think the sizes should be aligned because both 6,9K and 128B have the same number of characters, and that would also make the file names aligned. Or is...
install steps i took: $ cpan App::lsplusplus # cpan Term::ExtendedColor File::LsColor $ git clone git://github.com/trapd00r/ls--.git $ cd ls-- $ perl Makefile.PL $ make && sudo 'make install' $ cp ls++.conf...
I have installed this on Arch Linux and am getting a message ```Wide character in printf at /usr/bin/vendor_perl/ls++ line 318, chunk 1.``` 
Here is the kind of things I obtain when doing a ls [ec2-user@ip-10-234-187-90]~❯ ls ▕ drwx--S---▏44 year│ 2481369100822B16 │bin/ ▕ drwx--S---▏44 year│ 2481369100822B16 │cron-scripts/ ▕ drwx--S---▏44 year│ 2481369100822B16 │data-scrapping/ ▕...
Using --potsf on Mac gives me this output. Not sure what the issue is.
Hello all, Longtime ls++ fan here. If you guys ever have the time I think it would be cool to add octal capabilities to the ls listing like I use...