Canop / dysk

A linux utility to get information on filesystems, like df but better
https://dystroy.org/dysk
MIT License
890 stars 25 forks source link

Option --csv #42

Closed DerPoet closed 2 years ago

DerPoet commented 2 years ago

I would be pleased if you could include an option --csvfor CSV output. Along with this, an option --no-header would be useful, too, in order to be able to have the pure data in CSV.

Canop commented 2 years ago

Ok for the --csv but I won't do the --no-header : it would add noise to the arguments and it's easy to do it yourself, for example with lfs --csv | sed 1d

DerPoet commented 2 years ago

Thank you!