t-script style

This commit is contained in:
thek4n 2024-11-15 09:48:47 +03:00
parent 5522704219
commit 38ab46fa2a

View File

@ -143,7 +143,7 @@ cmd_cat_note() {
die "Note with index ${note_index} not found" 1 die "Note with index ${note_index} not found" 1
fi fi
printf "%s:" "$(basename "${note_to_cat}")" printf '\033[1m# %s\033[0m\n\n' "$(basename "${note_to_cat}")"
cat "${note_to_cat}" cat "${note_to_cat}"
exit "${EXIT_SUCCESS}" exit "${EXIT_SUCCESS}"
} }