8000 GitHub - mitthu/note-sync: Syncs a note file across computers using inotify (on linux) / kqueues (on mac). My Systems Software project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Syncs a note file across computers using inotify (on linux) / kqueues (on mac). My Systems Software project.

Notifications You must be signed in to change notification settings

mitthu/note-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Sync

  • Create a non-empty file called pool-server/notes.txt
  • Run client(s) and refer to file in pool-client/notes.txt
  • The client notes.txt will update across all clients.
  • The default username and password are m
  • Supported OS: Linux, Mac OS X
# Terminal #1: Run server
echo "My notes!" >pool-server/notes.txt
./server

# Terminal #2: Run client
./client [optional: server_ip]

# Terminla #3: View/Edit pool-client/notes.txt
vim pool-client/note.txt

TODOs

  • BUG: Cannot sync empty file
  • Handle conflicts during patch

About

Syncs a note file across computers using inotify (on linux) / kqueues (on mac). My Systems Software project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0