Tuckr
Tuckr copied to clipboard
Super powered replacement for GNU Stow
I have some scripts in ~/.local/scripts that I manage with stow, but .local is used my many other applications Tuckr does not link them. Would be nice to extend the...
I love the idea of this tool, and I'm excited to try it out. A few of my configs failed to install because I didn't properly cleanup the links from...
The `DotfileGroup::map` is a function that applies another function to every file in a group's directory. But certain directories are special and need to avoid being symlinked, Right now tuckr...
You could use [clap complete](https://github.com/clap-rs/clap/tree/master/clap_complete) to generate shell completions.
While stow allows changing where to deploy dotfiles via flags tuckr does not, this makes so that one still needs stow to be installed on the system despite tuckr being...
GNU stow can do shallow symlinking i.e. if the directory is already present, it will symlink the files inside it, leaving the directory untouched. This allows other files to be...
There is some sort of path handling logic making the tests not pass even though symlinking still works fine on windows
Currently the unit tests do not test for the different flags which change the behavior of the `add` and `rm` implemented on `symlinks.rs`. The `hooks.rs` module mostly depends on `symlinks.rs`...
`ls-hooks` should print a table in the following format: | Group | Prehook | Posthook | | --- | --- | --- | | nvim | X | O |...
stop using SHA256 and instead use a more secure algorithm such as bcrypt, argon2d or argon2id. this is necessary to prevent user's password from being bruteforced.