agguser

Results 20 comments of agguser

Workaround: ```bash $ echo '12345,12345.67' | mlr --c2t -N cat | numfmt -d $'\t' --field=1,2 --grouping --invalid=ignore | column -t -s $'\t' 12,345 12,345.67 ```

I want to right-align only "number" columns (i, f), not "text" columns (s).

Thanks. By the way, on second thought, instead of `ralign` verb, it should be `--ralign {a,b,c}` option for `pprint`.

Workaround: ```bash $ echo "s,i,f\na,1,1.1\nbb,22,22.22" | mlr --c2t format-values -f '%.2lf' | column -t -s $'\t' -R 3 s i f a 1 1.10 bb 22 22.22 ```

It seems that this "bug" occurs because of my `xkb` setting: key {[ NoSymbol, NoSymbol, Left, Left ]}; // h key {[ NoSymbol, NoSymbol, Down, Down ]}; // j …...

Then, please add an option to specify column types (e.g. `-types integer:c2,c3`).

Seems that file extension must not be specified for `drive pull` export to work