You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix highlighting was broken on 256 colors terminals when using bat-printer.
bat-printer enables text wrapping by default as bat command does. --no-wrap can disable text wrapping.
bat-printer now looks at bat's cache directory when --custom-assets flag is given. This is useful if you use some custom syntax highlighting or theme. Note that this may not work fine with some versions of bat command.
bat-printer automatically uses 'ansi' theme for terminals which enable only 16 colors since other themes don't work.
Add --terminal-width option to give the width of terminal explicitly. This is useful when piping the results to other command like less.