aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
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-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