You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the problem you're trying to solve
Right now with Yazi we can color files that link to an executable with the same color as a regular executable or the same color of a regular link. I'm trying to emulate the theme I had in ranger with symlinks being cyan, executables being bold green, and symlinks that are linking to an executable are bold cyan to differentiate them from a regular executable or link. Unfortunately this is not possible in Yazi right now.
Would you be willing to contribute this feature?
Yes, I'll give it a shot
Describe the solution you'd like
I think a good solution would be to create an is condition called linktoexec or something like that so people that want to differentiate their symlinks that link to an executable from a regular link or executable can do that.
Additional context
No response
Validations
I have searched the existing issues
The latest nightly build of Yazi doesn't already have this feature
The text was updated successfully, but these errors were encountered:
BTW I plan to redesign the filetype handling in Yazi v0.4, similar to how icons work, using cond instead of is. When that's done, you'll be able to achieve this in toml as well.
I'm going to lock this issue because it has been closed for 30 days. ⏳
This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
yazi --debug
outputPlease describe the problem you're trying to solve
Right now with Yazi we can color files that link to an executable with the same color as a regular executable or the same color of a regular link. I'm trying to emulate the theme I had in ranger with symlinks being cyan, executables being bold green, and symlinks that are linking to an executable are bold cyan to differentiate them from a regular executable or link. Unfortunately this is not possible in Yazi right now.
Would you be willing to contribute this feature?
Describe the solution you'd like
I think a good solution would be to create an
is
condition calledlinktoexec
or something like that so people that want to differentiate their symlinks that link to an executable from a regular link or executable can do that.Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: