Adding stuff
This commit is contained in:
10
.local/bin/starttr
Executable file
10
.local/bin/starttr
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
while clipnotify; do
|
||||
selection=`xclip -o`
|
||||
translation=`trans -b ro:en "$selection"`
|
||||
echo $selection
|
||||
echo $translation
|
||||
# notify-send $translation
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user