Skip to content

back2nix/speaker

Repository files navigation

If Nix is not installed

sh <(curl -L https://nixos.org/nix/install) --daemon

How to run it?

nix run github:back2nix/speaker
  • or
git clone https://github.com/back2nix/speaker
cd speaker
nix run .
  • or
git clone https://github.com/back2nix/speaker
cd speaker
nix develop
make run
  • or
git clone https://github.com/back2nix/speaker
cd speaker
nix build .
result/bin/speaker
# sudo result/bin/keylogger # run in a separate terminal if you're on Wayland instead of X11

Voice Translator

  • Copy text in a foreign language — the app will read it aloud in Russian.

Hotkeys

ctrl+c | ctrl+shift+c - copy and read in English
ctrl+z - repeat last in English
ctrl+f - toggle (translate/read only)
ctrl+alt+p - pause
alt+c - stop reading
alt+c x2 - stop and clear clipboard
alt+v - auto-translate copied Russian text to English and put it in the clipboard

How to check if you're on Wayland

echo $WAYLAND_DISPLAY

Built with

About

Reads and translates aloud by pressing Ctrl+c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published