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 952fc5a commit 505196eCopy full SHA for 505196e
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
### master
4
- 'open editor' command can now open files that have spaces
5
+- system open command can now open files that have spaces
6
7
### v1.0.0, Aug 03, 2014
8
- if $EDITOR env var is not set, provide fallback
open.tmux
@@ -32,7 +32,7 @@ get_editor_from_the_env_var() {
32
33
command_generator() {
34
local command_string="$1"
35
- echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string {} > /dev/null'"
+ echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string \"{}\" > /dev/null'"
36
}
37
38
generate_open_command() {
0 commit comments