logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bgoffice-dict-download - download dictionaries for bgoffice

Description

bgoffice-dict-download is a small program to help download bgoffice dictionaries off sourceforge.net. It
       browses the bgoffice project download area and follows the download links.

       The dictionary is downloaded in the current directory, unless the "--output" option is used.

Name

       bgoffice-dict-download - download dictionaries for bgoffice

Options

       --list
           Prints the list of the known dictionaries.

       --dict dictionaryname
           Specifies  the  dictionary  to be downloaded. See "--list" for the known dictionaries. This option is
           mandatory, unless "--list" is given.

       --output file
           Saves the downloaded dictionary in the given file, instead of ./<dict>.tar.bz2

Synopsis

           # list known dictionaries
           bgoffice-dict-download --list

           # download a dictionary
           bgoffice-dict-download --dict bg-en_dual

           # explicit output file
           bgoffice-dict-download --dict bg-en_dual --output=/some/where.tar.bz2

See Also