soimort / translate-shell

:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
https://www.soimort.org/translate-shell
The Unlicense
6.83k stars 387 forks source link

Can trans enter interactive mode by default not only by `-I`? #473

Open Freed-Wu opened 1 year ago

Freed-Wu commented 1 year ago

Such as:

{
  :interactive true
}
Freed-Wu commented 1 year ago

I have found if (Option["interactive"]). Thanks!

Freed-Wu commented 1 year ago

How about

{
  :interactive 'auto'
}

? When trans hello, it is false. When trans, it is true.

Now it just trash -I hello.

Freed-Wu commented 1 year ago
  :fmt-welcome-message ""
  :fmt-welcome-submessage ""

Cannot work.