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

escape sequence with arrow prompt in zsh shell during downloading event #11

Closed
1 task done
SachinMaharana opened this issue Apr 3, 2020 · 1 comment
Closed
1 task done

Comments

@SachinMaharana
Copy link

Prerequisites

  • I searched to see if the issue already exists.
    Yes

Description

Escape sequence with arrow in zsh shell during downloading event
╭─sachin@legion ~
╰─➤ curl -sf https://gobinaries.com/asciimoo/wuzz | sh

\x1b[38;5;61m ==>\x1b[0;00m Downloading github.com/asciimoo/wuzz@master
\x1b[38;5;61m ==>\x1b[0;00m Resolved version master to v0.4.0
\x1b[38;5;61m ==>\x1b[0;00m Downloading binary for linux amd64
\x1b[38;5;61m ==>\x1b[0;00m Installing wuzz to /usr/local/bin
\x1b[38;5;61m ==>\x1b[0;00m Installation complete

Attached a screenshot.

Steps to Reproduce

Tested with zsh shell. Still not sure if any fancy package missing from my side.
gobinaries

Slack

Ok
Join us on Slack https://chat.apex.sh/

@tj
Copy link
Owner

tj commented Apr 3, 2020

hmm looks like hex is not portable, nor is echo / echo -e haha.. I'll give printf a try looks like it should be ok

@tj tj closed this as completed in 0a9536b Apr 3, 2020
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

2 participants