aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-27 17:19:27 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-27 17:19:27 +0100
commit42a8b041c18d7b9c2e2f3ee70ad59d4fce408c70 (patch)
tree13094be6e1ad7efd29b1e2e3f7dd952cb4fbb92d
parentminor fixes to release script (diff)
parentMerge branch 'print-macos' of https://github.com/sirupsen/paper2remarkable in... (diff)
downloadpaper2remarkable-42a8b041c18d7b9c2e2f3ee70ad59d4fce408c70.tar.gz
paper2remarkable-42a8b041c18d7b9c2e2f3ee70ad59d4fce408c70.zip
Merge branch 'sirupsen-print-macos'
-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,