Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 447 Bytes

File metadata and controls

12 lines (9 loc) · 447 Bytes

voiceToTextInTerminal

Running

  • Activate venv and install deps: pip install -r requirements.txt
  • Ensure Neovim listens on /tmp/nvim.sock: nvim --headless --listen /tmp/nvim.sock
  • Run from repo root: python -m whisper_integration.recorder

Troubleshooting

  • Import errors: run from repo root or PYTHONPATH=.
  • ModuleNotFoundError: pynvim: pip install pynvim
  • Adjust socket path in nvim_integration/writer.py if needed.