Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
513 stars 51 forks source link

Fix ptyxis command execution #165

Closed lvxnull closed 1 month ago

lvxnull commented 1 month ago

-x expects a single string to be used as a command. Instead, -- is used which expects the command to be passed as distinct arguments.

Fixes #163