fyodor 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/fyodor/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02a743dcc50a2c528b31aa2d4208cb4f220cb7ee5ee7a1ab19d36ee701c38de5
|
|
4
|
+
data.tar.gz: 005baf6cf829812dc8f9ab1d9f5d2761ff3a610e607e11abed66e507f6eee649
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6b6b7784323ac398eb36a4321d23a558c632246d2a5199dec38a28bd22a60fc77b93b76a31f95586ce27aac34538c74da6332fc96b84d61ad1b8f104eba56de
|
|
7
|
+
data.tar.gz: 0b6f4ab38b109fc7d64914d8b90ba45d32185b625c66f0099abb95299c38c639d788ff552c6b412c11f6ddf656d7a6cd6e9bb1109d5a6a22b25b7a6ad9021bc5
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This application parses `My Clippings.txt` from your Kindle and generates a mark
|
|
|
8
8
|
|
|
9
9
|
[For samples of the output, click here.](docs/output_demo)
|
|
10
10
|
|
|
11
|
-
To read more about the motivation and what problem it tries to solve, [check this blog post](https://rafaelc.org/
|
|
11
|
+
To read more about the motivation and what problem it tries to solve, [check this blog post](https://rafaelc.org/posts/export-all-your-kindle-highlights-and-notes/).
|
|
12
12
|
|
|
13
13
|
## Features
|
|
14
14
|
|
|
@@ -56,7 +56,7 @@ If your Kindle is not in English, you should tell Fyodor how some things are cal
|
|
|
56
56
|
1. Download the sample config to `~/.config/fyodor/fyodor.toml` or `$XDG_CONFIG_HOME/fyodor/fyodor.toml`:
|
|
57
57
|
|
|
58
58
|
```sh
|
|
59
|
-
$ curl https://raw.githubusercontent.com/
|
|
59
|
+
$ curl https://raw.githubusercontent.com/rc2dev/fyodor/master/docs/fyodor.toml.sample --create-dirs -o ~/.config/fyodor/fyodor.toml
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
2. Open both the configuration and your `My Clippings.txt` in your preferred editor. Change the values in the `[parser]` section to mirror what you get in `My Clippings.txt`.
|
data/lib/fyodor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fyodor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rafael Cavalcanti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: toml
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '3.0'
|
|
41
41
|
description: Parse Kindle clippings into markdown files
|
|
42
|
-
email:
|
|
42
|
+
email: dev@rafaelc.org
|
|
43
43
|
executables:
|
|
44
44
|
- fyodor
|
|
45
45
|
extensions: []
|
|
@@ -61,11 +61,11 @@ files:
|
|
|
61
61
|
- lib/fyodor/stats_printer.rb
|
|
62
62
|
- lib/fyodor/strings.rb
|
|
63
63
|
- lib/fyodor/version.rb
|
|
64
|
-
homepage: https://
|
|
64
|
+
homepage: https://rafaelc.org/fyodor
|
|
65
65
|
licenses:
|
|
66
66
|
- GPL-3.0-only
|
|
67
67
|
metadata:
|
|
68
|
-
source_code_uri: https://
|
|
68
|
+
source_code_uri: https://rafaelc.org/fyodor
|
|
69
69
|
post_install_message:
|
|
70
70
|
rdoc_options: []
|
|
71
71
|
require_paths:
|