Skip to content

Commit

Permalink
add notes about line breaks on command line
Browse files Browse the repository at this point in the history
From #168
  • Loading branch information
shawaj authored Jan 3, 2018
1 parent 3f3da7a commit 01c7755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ papirus-draw /path/to/image -t [resize | crop] -r [0 | 90 | 180 | 270]
papirus-clear

```
**Note:** The line break '\n' is not converted by the shell (bash). In order to do this you need to use the method described [here](https://stackoverflow.com/questions/3005963/how-can-i-have-a-newline-in-a-string-in-sh). For example: `papirus-write $'hello\nWorld'`. Bear in mind that you need to use single quotes after the '$', double quotes do not work.

### Demos
All demos can be seen by running the following commands. Code can be found in the repo for the python bin directory.
Expand Down

0 comments on commit 01c7755

Please sign in to comment.