From 38ab46fa2a74fd5a0e88cebba9815b1876e6925d Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 15 Nov 2024 09:48:47 +0300 Subject: [PATCH] t-script style --- home/user/.local/bin/t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.local/bin/t b/home/user/.local/bin/t index 6e066a1..1eec06a 100755 --- a/home/user/.local/bin/t +++ b/home/user/.local/bin/t @@ -143,7 +143,7 @@ cmd_cat_note() { die "Note with index ${note_index} not found" 1 fi - printf "%s:" "$(basename "${note_to_cat}")" + printf '\033[1m# %s\033[0m\n\n' "$(basename "${note_to_cat}")" cat "${note_to_cat}" exit "${EXIT_SUCCESS}" }