Github Copilot in Windows Terminal
Github Copilot in Windows Terminal

Intro Github Copilot is an awesome tool, that I use in JetBrains Rider and VS Code and recently I found out, that Copilot can be used in CLI aswell. Let me show you how to set it up. Installation Install github cli This depends on what packaging software you use. For full list of choices... » read more

Windows Terminal – pasting multiline string
Windows Terminal – pasting multiline string

Intro When trying to paste multilne text in Windows Terminal, you might get following warning message When you hit Paste anyway, terminal will accually execute your clipboard content line by line, and that won’t produce what we want in most cases. Solution The solution is really simple. Open up the settings and in bottom left... » read more