Skip to content

Commit

Permalink
chore: add hold command back to pause gh query loop
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Mar 28, 2024
1 parent b8b334e commit f6037c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gh-find-code
Original file line number Diff line number Diff line change
Expand Up @@ -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=$(
Expand Down

0 comments on commit f6037c3

Please sign in to comment.