This commit is contained in:
2025-12-30 12:18:56 -05:00
parent 78dd207beb
commit 4127ab9259

View File

@@ -1,9 +1,9 @@
add_newline = false # add_newline = false
#
format = "$git_status$custom$directory" # format = "$git_status$custom$directory"
#
[custom.todo] # [custom.todo]
command = "awk '/^TODAY/{getline; if (NF) {print; exit}}' ~/do" # command = "awk '/^TODAY/{getline; if (NF) {print; exit}}' ~/do"
when = "grep -A1 '^TODAY' ~/do | tail -n1 | grep -q '.'" # when = "grep -A1 '^TODAY' ~/do | tail -n1 | grep -q '.'"
style = "bold white" # style = "bold white"
format = "\"[$output]($style)\" " # format = "\"[$output]($style)\" "