Results 77 comments of Raph

> 2: refactor help text so that it shows up when you run tuckr -h from-stow (not just when you run the command itself) You didn't actually do this and...

Dotfiles targeting the root is still very new so not everything has been ironed out yet. If you're attempting to mess with files that are owned by root, it will...

I have some major ish refactor coming up that will change how I track symlink status internally and right after I will release 0.12.0, so this issue will have to...

You can try and start with one of these: - https://github.com/RaphGL/Tuckr/issues/74 - https://github.com/RaphGL/Tuckr/issues/83 Once you're comfortable, you can try one of these if you still feel up to it: -...

yeah, guilty as charged 💀 For that sort of thing I think what you want is integration tests. It's "kinda" what I'm doing by calling the `*_cmd` functions like a...

I'll have to take a look at this. My theory is that this is a problem with the validation. I never expected people to just symlink one file into another...

I'll still try to add this in there. I already plan on supporting detecting whether something needs root access anyway, so the program would figure out that it cannot go...

What are you planning to do? Also isn't the alternative I suggested more flexible than `TUCKR_ROOT` With that variable you would have to change this variable for each drive, but...

There's a TUCKR_HOME which has the highest priority for determining where things will be the "root" of your dotfiles. I did this hack because I would have to manually do...

Yes your assumptions are correct. I still don't see how TUCKR_ROOT would be better than `^c`. But you can go on and do that, changing between the 2 approaches should...