Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f20f8f4f31 | |||
| b3d2f7d2e6 |
7
.github/FUNDING.yml
vendored
Normal file
7
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
github: kevinveenbirkenbach
|
||||||
|
|
||||||
|
patreon: kevinveenbirkenbach
|
||||||
|
|
||||||
|
buy_me_a_coffee: kevinveenbirkenbach
|
||||||
|
|
||||||
|
custom: https://s.veen.world/paypaldonate
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
## [1.0.3] - 2025-12-16
|
||||||
|
|
||||||
|
* Added funding information
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2] - 2025-12-16
|
## [1.0.2] - 2025-12-16
|
||||||
|
|
||||||
* Name conflicts; Set module name to: docoli
|
* Name conflicts; Set module name to: docoli
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
# dotlinker (doli)
|
# dotlinker (doli)
|
||||||
|
[](https://github.com/sponsors/kevinveenbirkenbach) [](https://www.patreon.com/c/kevinveenbirkenbach) [](https://buymeacoffee.com/kevinveenbirkenbach) [](https://s.veen.world/paypaldonate)
|
||||||
|
|
||||||
|
|
||||||
`dotlinker` (CLI: `doli`) helps you persist and synchronize configuration across multiple systems by
|
`dotlinker` (CLI: `doli`) helps you persist and synchronize configuration across multiple systems by
|
||||||
linking local config paths to either:
|
linking local config paths to either:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "docoli"
|
name = "docoli"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
description = "Config linker for chezmoi and Nextcloud"
|
description = "Config linker for chezmoi and Nextcloud"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user