Skip to content

Commit

Permalink
Make command history more searchable.
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Jan 18, 2023
1 parent 0b7a267 commit f3423ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3530,7 +3530,7 @@
<key>alfredfiltersresults</key>
<true/>
<key>alfredfiltersresultsmatchmode</key>
<integer>0</integer>
<integer>2</integer>
<key>argumenttreatemptyqueryasnil</key>
<false/>
<key>argumenttrimmode</key>
Expand Down
1 change: 1 addition & 0 deletions list_command_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def main(wf):
i-=1
it = wf.add_item(title=cmd,
arg=cmd,
match=cmd.replace(":", " "),
valid=True)
it.setvar("last_func", cmd)
it.setvar("function", cmd)
Expand Down

0 comments on commit f3423ef

Please sign in to comment.