mirror of https://gitlab.com/dabruh/dotfiles.git
Add installation instructions.
This commit is contained in:
parent
4bc98a7df0
commit
e7d8e32309
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Translate the current clipboard with the help of dmenu
|
||||||
|
#
|
||||||
|
# Utilized gtranslate. Install instructions here:
|
||||||
|
# https://git.sr.ht/~yerinalexey/gtranslate
|
||||||
|
# https://gitlab.com/-/snippets/2343500
|
||||||
|
|
||||||
text=$(xclip -o -selection clipboard)
|
text=$(xclip -o -selection clipboard)
|
||||||
map=~/.local/share/dabruh/gtranslate-lang-map
|
map=~/.local/share/dabruh/gtranslate-lang-map
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue