Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid escape sequence '\/' #123

Open
kalabantas opened this issue Sep 25, 2024 · 0 comments
Open

invalid escape sequence '\/' #123

kalabantas opened this issue Sep 25, 2024 · 0 comments

Comments

@kalabantas
Copy link

In ubuntu, whenever you backsearch for a command, you get fix/usr/lib/python3/dist-packages/percol/info.py:15: SyntaxWarning: invalid escape sequence '/'
the issue is with the logo, where the logo is using \ / as an escape sequence.
It should be like this instead.

-- coding: utf-8 --

doc = """Adds flavor of interactive filtering to the traditional pipe concept of shell.
Try::

$ A | percol | B

and you can display the output of command A and filter it interactively and then pass it to command B.
The interface of percol is highly inspired by anything.el for Emacs.

Full details at https://github.com/mooz/percol"""

version = "0.2.1"

logo = """ __
____ ___ ______________ / /
/ __ \/ _ \/ / / __ \/ /
/ /
/ / / / / // /
/ / /
/ .
/\
// \/\//
/
/"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant