|
|
|
|
|
by abathur
897 days ago
|
|
Built something similar (though I've yet to get astound to the frontend for it--vaguely intend to borrow one). I neither love nor hate it as a sync mechanism, but I ended up satisficing with storing the history in my dotfile repo, treating the sqlite db itself as an install-specific cache, and using sqlite exports with collision-resistant names for avoiding git conflicts. |
|