aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-29merge develop into masterHEADmaster[object Object]
* refactor: move platform-specifics into separate module * feat: Windows Support (wip) This is untested because I do not own Windows machines, and I think there are some problems concerning unlinking. * wip: inplementation of platform-agnostic deploying and removing etc... * feat: host-based deployment condition * feat: command flag to skip hostname checks * simplyfing the whole preparation step quite a bit
2025-07-19docs: update todoMax Bossing
2025-07-19feat: respect absolute/relative paths in dest fieldMax Bossing
2025-07-19docs: update todo[object Object]
2025-07-16docs: update READMEMax Bossing
2025-07-16chore: Bump version in Cargo.lockMax Bossing
2025-07-16feat!: dots-unlinking and ux changes[object Object]
* start of unlink implementation * refactor: move dot logic out of main mod * feat: finish implementing unlinking of dots * chore: add test files to gitignore * chore: "use" cleanup * chore: add explanation and additional info to cli * chore: add crate description * chore: bump version to 2.0.0
2025-07-15docs: Todo listMax Bossing
2025-07-15docs: Installation instructionsMax Bossing
2025-07-15fix: actually use dots_dir property instead of blindly resolving agains getcwdMax Bossing
2025-07-15fix(config): remove unused trait "Debug"Max Bossing
2025-07-15initMax Bossing