goldendict-ng/website/docs/topic_commandline.md

21 lines
629 B
Markdown
Raw Normal View History

2023-04-16 00:53:40 +00:00
You can send word to mainwindow to popup via `goldendict <word>`.
## Command Line Options
```
Usage: goldendict [options] [word]
Options:
-h, --help Displays help on commandline
options.
--help-all Displays help including Qt specific
options.
-l, --log-to-file Save debug messages to gd_log.txt in
the config folder.
-g, --group-name <groupName> Change the group of main window.
-p, --popup-group-name <popupGroupName> Change the group of popup.
Arguments:
word Word or sentence to query.
```