deriver · @deriver
27 followers · 161 posts · Server fosstodon.org

Is Alacritty buggy on Windows? Some issues I encountered include:

- full window refresh (ie - flashes white) when leaving/entering an Alacritty window
- incorrect text rendering, especially when using special characters or complicated strings like regex expressions
- incorrect text/background highlighting when leaving applications like neovim
- (seemingly) slow performance at times compared to Windows Terminal
- unresponsive sessions

#terminal #windowsterminal #alacritty #nvim #neovim

Last updated 1 year ago

Andrew Leer · @leean00
2 followers · 90 posts · Server discuss.systems
mx · @mx
24 followers · 113 posts · Server typo.social

Anyone else's Windows Terminal becoming super slow after a few days of running? I'm still using WSL1 without actual kernel and it's still ridiculously slow after a while.

#wsl #windowsterminal

Last updated 1 year ago

SAPIENTech · @SAPIENTech
2 followers · 3 posts · Server techhub.social
avmakt · @avmakt
88 followers · 327 posts · Server snabelen.no

When you are the one packaging fonts for distribution at work, sometimes accidents happen.

Downloaded from github.com/rewtnull/amigafonts

#amiga #topaz #font #windowsterminal

Last updated 1 year ago

mdgrs · @mdgrs
126 followers · 255 posts · Server fosstodon.org

Windows Terminal (Preview) supports "shell integration" that enables shells to tell the terminal which part is a "prompt", a "command", or "output" by the escape sequences.

devblogs.microsoft.com/command

I made a script to add these escape sequences to your prompt while keeping your prompt customization. Just call this after the definition of your Prompt function to leverage some of the cool terminal features:

& PathTo/ShellIntegration.ps1

gist.github.com/mdgrs-mei/1599

#windowsterminal #powershell

Last updated 1 year ago

Jukka Snellman · @jukka
0 followers · 6 posts · Server dotnet.social

Feelings after 1 month of using for work development (mobile and .NET backend) instead of : iOS "Simulator" is much faster and more stable than emulator. Also just works, instead of crashing every 15 minutes. I do miss the (much better than anything I've found on Mac). Also for Mac is missing critical features. Currently using . Getting used to keyboard takes time, can't get HOME and END keys to work consistently.

#mac #windows #Android #docker #wsl2 #windowsterminal #visualstudio #jetbrainsrider

Last updated 1 year ago

mdgrs · @mdgrs
118 followers · 239 posts · Server fosstodon.org

This is for cycling lovers!๐Ÿšดโ€โ™€๏ธ

#powershell #windowsterminal

Last updated 1 year ago

mdgrs · @mdgrs
115 followers · 225 posts · Server fosstodon.org

TIL: Windows Terminal can show a progress indicator on the tab and taskbar with escape sequences.

This might be doing too much but by hooking PSConsoleHostReadLine and Prompt functions, you can make an automatic spinner for any command.

gist.github.com/mdgrs-mei/2444

#powershell #windowsterminal

Last updated 1 year ago

Brad Linder · @bradlinder
741 followers · 788 posts · Server fosstodon.org

Windows Terminal already supports tabs. Now, starting with version 1.18 (now in preview), it supports tab tearout, letting you move a tab into its own window. There's also experimental support for a right-click context menu, and other new features. devblogs.microsoft.com/command

#windowsterminal #windows #microsoft

Last updated 1 year ago

Andre Polykanine · @menelion
194 followers · 835 posts · Server dragonscave.space

One more tip. Remember I had four tabs open? However it was a bit inconvenient to remember which tab is which, thank gods JAWS announces a tab's number when you do Ctrl+Tab ("Open SSH Client, 2 of 4"). I knew that the second tab is my dump server. However, what if we could have meaningful titles? And you know what? We can! Press Ctrl+Shift+P to open command palette, start typing "rename", arrow down till you hear "Rename tab title...", type a new name and voilร ! You have meaningful tab names.
If you are not blind, it's even easier: you need to click the needed tab, then right-click and select Rename Tab.

#windowsterminal

Last updated 1 year ago

Andre Polykanine · @menelion
193 followers · 812 posts · Server dragonscave.space

I'm just excited about the fact that gave us blind folks the same abilities sighted people had for years. Now I'm running four tabs: a plain command line, a dump server, a refreshing RabbitMQ-based message queue and a MariaDB command-line interface, all in the same window, in a click of Ctrl+Tab.

#windowsterminal

Last updated 1 year ago

mdgrs · @mdgrs
100 followers · 167 posts · Server fosstodon.org
mdgrs · @mdgrs
97 followers · 155 posts · Server fosstodon.org

globalSummon action on the Windows Terminal is very handy, and it's still improving? Nice๐Ÿ‘

github.com/microsoft/terminal/

#windowsterminal

Last updated 2 years ago

mdgrs · @mdgrs
97 followers · 153 posts · Server fosstodon.org

Oh, it's cool if status bar is coming on Windows Terminal.

github.com/microsoft/terminal/

Until then, let's make our own with DynamicTitle PowerShell module๐Ÿ˜‰!

#powershell #windowsterminal

Last updated 2 years ago

karman · @rkarman
37 followers · 115 posts · Server mastodon.world

If you're curious: The bug is that if a string that identifies as a hyperlink ends at the exact line-width of the terminal, and the next line starts with valid characters for a hyperlink, those characters on the second line will be included in the link.

This is of course not correct behavior. ๐Ÿคทโ€โ™‚๏ธ

#windowsterminal

Last updated 2 years ago

karman · @rkarman
37 followers · 115 posts · Server mastodon.world

Ah, sweet, sweet life of being a "special snowflake" - when you find a bug in and you can't report it because your personal laptop (I'm out of office) is configured in ways that is not compatible with also being a Microsoft employee, so no path for submitting a bug works. ๐Ÿ˜…

Good thing you have random chat groups going outside of work, with people at least adjacent to the product in question, so you can bug (hah!) them about the bug anyway. ๐Ÿ˜œ

#windowsterminal

Last updated 2 years ago

Mike Griese · @zadjii
210 followers · 100 posts · Server mastodon.social

Today in the : I think I did it. I think that's the last PR ready to go. now I've just got a gauntlet of 6 code reviews to go through, but it works?

github.com/microsoft/terminal/

#windowsterminal

Last updated 2 years ago

Sasha · @ferrata
496 followers · 2447 posts · Server hachyderm.io

@ilmai I can't really work on Windows without with and

learn.microsoft.com/en-us/wind

ohmyposh.dev/

I am also a longtime user, but that's a different story.

#windowsterminal #powershell #OhMyPosh #farmanager

Last updated 2 years ago

mdgrs · @mdgrs
88 followers · 132 posts · Server fosstodon.org

@JamesDBartlett3 Windows Terminal has 'Title length' tab mode that automatically adjusts the tab width ๐Ÿ™Œ!!

#powershell #windowsterminal

Last updated 2 years ago