Skip to content

A CLI to translate between languages in the terminal.

License

Notifications You must be signed in to change notification settings

hokimtam/cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A CLI to translate between languages in the terminal.


demonstration


Usage

~$ tran --help
Usage: tran <lang_name> sentence to be translated

Options:
        --version             Show version number.              [boolean]
    -l, --languages           List all languages.               [boolean]
        --help                Show help.                        [boolean]

⚠️ You can also use the ISO-639-1 code of the language instead of writing the full language name


Installation

  1. Clone the repository and then navigate to it.
  2. Run npm install to install the dependencies.
  3. Run npm install -g . to install the CLI.

⚠️ This might cause an error which can be resolved easily by using sudo with the command, however, using sudo with npm is not recommended because it might cause permission issues later. So instead put the code below in your .bashrc file and then run the above command again.

npm set prefix ~/.npm
PATH="$HOME/.npm/bin:$PATH"
PATH="./node_modules/.bin:$PATH"
  1. Now you are good to go and can use the CLI globally!

Type tran or tran --help to get started.


License

MIT © termTranslate

About

A CLI to translate between languages in the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%