-
Do you want to request a feature or report a bug? What is the current behavior? If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. What is the expected behavior? Which versions todo.sh are you using?
Homepage: http://todotxt.org Which Operating System are you using? Which version of bash are you using?
This is free software; you are free to change and redistribute it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
(I assume that by reverse-type font you mean inverting foreground and background colors; e.g. turning black-on-white to white-on-black.) Like most command-line applications, todo.sh uses the default terminal configuration of colors and font attributes, and optionally offers highlightings for special elements (like prioritized tasks, dates, metadata). If "Reverse type font is easier to read" for you, why don't you simply reconfigure your terminal that way (and all command-line use and applications would benefit from it)?! That said, there is a way to reverse the entire todo.sh output, via the
The final filter is applied last, so if you switch the terminal to reverse output (via the I'd still see this more as a proof of concept than a recommendation to use; reconfiguring the terminal would be the way to go for me. Please re-open the issue if I misunderstood any of this. |
Beta Was this translation helpful? Give feedback.
(I assume that by reverse-type font you mean inverting foreground and background colors; e.g. turning black-on-white to white-on-black.)
Like most command-line applications, todo.sh uses the default terminal configuration of colors and font attributes, and optionally offers highlightings for special elements (like prioritized tasks, dates, metadata). If "Reverse type font is easier to read" for you, why don't you simply reconfigure your terminal that way (and all command-line use and applications would benefit from it)?!
That said, there is a way to reverse the entire todo.sh output, via the
TODOTXT_FINAL_FILTER
. Put this into yourtodo.cfg
config file: