Skip to content

With nushell's "ls", ripgrep return sufix-result, which may caused by hyperlink #2803

Closed Answered by ltrzesniewski
Kiri2002 asked this question in Q&A
Discussion options

You must be logged in to vote

That's a duplicate of #2762. It's caused by the fact that nushell's ls sends ANSI escapes even when piped to another tool.

In nushell, you can write the following though:

ls | ansi strip | rg on

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BurntSushi
Comment options

Answer selected by BurntSushi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants