1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-06 19:12:26 +02:00

Fixed Prompt delay for new note

This commit is contained in:
Ryan Greenup 2020-07-18 08:12:07 +10:00
parent b2f1f05d07
commit da2db64feb

View File

@ -293,6 +293,7 @@ function ToolsHelp() {
makeNewNote () {
echo -e "Please Choose Relevant Tags (Use Tab for Multi Select)"
echo -e "\n\t(Press any key to continue)"
read -d '' -s -n1 choice
## Choose Tags
TAGS="$(node "${script_dir}"/tags/yaml-parse.js "${NOTES_DIR}" 2>/dev/null | sort -u| sk -m)"
@ -304,6 +305,7 @@ makeNewNote () {
echo "${TAGS}"
echo -e "\nPlease Choose an appropriate directory\n\n"
echo -e "\n\t(Press any key to continue)"
read -d '' -s -n1 choice
## Chose Directory