amtoine / nu_plugin_explore

A fast structured data explorer for Nushell.
GNU General Public License v3.0
19 stars 7 forks source link

add support from table / record transposition #28

Closed amtoine closed 1 year ago

amtoine commented 1 year ago

this PR adds the ability to tranpose the current view, if it's a table or a record, just as the built-in transpose command does.

the default binding is t.

the transposition is an involution, i.e. it is its self inverse, meaning that applying the tranposition twice give you back the original data.