15 lines
494 B
Markdown
15 lines
494 B
Markdown
|
---
|
||
|
layout: post
|
||
|
title: Homesync
|
||
|
categories: project
|
||
|
tags: [git, nix, rust]
|
||
|
href: "https://git.jrpotter.com/r/homesync"
|
||
|
image: git-branches.png
|
||
|
---
|
||
|
|
||
|
An experimental Rust-based project for automatically syncing files across your
|
||
|
desktop to a git repository. Allows upstream and downstream syncing with a
|
||
|
single command, without any need to copy files manually to and from a git
|
||
|
repository. Separately, a daemon can be spawned that watches files for changes
|
||
|
and pushes/pulls them as they happen.
|