kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.4k stars 150 forks source link

Display file ownership (user and group)? #380

Closed xfzv closed 1 year ago

xfzv commented 1 year ago

I found https://github.com/kamiyaa/joshuto/commit/530973aea3fa46c469541bc291513a75e3aacd3e

However, I couldn't find anything related either in the documentation or in the built-in help menu to enable this.

Am I missing something?

Thanks.

DLFW commented 1 year ago

Hi, I fear you're not missing anything.

I guess there is currently no way to show user/group in Joshuto. The commit you've found is pretty old and the code has been moved around a lot since then. The meta-data still seems to be stored for each file, but not used anywhere in the UI.

I agree that it should be displayed in the status line.

Would be great if there would also be a line-mode showing user and permissions.

xfzv commented 1 year ago

I also like how lf allows to use the output of a command, in this case exa in the documentation.

kamiyaa commented 1 year ago

@DLFW is correct. I added those but haven't actually gotten around to actually implementing anything with it :sweat_smile:

Feel free to take a crack at it as I have been a bit busy with life atm :x

kamiyaa commented 1 year ago

Closing!