aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Eskildsen <sirup@sirupsen.com>2020-04-27 08:34:30 -0400
committerSimon Eskildsen <sirup@sirupsen.com>2020-04-27 08:39:10 -0400
commitcfa9f9170a9cdfad5dbe88f6c76d2f939953724b (patch)
tree08410f361c9b037404d6013f584c17285293e068
parentUpdate release script (diff)
downloadpaper2remarkable-cfa9f9170a9cdfad5dbe88f6c76d2f939953724b.tar.gz
paper2remarkable-cfa9f9170a9cdfad5dbe88f6c76d2f939953724b.zip
readme: add printing section
-rw-r--r--README.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf82989..c74ffe4 100644
--- a/README.md
+++ b/README.md
@@ -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,