eth-p / bat-extras

Bash scripts that integrate bat with various command line tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh: parse error near `|'

black7375 opened this issue · comments

commented

batwatch can't be compiled.

## Input
zcompile batwatch

## Result
zsh: parse error near `|'
zcompile: can't read file: batwatch

bat-extras currently can't run in any other shells than Bash. I used a lot of Bash-isms in bat-extras, and they unfortunately aren't portable between shells.

I'll see what I can do to support zsh, but it might take a while (if it's even possible with the feature requirements this project has).