diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-16 16:16:11 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-16 16:16:11 +0200 |
commit | 2dab2233ef9cb54a3878e0120016d542045c7ee8 (patch) | |
tree | 13f3f086adbe5edca4b0c6d3527bd040a50f627a /bin/extra/trl | |
parent | 2a9d0908651ac236855fa515e14a83bada3ad7f9 (diff) |
checkpoint
Diffstat (limited to 'bin/extra/trl')
-rwxr-xr-x | bin/extra/trl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/extra/trl b/bin/extra/trl index bd4c2c5..55d65ee 100755 --- a/bin/extra/trl +++ b/bin/extra/trl @@ -41,10 +41,10 @@ then fi [ "$word" ] || exit 1 -primary="$(languages | fzf)" +primary="$(languages | fzf --prompt="from:")" [ "$primary" ] || exit 1 -secondary="$(languages | fzf)" +secondary="$(languages | fzf --prompt="to:")" [ "$secondary" ] || exit 1 curl -s "https://context.reverso.net/translation/$primary-$secondary/$word" \ |