Skip to content

Is there a way to change default font to be reverse-type? #329

Answered by inkarkat
t5404tmz asked this question in Q&A
Discussion options

You must be logged in to vote

(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 your todo.cfg config file:

export TODOTXT_FINAL_FILTER='print…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karbassi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #329 on December 12, 2020 16:07.