Update README.md

This commit is contained in:
千住柱間 2024-03-17 00:27:21 +00:00
parent 24f37f46c4
commit 3be01d4f2b

View file

@ -56,7 +56,7 @@ and searches for the longest available dictionary entry
For deinflection it currently relies on [rdricpp](https://codeberg.org/hashirama/rdricpp). For deinflection it currently relies on [rdricpp](https://codeberg.org/hashirama/rdricpp).
It also provides links of available entries of smaller substrings. It also provides links of available entries of smaller substrings.
![Alt](https://codeberg.org/hashirama/gd-tools/src/branch/main/misc/marisa.gif) ![Alt](https://codeberg.org/hashirama/gd-tools/raw/branch/main/misc/marisa.gif)
**Usage** **Usage**
@ -87,7 +87,7 @@ More information at https://www.s-yata.jp/marisa-trie/docs/readme.en.html
This script searches Anki cards in your collection that contain %GDWORD%. This script searches Anki cards in your collection that contain %GDWORD%.
![screenshot](https://github.com/Ajatt-Tools/gd-tools/assets/69171671/45a6b3a1-97de-439c-8f17-bd6f81d81d73) ![screenshot](https://codeberg.org/hashirama/gd-tools/raw/branch/main/misc/anki_search.png)
**Arguments:** **Arguments:**
@ -106,13 +106,13 @@ gd-tools ankisearch --field-name VocabKanji --show-fields VocabKanji,SentKanji,I
This script shows the top 5 pictures from Bing images for the given search string. This script shows the top 5 pictures from Bing images for the given search string.
![image](https://user-images.githubusercontent.com/50422430/224940994-eb3e1be6-9cd8-4776-88cf-850c78648e81.png) ![image](https://codeberg.org/hashirama/gd-tools/raw/branch/main/misc/gd-images.png)
## gd-strokeorder ## gd-strokeorder
This script shows the search string in the `KanjiStrokeOrders` font. This script shows the search string in the `KanjiStrokeOrders` font.
![screenshot](https://user-images.githubusercontent.com/69171671/224840590-b740a1b6-8526-49ed-b4cd-efe03689a132.png) ![screenshot](https://codeberg.org/hashirama/gd-tools/raw/branch/main/misc/strokeorder.png)
Font source: https://www.nihilist.org.uk/ Font source: https://www.nihilist.org.uk/
@ -131,7 +131,7 @@ gd-tools strokeorder --word %GDWORD%
This script displays the handwritten form of each character This script displays the handwritten form of each character
![screenshot](https://user-images.githubusercontent.com/53496273/254959907-4aa7d72d-2d58-4bd3-8b3a-c2f6f3186834.png) ![screenshot](https://codeberg.org/hashirama/gd-tools/raw/branch/main/misc/handwritten.png)
Font source: [ArmedLemon](https://github.com/Ajatt-Tools/gd-tools/blob/main/res/ArmedLemon.ttf). Font source: [ArmedLemon](https://github.com/Ajatt-Tools/gd-tools/blob/main/res/ArmedLemon.ttf).
@ -145,7 +145,7 @@ gd-tools handwritten --word %GDWORD%
This script shows example sentences from https://massif.la/ This script shows example sentences from https://massif.la/
![image](https://user-images.githubusercontent.com/50422430/226018360-e46605f0-2fb4-481c-801e-73aca84fae70.png) ![image](https://codeberg.org/hashirama/gd-tools/raw/branch/main/misc/massiff.png)
@ -154,7 +154,7 @@ This script shows example sentences from https://massif.la/
This script passes a sentence through mecab in order to make every part of the sentence clickable. This script passes a sentence through mecab in order to make every part of the sentence clickable.
It also automatically converts the sentence to traditional characters. It also automatically converts the sentence to traditional characters.
![image](https://github.com/KonstantinDjairo/gd-tools/assets/53496273/20921976-9221-416e-820a-b6bb22db906b) ![image](https://codeberg.org/hashirama/gd-tools/raw/branch/main/misc/mandarin.png)
To use `gd-mandarin`, To use `gd-mandarin`,
you need to install `gd-tools` by running `./quickinstall.sh --mandarin`. you need to install `gd-tools` by running `./quickinstall.sh --mandarin`.