kamiyaa / joshuto

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

`flat` command #161

Closed danth closed 2 years ago

danth commented 2 years ago

Ranger has a command flat which allows a heavily nested folder to be browsed as a flattened list. I think this is a nice feature to add to Joshuto; ideally it would be possible to bulk-rename files in this format too.

Example

A/
    B.txt
    C/
        D.txt
        E.txt

Is currently displayed as:

A

With flat mode enabled, it would be displayed like this:

A/B.txt
A/C/D.txt
A/C/E.txt
sushi-shi commented 2 years ago

On weekends I should be able to look into it and try to implement this feature.

kamiyaa commented 2 years ago

Been busy with work and other things so development has been a bit slow :pray:

sushi-shi commented 2 years ago

Sorry, I've been working even on weekends without any rest (sometimes for more than 8 hours), and I just don't have enough time, still, I want this feature to be implemented and am willing to implement it when I have a bit more time. :(

kamiyaa commented 2 years ago

No rush! Take care of yourself first!

heliostatic commented 2 years ago

Looks like this should be closed by #177 ?

kamiyaa commented 2 years ago

Yes, closing :+1: Thanks!