Minor Changes
- cat_win will now detect simple tar-archives and display the contained files.
- when using the parameter -`a`, --`attributes` the signature of the file will be displayed.
- instead of `find=` and `match=` using `f=` and `m=` yields the same result.
- added --`visb`, --`visualizeb` to visualize the given files using scan curve byte view.
- added --`visz`, --`visualizez` to visualize the given files using z-order curve byte view.
- added --`vish`, --`visualizeh` to visualize the given files using hilbert curve byte view.
- added --`vise`, --`visualizee` to visualize the given files using hilbert curve shannon entropy.
- added --`visd`, --`visualized` to visualize the given files using digraph dot plot byte view.
- expanded the selection functionality in the editor. hotkeys will now be applied to the entire selection.
Bugfixes
- fixed Bug where cat_win would crash in certain situations when piping the output.
- fixed Bug where the editor would be in an invalid state when pasting certain command chains in the keystroke buffer.