Reading ANSII escape sequences #10027
avidseeker
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
sorry, no. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$ ls --color=always
$ ls --color=always | $EDITOR
Can pandoc read these ANSII escape sequences? I'm not sure if they're used in man pages or other document format, but if so, then I guess pandoc could handle them. E.g:
$ echo "\u001b[41m Hello World \u001b[40m" | pandoc -f magic_ftype -t html
Ofc, ls is not the only program for this. There is
git
,diff
,grep
,tree
, ...Edit: there seem to be ANSII writer PR: #9565
Beta Was this translation helpful? Give feedback.
All reactions