dundee / gdu

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

Feature: replace error symbol #295

Open axet opened 9 months ago

axet commented 9 months ago

Hello!

Using "." (dot) as error symbol very unintuitive, better to show "!" symbol as error instead of "." and current usage "!" replace with letter which describe the error occurred:

"e" - read error "s" - size error

...

dundee commented 8 months ago

Gdu tries to be compatible with ncdu (as a kind of category standard), therefore we use the same flags that are used there:

https://github.com/dundee/gdu?tab=readme-ov-file#file-flags

But I understand they can be somehow unintuitive 🤷‍♂️