portfolio/_posts/2021-12-28-homesync.html

15 lines
494 B
HTML
Raw Normal View History

2023-12-17 15:16:04 +00:00
---
layout: post
title: Homesync
categories: project
2023-12-24 05:00:26 +00:00
tags: [git, nix, rust]
href: "https://git.jrpotter.com/r/homesync"
2023-12-18 00:42:45 +00:00
image: git-branches.png
2023-12-17 15:16:04 +00:00
---
2023-12-17 22:24:47 +00:00
An experimental Rust-based project for automatically syncing files across your
2023-12-17 15:16:04 +00:00
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.