Anders

Results 162 comments of Anders

I recently had the issue where I was missing the unlink command, though it should probably be called `clean`. The following would be able to find all files in `home/`...

Good idea! Added to the new features list :-)

During the last month I have been running with the new "check dirty working copy" feature and find it quite useful, if it weren't for the delay when checking the...

> I personally find it useful to have a single command. Fair enough, my frustration just stems from that it is sooo slow :-) > I think adding a --local-only...

> We would just need to switch that since currently if a castle is (`ahead` or `behind`) and modified we show (`ahead` or `behind`). Oh, right :-) I actually think...

Yes, that would be useful I suppose. It is covered a little by the long-standing #28. How does homesick know which files to unlink. Does it iterate through the repo...

Definitely don't delete the `.pulse/` dir first otherwise you kill your data! :-) I'd do this (and this will probably be along the lines of how the `unlink` command will...

The tests for this addition need to be very thorough since a bug in the handling of this could screw things up in all kinds of ways. To put it...

Hold on, this is actually really simple. - The root folder won't ever be traversed because it's not in `home/` - To exclude `.git` files only [the find command](https://github.com/andsens/homeshick/blob/5e603aeaf359a2f4094ebe254f01bc5a8056abd8/utils/fs.sh#L14) should...

Oh boy, yup I get to the same conclusion. I don't think there's a way to figure out with which version a git submodule was added. As far as I...