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

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value'

v1nte opened this issue · comments

/home/v1nte/.cargo/registry/src/github.com-1ecc6299db9ec823/natls-2.1.5/src/utils/file_times.rs:18:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

commented

I think this is an issue with the metadata in your files not including a creation date for some reason which is why it was a unwrap error on a None value. It should be fixed now because of this commit.
try updating natls with cargo install natls and if the issue persists I will try to find a different method to fix it.