willdoescode / nat

`ls` alternative with useful info and a splash of color 🎨

Home Page:https://git.io/natls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group and date joined together

ysdexlic opened this issue · comments

Group and date don't seem to have a gap between them, see screenshot below:

Screenshot 2021-02-26 at 10 16 34

This is with version 2.1.11

commented

Is that the only directory where that happens or does it happen in every directory?

It's every directory

commented

thats interesting, I haven't seen that happen before. Do you think that you could try re installing nat and see if the issue persists?

Uninstalled and re-installed 3 times and it's still happening

Currently on mobile and away from my laptop so can't be as helpful, but it looks like on line 420 in main.rs the blue color is where user should be and should instead be one set of brackets over.

Currently looks like:

writeln!(f, "{} {green}{} {yellow}{} {blue} {}{} {}",

Should look like:

writeln!(f, "{} {green}{} {yellow}{} {} {blue}{} {}",
commented

Ill look at the positioning

Can you try again? #72 should have fixed this problem

commented

I've pushed new builds to crates.io and homebrew and I'm doing a snapcraft build right now.