Tuckr icon indicating copy to clipboard operation
Tuckr copied to clipboard

Super powered replacement for GNU Stow

Results 38 Tuckr issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement

You could use [clap complete](https://github.com/clap-rs/clap/tree/master/clap_complete) to generate shell completions.

enhancement
help wanted

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...

enhancement

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...

enhancement
help wanted

There is some sort of path handling logic making the tests not pass even though symlinking still works fine on windows

bug
good first issue

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`...

enhancement
help wanted
good first issue

`ls-hooks` should print a table in the following format: | Group | Prehook | Posthook | | --- | --- | --- | | nvim | X | O |...

enhancement
good first issue

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.

bug