-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stow feature parity #56
Comments
Technically tuckr is an alternative not a one to one drop-in for stow so we don't necessarily have to have the same options as long as we provide a reasonable alternative to it. I'm not entirely sure I want to add I don't have any reservations about adding those other flags. |
I think use cases for
As for Perhaps a |
Ok, I can do that I guess. If we're making a target option under the guise of "being able to deploy to different users' homes, then isn't an env variable worse than just a |
Using With an environment variable, the script can just assume that all of the commands just execute normally, without it, the script needs to take in its own variable, check if it's empty, and optionally use the |
I see. Yeah, the "intended" use case is to just use the program for ur own home dir and the root dir. But yeah, I can see that. |
I've just added TUCKR_HOME and TUCKR_TARGET. Here's the wiki entry on how to use it: https://github.com/RaphGL/Tuckr/wiki#overriding-the-default |
There's a few command line options that are present in stow that are functionally absent in tuckr:
--no/-n
: Dry run the operation and output what would occur--dir/-d
: Set the dotfile source directory to something other than the default--target/-t
: Set the dotfile destination dir to something other than the default. A potential solution to Feature: Allow dotfiles to target root #22 that does not require any additional group/folder idioms, though I do think being able to do it automatically based on group structure would still be useful.--verbose[=N]/-v
: Print out descriptions of what is happening, individual file linking, for example. Multiple levels could be used to also add in debug/trace info.--no-folding
: Described in Only symbolically link files #49I'm open to making PRs for some of these if wanted.
The text was updated successfully, but these errors were encountered: