chrisosaurus / dodo

scriptable in place file editor
MIT License
4 stars 1 forks source link

improve documentation to mention escape character #4

Closed chrisosaurus closed 9 years ago

chrisosaurus commented 9 years ago

the documentation is currently lacking any mention of the escape character '\' which is useful within a string for including '/' characters

example: e/hello\/world/ which will expect the string hello/world

chrisosaurus commented 9 years ago

This could be as simple as updating the example in the README to match the example from make test and maybe having a small section quickly mentioning '\'.

chrisosaurus commented 9 years ago

@phillid is that commit ready for merging in? I didn't see a PR so I haven't merged it in yet.

phillid commented 9 years ago

@mkfifo, I was going to add a man page first. That's all done and a PR is created.

chrisosaurus commented 9 years ago

c-c-c-c-combo! thanks @phillid