dploy
dploy copied to clipboard
Provides the functionality of GNU Stow in a cross platform CLI tool and python module
Last version on pip is 0.1.2, 32 new commits arrived to this repo after this version, it will be nice if you can release new version and upload it to...
Maybe it's time to make a new release? 😊 * I upgraded _pyproject.toml_ with version requirements for python, and ran `poetry update` to bump everything to the latest version and...
More info on this option can be found here: https://linux.die.net/man/8/stow https://news.ycombinator.com/item?id=7927930
I often end up running dploy into a directory where some subset of the files I'm linking to already exist. I'm glad I get warnings about that, and that it...
I expect that blank likes would not effect the behavior of the .dploystowignore at all
Is there any interest in supporting type hints? From a package user's point of view, the high-level entry points could be annotated: With a stub dploy/\_\_init\_\_.pyi: ``` import pathlib from...
After linking dotfiles to junction dir they cannot be opened.
Treating a source file or folder named 'dot-prefix-something' is equivalent to a destination file or folder named '.prefix-something' https://man.archlinux.org/man/stow.8#dotfiles
`stow --target target source` (target dir is empty)then `stow -D --target target source` SAME as `dploy stow source target` then `dploy unstow source target` BUT `stow --target target source` **then...
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 1.0.0. Release notes Sourced from future's releases. v1.0.0 The new version number of 1.0.0 indicates that the python-future project, like Python 2, is now done....