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
The title is probably a terrible description of the idea, but best I could do in limited space. Let me try to unpack it:
What I'm referring to is exactly what the project k does, where it calls this feature "rot" (gross to me, but I digress). Here is a visual example.
In prose: The font color of the date/time beside each file - be it creation, modification, or whatever - should be dimmer for dates that are older, and brighter for dates that are newer. This would give an immediate visual indication of which files are more important/relevant for the user at the present time.
I could see the dimming function coming in two modes, either of which would be very useful:
absolute (e.g., if all files displayed were modified either today or yesterday, all should be bright; only files modified a while ago should be dim)
relative to only the files displayed (e.g., regardless of absolute distance into the past, the least-recently-modified file would be dim, and the most-recently-modified file would be bright)
Ideally, the ability to toggle between these modes, or at least to set your preferred mode via an environment variable, would be super awesome. Not sure how feasible that would be to implement though.
For terminals which support the 256-color scheme, or even more, this should be doable regardless of hue, so not just black/white/gray.
Project k is written in shell code whereas exa is in Rust. But hopefully the former could still provide some useful ideas for implementation.
Anyway, curious to hear your thoughts of usability and feasibility!
The text was updated successfully, but these errors were encountered:
The title is probably a terrible description of the idea, but best I could do in limited space. Let me try to unpack it:
What I'm referring to is exactly what the project
k
does, where it calls this feature "rot" (gross to me, but I digress). Here is a visual example.In prose: The font color of the date/time beside each file - be it creation, modification, or whatever - should be dimmer for dates that are older, and brighter for dates that are newer. This would give an immediate visual indication of which files are more important/relevant for the user at the present time.
I could see the dimming function coming in two modes, either of which would be very useful:
Ideally, the ability to toggle between these modes, or at least to set your preferred mode via an environment variable, would be super awesome. Not sure how feasible that would be to implement though.
For terminals which support the 256-color scheme, or even more, this should be doable regardless of hue, so not just black/white/gray.
Project
k
is written in shell code whereasexa
is in Rust. But hopefully the former could still provide some useful ideas for implementation.Anyway, curious to hear your thoughts of usability and feasibility!
The text was updated successfully, but these errors were encountered: