From ab987e10f154f5536bb8fd936ae0966e909fa969 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 15 Jun 2023 15:58:59 -0500 Subject: added all my scripts --- tmuxsh/_translate_eng_to_es,--.translate.english.to.spanish | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tmuxsh/_translate_eng_to_es,--.translate.english.to.spanish (limited to 'tmuxsh/_translate_eng_to_es,--.translate.english.to.spanish') diff --git a/tmuxsh/_translate_eng_to_es,--.translate.english.to.spanish b/tmuxsh/_translate_eng_to_es,--.translate.english.to.spanish new file mode 100755 index 0000000..fb9a4be --- /dev/null +++ b/tmuxsh/_translate_eng_to_es,--.translate.english.to.spanish @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +# AUTHOR: gotbletu (@gmail|twitter|youtube|github|lbry) +# https://www.youtube.com/user/gotbletu +set -o vi +while true +do + read -rep ">>> Translate English to Spanish: " INPUT + history -s "$INPUT" + trans en:es "$INPUT" + printf "\n" +done -- cgit v1.2.3-70-g09d2