t-script style
This commit is contained in:
parent
5522704219
commit
38ab46fa2a
@ -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}"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user