xform - data transform filter module for optex
optex -Mxform
xform is a filter module for optex command which transform STDIN into different form to make it convenient to manipulate, and recover to the original form after the process.
Transformed data have to be appear in exactly same order as original data.
Transform ANSI terminal sequence into printable string, and recover.
Transform multibyte Non-ASCII chracters into single-byte sequene, and recover.
$ jot 100 | egrep --color=always .+ | optex column -Mxform --xform-ansi -x
App::optex::xform, https://github.com/kaz-utashiro/optex-xform,
App::optex, https://github.com/kaz-utashiro/optex, https://qiita.com/kaz-utashiro/items/2df8c7fbd2fcb880cee6
Text::Conceal
Kazumasa Utashiro
Copyright 2020-2022 Kazumasa Utashiro.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
To install App::optex::xform, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::optex::xform
CPAN shell
perl -MCPAN -e shell install App::optex::xform
For more information on module installation, please visit the detailed CPAN module installation guide.