Skip to content

tmcgroul/wsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsync

A tool for workplace syncronization. It uses git as a version control system to track changes

Usage

You can run wsync in two modes:

sync current state and exit

cargo run <git-repository path> <file/folder-to-sync path> <alias>

sync current state and watch changes

cargo run <git-repository path> <file/folder-to-sync path> <alias> --watch

Example

cargo run [email protected]:tmcgroul/workplace-config.git /home/sar/.config/terminator/config terminator

Development

It's required to install pre-commit after git clone

pre-commit install

About

A tool for workplace syncronization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages