diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-11 16:18:21 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-11 18:08:03 +0200 | 
| commit | 238e7a2bb961eb448dee1542e03cbdb84dea027d (patch) | |
| tree | e01fb7a927d78726faaf5ba3c0467f5c1435f2e8 /docs | |
| parent | 7bcbc04b0401280b63e9649bc56ba7fcf0403f22 (diff) | |
| download | tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.tar.gz tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.tar.xz tdv-238e7a2bb961eb448dee1542e03cbdb84dea027d.zip | |
Merge TUI and GUI binaries, using a new name
The appropriate interface will be chosen automatically.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tdv.1.adoc (renamed from docs/sdtui.1.adoc) | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/docs/sdtui.1.adoc b/docs/tdv.1.adoc index 71bd904..f7961e2 100644 --- a/docs/sdtui.1.adoc +++ b/docs/tdv.1.adoc @@ -1,21 +1,21 @@ -sdtui(1) -======== +tdv(1) +======  :doctype: manpage -:manmanual: sdtui Manual -:mansource: sdtui {release-version} +:manmanual: tdv Manual +:mansource: tdv {release-version}  Name  ---- -sdtui - StarDict terminal UI +tdv - Translation dictionary viewer  Synopsis  -------- -*sdtui* [_OPTION_]... [_DICTIONARY_.ifo]... +*tdv* [_OPTION_]... [_DICTIONARY_.ifo]...  Description  ----------- -*sdtui* is a StarDict dictionary viewer, custom-tailored for translation -dictionaries, with a simple curses-based terminal UI. +*tdv* is a StarDict dictionary viewer, custom-tailored for translation +dictionaries, with a simple curses-based terminal UI, and a GTK+ graphical UI.  Without any command line arguments, the program expects to find a list of  dictionaries to load on start-up in its configuration file.  The _.ifo_ files @@ -32,7 +32,7 @@ Options  Configuration  ------------- -You can start your _sdtui.conf_ file with the following snippet: +You can start your _tdv.conf_ file with the following snippet:   [Settings]   center-search = true     # Ensure visibility of preceding entries? @@ -75,16 +75,16 @@ Extensions  ----------  Because the StarDict file format is a bit of a clusterfuck with regard to  collation of dictionary entries, this software introduces an additional, -optional "collation" field into the _.ifo_ file.  When *sdtui* discovers this +optional "collation" field into the _.ifo_ file.  When *tdv* discovers this  field while reading a dictionary, it automatically reorders the index according  to that locale (e.g., "cs_CZ").  This operation may take a little while,  in the order of seconds.  Files  ----- -*sdtui* follows the XDG Base Directory Specification. +*tdv* follows the XDG Base Directory Specification. -_~/.config/sdtui/sdtui.conf_:: +_~/.config/tdv/tdv.conf_::  	The configuration file.  Reporting bugs | 
