3 Commits

Author SHA1 Message Date
f20f8f4f31 Release version 1.0.3
Some checks failed
CI + Mark Stable / Test & Lint (push) Has been cancelled
CI + Mark Stable / Mark stable tag (push) Has been cancelled
2025-12-16 19:33:41 +01:00
b3d2f7d2e6 Added Funding
Some checks failed
CI + Mark Stable / Test & Lint (push) Has been cancelled
CI + Mark Stable / Mark stable tag (push) Has been cancelled
2025-12-16 19:32:28 +01:00
4a858a0800 Release version 1.0.2
Some checks failed
CI + Mark Stable / Test & Lint (push) Has been cancelled
CI + Mark Stable / Mark stable tag (push) Has been cancelled
2025-12-16 19:29:15 +01:00
5 changed files with 22 additions and 3 deletions

7
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
github: kevinveenbirkenbach
patreon: kevinveenbirkenbach
buy_me_a_coffee: kevinveenbirkenbach
custom: https://s.veen.world/paypaldonate

View File

@@ -1,3 +1,13 @@
## [1.0.3] - 2025-12-16
* Added funding information
## [1.0.2] - 2025-12-16
* Name conflicts; Set module name to: docoli
## [1.0.1] - 2025-12-16
* Now buildable via python

View File

@@ -1,4 +1,4 @@
git@github.com:kevinveenbirkenbach/dotlinker.git
ssh://git@git.veen.world:2201/kevinveenbirkenbach/dotlinker.git
ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/dotlinker.git
https://pypi.org/project/doli/
https://pypi.org/project/docoli/

View File

@@ -1,4 +1,6 @@
# dotlinker (doli)
[![GitHub Sponsors](https://img.shields.io/badge/Sponsor-GitHub%20Sponsors-blue?logo=github)](https://github.com/sponsors/kevinveenbirkenbach) [![Patreon](https://img.shields.io/badge/Support-Patreon-orange?logo=patreon)](https://www.patreon.com/c/kevinveenbirkenbach) [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20me%20a%20Coffee-Funding-yellow?logo=buymeacoffee)](https://buymeacoffee.com/kevinveenbirkenbach) [![PayPal](https://img.shields.io/badge/Donate-PayPal-blue?logo=paypal)](https://s.veen.world/paypaldonate)
`dotlinker` (CLI: `doli`) helps you persist and synchronize configuration across multiple systems by
linking local config paths to either:

View File

@@ -3,8 +3,8 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "doli"
version = "1.0.1"
name = "docoli"
version = "1.0.3"
description = "Config linker for chezmoi and Nextcloud"
readme = "README.md"
requires-python = ">=3.10"