diff options
| author | Simon Eskildsen <sirup@sirupsen.com> | 2020-04-27 08:34:30 -0400 |
|---|---|---|
| committer | Simon Eskildsen <sirup@sirupsen.com> | 2020-04-27 08:39:10 -0400 |
| commit | cfa9f9170a9cdfad5dbe88f6c76d2f939953724b (patch) | |
| tree | 08410f361c9b037404d6013f584c17285293e068 /README.md | |
| parent | Update release script (diff) | |
| download | paper2remarkable-cfa9f9170a9cdfad5dbe88f6c76d2f939953724b.tar.gz paper2remarkable-cfa9f9170a9cdfad5dbe88f6c76d2f939953724b.zip | |
readme: add printing section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -18,8 +18,8 @@ $ p2r https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines The script can be run through the ``p2r`` command line program or via Docker (see below). If you're using MacOS, you might be interested in the [Alfred -workflow](#alfred). On Linux, a background terminal such as -[Guake](http://guake-project.org/) can be very handy. +workflow](#alfred) or [Printing to p2r](#printing). On Linux, a background +terminal such as [Guake](http://guake-project.org/) can be very handy. ``paper2remarkable`` makes it as easy as possible to get a PDF on your reMarkable from any of the following sources: @@ -170,6 +170,23 @@ You can edit the Workflow in Alfred if this doesn't work for your setup. [workflow]: https://github.com/GjjvdBurg/paper2remarkable/blob/master/Remarkable.alfredworkflow?raw=true +## Printing + +Printing to `p2r` allows printing prompts to save directly to your reMarkable +tablet, passing through `p2r` for processing. + +For MacOS, you can follow [the guide][print-guide] for printing with `rmapi`, +but for the bash script, instead use this script: + +``` +for f in "$@" +do + bash -c -l "p2r --right '$f'" +done +``` + +[print-guide]: https://github.com/juruen/rmapi/blob/master/docs/tutorial-print-macosx.md + ## Docker If you'd like to avoid installing the dependencies directly on your machine, |
