eth-p / eth-p/bat-extras

"batman" syntax error.

Open
#47 3 comments 0 reactions 0 assignees View on GitHub
batman
Dominant language
Shell
Stars
1.6k
Forks
95
PR merge metrics
No merged PRs in 30d

Description

Hi, thank you for bat! its amazing!!
Just found the extras and some errors too.
```bash
export MANPAGER='sh -c "col -bx | '"$(printf "%q" "$EXECUTABLE_BAT")"' --language=man --style=grid '$(printf "%q " "${BAT_ARGS[@]}")'"'

-bx: 1: Syntax error: Unterminated quoted string
```
I found in bat's main repo README under integrations there is a simpler version too:
```bash

export MANPAGER="sh -c 'col -bx | bat -l man -p'"

-bx: 1: Syntax error: Unterminated quoted string
```
Both produce the same error though.
Thank you once again for your time and effort! it really is appreciated!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.