Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces in path #12

Open
bmedek opened this issue Dec 26, 2015 · 2 comments
Open

Spaces in path #12

bmedek opened this issue Dec 26, 2015 · 2 comments

Comments

@bmedek
Copy link

bmedek commented Dec 26, 2015

When a space character is present in the path or file name then the watcher will return an error.

After creating document named "Untitled Document 2" in /tmp following log was created

command: cannot access ‘/tmp/Untitled’: No such file or directory
command: cannot access ‘Document’: No such file or directory
command: cannot access ‘2’: No such file or directory

@raptwa
Copy link

raptwa commented Jan 19, 2016

Don't use quotation marks or anything else for whitespace.

watch=/path/with whitespace/example

This is working for watch and exclude path names.

@Hretic
Copy link

Hretic commented Jun 10, 2017

you need to put the filename in the double quotes like
chmod 000 -R "$filename"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants