Commit Graph

58 Commits

Author SHA1 Message Date
14eb531e4a Adds unison config and test code
This adds the possiblity to pass configuration options directly to
unison via the configuration file.
Also adds some test code to main.py
2025-07-11 00:30:05 +02:00
c980dc352a Adds a basic main file 2025-07-05 22:52:38 +02:00
1c067f83d8 Adds argparser for parsing CLI arguments 2025-07-05 22:51:14 +02:00
b29aa41d1a Adds pycache to gitignore 2025-06-29 21:07:32 +02:00
35d30f4a75 Removes test code from synchroniser 2025-06-28 10:44:26 +02:00
6ffb410a4f Adds config file reader
Adds a config file reader and dataclasses to save it using configparser
from the standard library.
2025-06-28 10:41:23 +02:00
33a6d09dba Adds licensing informations 2025-06-14 19:22:18 +02:00
96e86d5c76 First commit
Project created using poetry and some code is written
2025-06-14 16:14:28 +02:00