Skip to content

Commit ced996c

Browse files
committed
v0.5.0
1 parent 7082b38 commit ced996c

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ authors = ["Jacob Lindahl <aviator9402@gmail.com>"]
99
edition = "2021"
1010
license = "GPL-3.0-only"
1111
repository = "https://github.com/encody/autoruby"
12-
version = "0.4.0"
12+
version = "0.5.0"

autoruby-cli/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ $ cat ./output.md
1515
[神]{かみ}は「[光]{ひかり}あれ」と[言]{い}われた。すると[光]{ひかり}があった。
1616
```
1717

18+
### Input and output paths specified, Markdown (include common, only first occurrence)
19+
20+
```text
21+
$ cat ./input.txt
22+
神は「光あれ」と言われた。すると光があった。
23+
24+
$ autoruby annotate ./input.txt ./output.md -f md -c1
25+
$ cat ./output.md
26+
[神]{かみ}は「[光]{ひかり}あれ」と[言]{い}われた。すると光があった。
27+
```
28+
1829
### STDIN&rarr;STDOUT, HTML
1930

2031
```text

autoruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you are making modifications to the code and rebuilding it often, you probabl
3030

3131
## Future work
3232

33-
- Option to only display the furigana for a word the first time it appears in the document.
33+
- EPUB support
3434

3535
## Authors
3636

0 commit comments

Comments
 (0)