Command Line Interface

argos-translate --from-lang en --to-lang es "Hello World"
Hola Mundo

echo "Text to translate" | argos-translate --from-lang en --to-lang es
Texto para traducir

argospm --help
usage: argospm [-h] {update,search,install,list,remove} ...

positional arguments:
  {update,search,install,list,remove}
                        Available commands.
    update              Downloads remote package index.
    search              Search package from remote index.
    install             Install package.
    list                List installed packages.
    remove              Remove installed package.

optional arguments:
  -h, --help            show this help message and exit

Update

Downloads remote package index.

argospm update

Install

Install package.

argospm install translate-en_es

List

List installed packages.

argospm list

Remove

Remove installed package.

argospm remove translate-en_es

Enable tab completion for Bash

curl -sSL https://raw.githubusercontent.com/argosopentech/argos-translate/master/tab_completions/completion.bash > /etc/bash_completion.d/argospm.bash