Results 11 issues of Raph

In your lfrc on line 95: ``` cmd zip %zip -r "$f" "$f"``` Should instead be: ``` cmd zip %zip -r "$f.zip" "$f"``` and on line 158: ``` map ab...

Very small change that removes the windows bias ('\\' is not a path separator on unix systems, this would result in the program erroring out on any of the file...

As of right now, there's no way of overriding language defaults. The website simply retrieves the preferred language from `window.navigator` and assigns it as the website's language. This should be...

Once the text file reaches something like 80 lines text starts becoming way too small and the intended effect reduces. I'd suggest making the zoom levels become fixed/capped at a...

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

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

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

Hey, I was going through the Examples page today and noticed that the text wasn't showing up correctly on one of the examples so I went through the entire page...

When tab is pressed instead of inserting a tab or x number of spaces where the cursor is it instead tabs over to the next items in the webpage. This...

bug
help wanted