Introduce initial commit for rover.

First public commit of rover.
This commit is contained in:
kayvr 2022-03-17 10:32:36 -07:00
parent c7e1c3ccab
commit e5b0e3cc80
3 changed files with 1193 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__
.rover

View File

@ -1,2 +1,5 @@
# rover
# Rover
Rover operates on local filesystems by allowing you to 'subscribe' to directory updates. So you'll know if anyone, yourself included, modifies the contents of a directory. Want to subscribe to updates from another user on a pubnix? Or simply keep track of changes you're making to a git repos and directories? Rover'll do that.
This project is in active development and you will find a small overview on gemini: gemini://kayvr.com/gemlog/2022-03-17-Rover-Experiment.gmi.

1187
rover.py Normal file

File diff suppressed because it is too large Load Diff