sayanarijit / xplr

A hackable, minimal, fast TUI file explorer
https://xplr.dev
MIT License
4.08k stars 74 forks source link

"Error) could not enter" ...: Not a directory (os error 20)" #653

Closed duganchen closed 1 year ago

duganchen commented 1 year ago

The error message that gets shown when you press "l" on a regular file should, really, not be there.

It looks like this could be solved trivially with an isdir check in "fn enter", but my Rust isn't good enough to put in a PR.