jlebon / textern

A Firefox add-on for editing text in your favourite external editor!
GNU General Public License v3.0
140 stars 21 forks source link

Use `watchdog` #91

Open phdru opened 8 months ago

phdru commented 8 months ago

Improve portability: replace Linux-only inotify_simple with portable watchdog.

Update Makefile to create a Python virtual environment and install watchdog as a dependency instead of a submodule.