Skip to content

Commit

Permalink
#20: use input as argv, quote arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
artemy committed Dec 4, 2024
1 parent b919c56 commit d0ea8e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alfred/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<key>runningsubtext</key>
<string></string>
<key>script</key>
<string>/usr/bin/python3 recent_projects.py %KEYWORD% "{query}"</string>
<string>/usr/bin/python3 recent_projects.py "%KEYWORD%" "${1}"</string>
<key>scriptargtype</key>
<integer>0</integer>
<integer>1</integer>
<key>scriptfile</key>
<string></string>
<key>subtext</key>
Expand All @@ -89,7 +89,7 @@
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>open -nb "%BUNDLE%" --args $@</string>
<string>open -nb "%BUNDLE%" --args "${@}"</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand Down

0 comments on commit d0ea8e3

Please sign in to comment.