Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sevenuz/gnome-translate-indicator
gnome extension to use translate-shell with shortcuts everywhere in your system.
https://github.com/sevenuz/gnome-translate-indicator
Last synced: about 2 months ago
JSON representation
gnome extension to use translate-shell with shortcuts everywhere in your system.
- Host: GitHub
- URL: https://github.com/sevenuz/gnome-translate-indicator
- Owner: sevenuz
- License: gpl-3.0
- Created: 2020-07-26T01:06:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T18:03:18.000Z (5 months ago)
- Last Synced: 2024-08-01T03:27:56.336Z (4 months ago)
- Language: Shell
- Homepage: https://extensions.gnome.org/extension/3318/translate-indicator/
- Size: 169 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - sevenuz/gnome-translate-indicator - shell with shortcuts everywhere in your system. (HarmonyOS / Windows Manager)
README
# gnome-translate-indicator
[Translate extension for Gnome-Shell](https://extensions.gnome.org/extension/3318/translate-indicator/) -
based on [translate-shell](https://github.com/soimort/translate-shell),Menu to translate everything on your desktop.
` + T` to toggle menu.
` + + T` to use notification translation.Shortcuts can be changed in the settings.
On X.org, you can translate selected text.
This can be enabled in the settings.
This is not supported on wayland.
There, you have to copy the clipboard for translation.By default, this extension uses the included translate-shell version,
which is probably not the newest. You can change this in the settings.If you use the the included trans file, make sure that it is executable.
You find the source of the extension usually here:`~/.local/share/gnome-shell/extensions/[email protected]`
else:
```
press: alt + f2
execute: lg
click: extensions
click: view source
```Enable it from terminal by running the following command:
$ gnome-extensions enable [email protected]
# Acknowledgments
Heavily inspired by [Tudmotu's clipboard-indicator](https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator)
and [gufoe's text-translator](https://github.com/gufoe/text-translator)