jeetsukumaran / Syrupy

System Resource Usage Profiler
http://jeetworks.org/programs/syrupy
GNU General Public License v3.0
194 stars 26 forks source link

Output TSV optionally with --tsv [feature request] #6

Open sjackman opened 8 years ago

sjackman commented 8 years ago

The default output format of Syrupy is a fixed-width-file (FWF). Please add an option --tsv to output instead a tab-separated-values file (TSV) with extension .tsv. Thanks!

I tried using syrupy --separator=$'\t', but the fields are separated by a mixture of spaces and tabs.

syrupy --no-align --separator=$'\t' does what I want! A --tsv option that is an alias for --no-align --separator=$'\t' would be nice.

jeetsukumaran commented 8 years ago

Will do, but I cannot address this till late next week. Please feel free to remind me then if I forget!

sjackman commented 8 years ago

No rush. Thanks!