Phillip Dykman
Phillip Dykman
Implemented the simple version of the [proposal](https://github.com/aspiers/stow/issues/4#issue-92171434) for feature #4. This should resolve simple file conflicts while stowing by moving them to an `.orig` copy in the file location and...
Please considering working in this direction at some point, if it is at all possible. Would be incredibly useful, especially over Bluetooth.
This is a simple adjustment for the git cwd command to use a relative path to the git root instead of an absolute path. It should keep the behavior identical,...
Addresses #24 #3 My primary motivation for this feature is that Obsidian uses webm as the [voice recording](https://help.obsidian.md/Plugins/Audio+recorder) format. I saw your concerns from #3, but the Obsidian recordings seem...
Quick implementation of a feature I've been missing from projects - a Trello-style checkbox task progress indicator in Board view A note with something like this: ``` - [ ]...
PR for #42, since that issue hasn't had any activity In addition to the proposal, the project setting disappears from the menu if Templater is disabled/not installed, as requested 
Quick PR to support custom storage options when opening repo using `git.PlainOpenWithOptions()` Would alleviate idiosyncracies like this one - having to replicate `git.PlainOpen()` logic just to pass `KeepDescriptors: true`: https://github.com/sourcegraph/zoekt/blob/e1cef6f2b4dc40a2075839273a729c26f9a61c27/gitindex/index.go#L588-L591