text-transpose 1.0.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

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 .

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.