Dura + Remote + Auto-merge = Real-time Git collab? #122
adamlwgriffiths
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's a need for a real-time collaboration tool, but very few available, and even fewer with good integration.
If Dura can:
then the only thing remaining would be to support a constant pull from the remote.
With that set of functionality you would have a portable, real-time collaboration tool (push + merge + pull).
Pull could be kludged in at the moment with a periodic tasks.
The only barrier would be handling reloading the file in your editor (some prompt to reload from disk when the file is replaced), which can probably be suppressed/handled with a trivial plugin, which is better than a full CDRT plugin as would be required without this.
Is this something that is feasible? Anyone tried this?
Beta Was this translation helpful? Give feedback.
All reactions