-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
What version of bat are you using?
0.15.4
Describe the bug you encountered:
Using export MANPAGER="sh -c 'col -bx | bat -l man -p'"
results in -bx: 1: Syntax error: Unterminated quoted string
Describe what you expected to happen?
paging with bat
How did you install bat?
Void Linux package manager
** The bug **
It was already reported here for Termux, and it coudl well be the case for Alpine and other Mandoc's man implementations cases.
See termux/termux-packages#4781 (comment)
** Lazy solution **
Instead of recompiling man from GNU (https://www.nongnu.org/man-db/development.html)
one can be using export MANPAGER='nvim +Man!'
schneiderfelipe, akhiljalagam, charliie-dev, 8dcc, j-lakeman and 1 moreschneiderfelipe