diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 13:34:37 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 13:34:37 +0000 |
commit | e8910ecd98488bc2dcc82389a82b14ca2361617a (patch) | |
tree | 3b31e7f6ae5b0f95c6a5918d96de88c2cb1e7fbf /share | |
parent | 76b279302a6d1f6ecb4b6e1d1fe082aa66451e8f (diff) | |
download | recit-e8910ecd98488bc2dcc82389a82b14ca2361617a.tar.gz |
colored output
Diffstat (limited to 'share')
-rw-r--r-- | share/recit/templates/entries.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/recit/templates/entries.templ b/share/recit/templates/entries.templ index 1f02a10..9cb37c5 100644 --- a/share/recit/templates/entries.templ +++ b/share/recit/templates/entries.templ @@ -1,3 +1,3 @@ -{{Time}} ({{Id}}) +\033[1;36m{{Time}}\033[0m ({{Id}}) {{Notes}} |