Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 499 Bytes

File metadata and controls

10 lines (7 loc) · 499 Bytes

safedit

An experimental Python package and playground for building a local, collaborative text editor that merges changes from multiple frontends serving simutaneosly and your OS editor (via file watching) without losing edits or corrupting the file, via LSEQ and CRDT techniques. Used Vue.js + FastAPI.

pip install safedit
safedit path/to/your/file.txt
image