Rashil Gandhi
Rashil Gandhi
PowerShell on Linux reads the .profile in login shells. When nvs.sh was sourced in the .profile, PowerShell was getting closed unexpectedly. This is a fix for that.
I'd like to add `cw` to package managers such as [Scoop](https://github.com/ScoopInstaller/Scoop). Would it possible to create release binaries? It is pretty straightforward to set up CD with GitHub Actions -...
**Is your feature request related to a problem? Please describe.** I see that media control on Linux has been implemented via MPRIS. It would be great to have this functionality...
The main README should contain some more details about what Fluent design is and why does it matter. The README should also state more clearly the purpose of this project/repository.
I ran the command `fvim --termcmd powershell`, here's the stacktrace: Exit code: 1 Exception message: neovim crashed nvim.exe: Unknown option argument: "--termcmd" More info with "nvim.exe -h" at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1433.Invoke(String message)...
A similar tool in Rust - [dust](https://github.com/bootandy/dust) - handles junctions correctly. Might be worth a look.
Cygwin and its good friend MSYS2 are very popular Unix-like distributions (Git for Windows uses MSYS2). I feel they're worth a mention (considering Cygwin is more than 26 years old...
Hi @julian-r! I'm planning to upgrade the `file` package in Scoop package manager. Currently it's stuck on a very old GnuWin32 build - https://github.com/ScoopInstaller/Main/blob/master/bucket/file.json I'd like to ask if there's...
Hey! I have a quick question (forgive me if this sounds stupid) - why hasn't anyone put ArchWSL in the Microsoft Store (or if it was there earlier, why was...
#### Description Support printing text on the right-hand-side of input line, commonly known as rprompt. Note that this is not officially available in PowerShell yet (see https://github.com/PowerShell/PowerShell/issues/17641) but this workaround...