Skip to content

Instantly share code, notes, and snippets.

@peterood
Last active August 29, 2015 13:57
Show Gist options
  • Save peterood/9708168 to your computer and use it in GitHub Desktop.
Save peterood/9708168 to your computer and use it in GitHub Desktop.
Atom issue: CLI atom not escaping spaces properly
valid for v0.71.0, fixed in v0.75.0
issue: CLI atom not escaping spaces properly
$ atom Google\ Drive/foo.txt
opens Google, Drive/foo.txt
whereas
$ open -a "Atom" Google\ Drive/foo.txt
opens Google\ Drive/foo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment