-
This should be easy but I'm drawing a blank. I want all |
Beta Was this translation helpful? Give feedback.
Answered by
midichef
Nov 12, 2024
Replies: 1 comment 1 reply
-
One quick way is to add to your .visidatarc: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cool-RR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One quick way is to add to your .visidatarc:
DirSheet._ordering = [('filename', False)] # the boolean reflects the order of the sort; False = ascending, True = desscending
But this relies on internal implementation details of the column sorting, not an outward-facing API, so it's not a clean long-term solution.