Option to show a different delimiter in the finder than the one used #651
Unanswered
tobx
asked this question in
Command flags
Replies: 1 comment
-
|
You might also want to check out the same issue junegunn/fzf#3478 (comment) that I opened for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would love to have an option to show a different delimiter in the finder than the one used in the background. This would also solve #314.
Example:
This displays
1:32:;in the finder.Introducing a new option like
--display-delimitercould solve that problem:This could easily display
1 : 3 : 2, because junegunn/fzf#2154 (comment) would not be a problem in this case.This would also enable users to use a "safe" delimiter like NUL and display a human readable delimiter in the finder.
Beta Was this translation helpful? Give feedback.
All reactions