dundee / gdu

Fast disk usage analyzer with console interface written in Go
MIT License
3.8k stars 138 forks source link

Add keybinding for ignoring directory under the cursor #292

Closed knuesel closed 4 months ago

knuesel commented 8 months ago

I often have directories that look like this:

   30.3 GiB [#######   ] /a                                                                                                           
    2.2 GiB [          ] /b                                                                                                          
    2.5 MiB [          ] /c                                                                                                      
   92.3 KiB [          ] /d
   ...

In such cases the graphical bars are not very useful...

I'd love being able to move to the first entry and press I (or something) to add it to the list of ignored directories.

dundee commented 7 months ago

That's a nice idea!

dlidstrom commented 5 months ago

Please also consider this to handle individual files too. Ideally (IMHO) the filename would be written to the absolute paths pattern file that was specified with -X. Thanks!

knuesel commented 4 months ago

Thank you!!