matryer / xbar

Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)

Home Page:https://xbarapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The notation for escaping the pipe for non parameter string

Sixeight opened this issue · comments

Problem

I wanna escape | to ignore parsing pipe as separator of parameter.

We output following string to get error unknown parameter: Bar

Foo | Bar | color=red

It was discussed here in the past:
#461

Proposed notation

How about the following notation

Foo \| Bar | color=red