aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-12 02:14:27 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-12 02:14:27 +0100
commite7b39c9f3cd1498cb04a18ecfb58f5d7c68eb2fb (patch)
tree055fad2d21fe367b53a6d3721aad3f590f0516bb /README.md
Initial commit, finished
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5788ce4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+A minimal script to translate text from any language to english using google translate. The language is automatically detected.
+
+## Usage
+`echo -ne 'que?' | ./google-translate.sh`
+
+## Dependencies
+curl, jq