Y
Hacker News
new
|
ask
|
show
|
jobs
by
jalbertoni
1346 days ago
I'm curious, how would you handle collaborative editing in nano? All the others seem doable if a bit hacky, but that one confused me.
2 comments
Lio
1346 days ago
I’m a (Neo)Vim user rather than Nano but off the top of my head, I’d use tmux to share a Nano session on multiple computers at the same time.
link
tpoacher
1342 days ago
Yeap, what the other guy said. I prefer byobu to vanilla tmux, but the idea is the same. Create a byobu session, detach, give it group permissions, group collaborators attach, enjoy the nano editing party. :)
link