From f6037c3e21f7a67f61211119fa44083bba385f79 Mon Sep 17 00:00:00 2001 From: LangLangbart <92653266+LangLangBart@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:47:16 +0100 Subject: [PATCH] chore: add hold command back to pause gh query loop --- gh-find-code | 1 + 1 file changed, 1 insertion(+) diff --git a/gh-find-code b/gh-find-code index 3b4fc61..f2c7e44 100755 --- a/gh-find-code +++ b/gh-find-code @@ -756,6 +756,7 @@ view_history_commands() { header_color="yellow" header_string="No history entries yet. Check back on your next run. Press 'esc' to exit." fi + echo "hold" >"$store_hold_gh_query_loop" # the extra pipe for 'bat' is to enhance the text visibility history_command=$'command tail -r "$gh_find_code_history" | command nl -s "\t" -n ln -w 3 | command '$bat_executable' --plain --color=always' selection=$(