Metadata-Version: 2.1
Name: simple-config-sync
Version: 0.1.19
Summary: This tool is used to synchronize dotfiles across various Linux devices, with capabilities to automatically create and delete links, as well as selectively synchronize files.
Author-email: hmeqo <hmeqocoliniliad@gmail.com>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.52.1
Requires-Dist: toml>=0.10.2
Requires-Dist: click>=8.1.7
Requires-Dist: mmh3>=4.1.0

Used for synchronizing dotfiles across various Linux devices, capable of automatically creating links, automatically deleting links, and selectively synchronizing files.

## Preview

![Preview](./assets/preview.png)

## Install

```shell
# Global
pip install simple-config-sync
# For user
pip install --user simple-config-sync
```

## Configuration

Generate a `config-sync.toml` file.

```shell
confsync init
```

## Usage

Run the tui program.

```shell
confsync tui
```
