yadm
yadm copied to clipboard
Yet Another Dotfiles Manager
### Describe the bug In general, when I try to tab-autocomplete filenames when using yadm, it lags exceptionally bad to the point where I sometimes have to CTRL-C to do...
### What does this PR do? The --recursive switch was ignored when YADM clones a dotfile repository. This commit causes "yadm clone --recursive" to also clone submodules in one go,...
### What does this PR do? When running "yadm clone" from a subdirectory of $YADM_WORK, e.g. from $HOME/Music, YADM failed to populate its working context: The list of files returned...
### What does this PR do? Rename the `local_*` variables to `YADM_*` and export them so that hooks and bootstrap can use them. ### What issues does this PR fix...
### What does this PR do? This is a draft implementation for #283 to be able to play with something real. ### What issues does this PR fix or reference?...
### What does this PR do? This addition adds the functionality to query local internal yadm commands for the purposes of creating alt files easier. ### What issues does this...
### What does this PR do? Add links in the README ### Have [tests][1] been written for this change? No ### Have these commits been [signed with GnuPG][2]? No ---...
### Is your feature request related to a problem? Please describe. I'm frustrated when templating doesn't lead to the expected outcome, sometimes due to small typos in template syntax. ###...
_This feature request has been pulled out of Issue #69._ #### More explicit reporting of the status of encrypted files I think it'd help to have either a separate command...
### Describe the bug Yadm does not list the _actual_ file paths if updated paths are provided in the CLI. ### To reproduce ```sh ❯ yadm --yadm-dir /etc/yadm --yadm-data /etc/yadm...