summaryrefslogtreecommitdiff
path: root/README.txt
blob: 1a318c2dcbced6bc78df1feea0b27728a878449e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This is a script to save an article from Newsboat RSS reader to an epub file.

Dependency
---------

- Pandoc

Setup
------

- copy the script into a file in ~/bin
- make sure that ~/bin is included in $PATH ($ echo $PATH)
- make the script executable by running 

	$ chmod u+x script.sh

- modify the path to the directory where you'd like epub files to be saved -- see comment in script
- add these two lines to newsboat's config file, probably located at ~/.newsboat/config

	# Save article .epub
	macro S pipe-to "~/bin/save-article-to-epub.py" 

Usage
------

- in Newsboat, when you want to save an article, press , then shift + S.

License
-------

GPLv3

Script originally written by Ludivico Gerardi.