We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30956cb commit e1f63b5Copy full SHA for e1f63b5
bemenu-qalc.sh
@@ -109,7 +109,7 @@ get_history() {
109
else
110
[[ ! -f "$history_file" ]] && mkdir -p $(dirname "$history_file") && touch "$history_file"
111
if [[ ! -s "$history_file" ]]; then
112
- echo -e "No history found\n open gui\n keybindings"
+ echo -e " no history found\n open gui\n keybindings"
113
114
if [[ -n "$answer" ]]; then
115
echo -n " "; tac "$history_file" | head -1
@@ -122,7 +122,7 @@ get_history() {
122
123
while [[ -n "$input" ]]; do
124
input=$(get_history | bemenu -p " = $answer ")
125
- if [[ "$input" =~ clear$|return$ ]]; then
+ if [[ "$input" =~ clear$|return$|found$ ]]; then
126
answer=""
127
help=""
128
elif [[ "$input" =~ ^ ]]; then
0 commit comments