0 purchases
texttranspose 1.0.0
Commandline tool which can transpose, flip, rotate data formatted in rows and columns.
With many ways to define how the columns are defined. Rotations can be multiples of 45 degrees.
simple transpose: transpose
a b c
d e f
to
a d
b e
c f
rotate by 45 degrees: transpose -45
a b c
d e f
g h i
to
a
d b
g e c
h f
i
or reverse a line:
transpose -y -p .
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.