diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-02-25 11:20:56 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-02-25 11:20:56 +0000 |
| commit | 2bd1b861259e9c5fda26fd56b1c32f1ce9185f84 (patch) | |
| tree | 5525cbd4f6415ac41ab2cea9832871ec33cd948c /README.md | |
| parent | Merge pdf cropping functions (diff) | |
| parent | alfred: add alfred workflow (diff) | |
| download | paper2remarkable-2bd1b861259e9c5fda26fd56b1c32f1ce9185f84.tar.gz paper2remarkable-2bd1b861259e9c5fda26fd56b1c32f1ce9185f84.zip | |
Merge branch 'sirupsen-alfred'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -16,8 +16,9 @@ There is also support for transferring an article from a website: $ 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). +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). ``paper2remarkable`` makes it as easy as possible to get a PDF on your reMarkable from any of the following sources: @@ -134,6 +135,21 @@ pip install paper2remarkable This installs the ``p2r`` command line program. +## Alfred + +Install the [Alfred workflow][workflow], which is [a launcher for +MacOS](https://www.alfredapp.com/). + +Once installed, you can use `rm` command and `rmb` (for the `--blank` pages to +insert blank pages between pages for notes) with a URL passed. The global +shortcut `Alt-P` will send the current selection to `p2r`. Note that by default +`--right` is passed and `p2r` is executed in your `bash` environment. 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 + ## Docker You can also use the Dockerfile to avoid installing dependencies on your |
