Skip to content

baskerville/sdunpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0042ca1 · Jul 2, 2022

History

8 Commits
Jul 2, 2022
Dec 19, 2019
Jul 2, 2022
Dec 19, 2019
Apr 27, 2021

Repository files navigation

Installation

cargo install --path .

Usage

sdunpack file.dict [file.syn] < file.idx > file.txt

Convert StarDict to dictd

This example relies on some of the command line utilities provided by dictd.

dictzip -d file.dict.dz
sdunpack file.dict file.syn < file.idx > file.txt
short_name=$(grep '^bookname=' file.ifo | cut -d '=' -f 2)
url=$(grep '^website=' file.ifo | cut -d '=' -f 2)
dictfmt --utf8 --index-keep-orig --headword-separator '|' -s "$short_name" -u "$url" -t file2 < file.txt
dictzip file2.dict

About

Unpack a StarDict dictionary as plain text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages