SnirBroshi
SnirBroshi
Demoralized by Windows https://github.com/isaacs/rimraf/commit/37b44153729aefb6f42d9d897aa66b5a9ba5aacc
[EternalJukebox comment](https://github.com/UnderMybrella/EternalJukebox/blob/9fd8b2452eb69151456b29b96fd876bbc5bc9276/_web/_includes/go-js.html#L3-L5) at the top of the code. ```js // This code will make you cry. ```
A picture is worth a thousand commits https://github.com/git/git/pull/1098
To clarify with an example, if we suppose for a second that English is RTL, then the text `ABC DE, FG-HI` appears as `ED CBA ,GF-IH` while it should appear...
ueli just calls Electron's [`electron.shell.showItemInFolder`](https://www.electronjs.org/docs/api/shell#shellshowiteminfolderfullpath), so you should [open an issue for Electron](https://github.com/electron/electron) and link it here. I've checked and no one reported it so far. Also, I didn't know...
I've investigated this, and the way Explorer++ sets itself as default is to first add a context menu entry for folders called `Open In Explorer++` the same way VSCode or...
@juanpicado Awesome, I opened a PR About the template, I suggest adding a new issue template (in `/.github/ISSUE_TEMPLATE/`) for issues about docs, what do you think? Also the link for...
Examples of existing apps which would benefit from this feature: - [sublime-text](https://github.com/lukesampson/scoop-extras/blob/b0d13cbb96a8db7ba675650a462a8bdda4733803/bucket/sublime-text.json#L9) > "notes": "Add Sublime Text as a context menu option by running: \"reg import '$dir\\install-context.reg'\"", - [python](https://github.com/ScoopInstaller/Main/blob/9d287cc915d4afa27f7ba06247d4c1e12cff9ce1/bucket/python.json#L6) >...
For reference, this is how Chocolatey does this: https://chocolatey.org/docs/how-to-parse-package-parameters-argument `choco install git --params="'/GitAndUnixToolsOnPath /NoAutoCrlf'"`
Very related to #3769