Last active
August 29, 2015 13:57
-
-
Save peterood/9708168 to your computer and use it in GitHub Desktop.
Atom issue: CLI atom not escaping spaces properly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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