-
Notifications
You must be signed in to change notification settings - Fork 39
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
sesh list -i | fzf dont show color correctly #108
Comments
Thanks for the feedback. I'm in the middle of rewriting sesh to be even more performant and squash some bugs. I will get to this but not right now, I suggest keeping the |
OK, no problem, thanks for the response. This issue will help as a temporary document for people with the same problem till it is fixed in future releases. I added the versions of all the environments I'm using. |
Congratulations.. sesh is a great tool. It's helping me a lot. Keep up the great job you are doing. if you need some help with v2 I'll be happy to help in my free time. |
Hi! I was also facing issues with the whole tmux integration especially with Nerd Font Icon support and took a while to figure out how to tweak it all to get it working. I looked through the issue tracker and found a lot of people had similar needs and ran into similar issues as I have so I decided to write a script that would bridge the gap and simplify integrating fzf with sesh. I'm not sure if this is the correct place to post / plug this (please let me know if this isn't) but I think this could simplify the integration for many people! Once again love this tool thanks! |
I wonder if the shell level had anything to do with getting the colors to render correctly 🤔 |
Would you guys be interested in me adding an option to disable colors in the meantime? Otherwise you could keep the ansii flag or drop icons in your tooling. |
So I did a bit of digging and found out that this isn't even a sesh problem it's just fzf by default doesn't support ansi for performance reasons link You can easily reproduce this by just running
with or without the ansi flag. IMO I don't think it's that big of a deal, especially since it's not even a "bug" per se, just some incompatibility with default configurations. Probably some documentation mentioning that by default fzf doesn't support ansi color codes will suffice. Also, who doesn't like pretty colors :) Also since sesh isn't natively integrating with fzf out of the box, I would assume this is out of scope for sesh. |
Thanks for the research. I don't mind upgrading how colors are handled in sesh, but these are great details to point out. I use the |
Can you upgrade to sesh v2 and tell me if you still have this problem? |
Hi @joshmedeski, I still have the same problem after the upgrade to v2. I still need the with gum work correctly, but with fzf-tmux need the --ansi |
That makes sense, I'm using ansi colors to generate the colors 😬 Do you want the ability to overwrite the colors with your own values? I think trying to overwrite colors without some sort of configuration would be complicated. |
What happened?
I'm using Ubuntu 22.04 update to the last version. When I ran the command
sesh list -i | fzf
, I expected the color and the icons to work correctly but the colors weren't interpreted correctly and the selection shows as in the image below!To fix the problem, use the
--ansi
. Likesesh list -i | fzf --ansi
.. The characters are interpreted correctly with the--ansi
option.I opened this bug because I didn't find this information in the documentation. it happens in
fzf-tmux
too and the fix is the same.Version
Relevant log output
No response
Reviewed
The text was updated successfully, but these errors were encountered: