Re: WSL2 and bash - select all feature?

2020-06-12 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: WSL2 and bash - select all feature? @16, good notice.By the way, I tried out tmux and it helps to scroll fantastically so there is no need for me to copy that output so often anymore.VsCode terminal also lets to scroll through output beautifully and if you need to copy content

Re: WSL2 and bash - select all feature?

2020-06-11 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector
Re: WSL2 and bash - select all feature? Well, one thing I will add to this conversation is that you can also pipe things from a WSL terminal into the Windows clipboard. WSL has access to all of the same executables that are available in your Windows environment path, just remember that WSL

Re: WSL2 and bash - select all feature?

2020-06-11 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: WSL2 and bash - select all feature? @14No. It can't. Nothing inside the terminal has access to the host clipboard (that's true of everything, not just Windows). But you can use NVDA+f9/NVDA+f10 if it's all on a single screen. URL: https://forum.audiogames.net/post/540062/#p540062

Re: WSL2 and bash - select all feature?

2020-06-11 Thread AudioGames . net Forum — Developers room : Victorious via Audiogames-reflector
Re: WSL2 and bash - select all feature? @12 thanks, that does work. Does it support text selection? The usual keystrokes don't seem to do it. URL: https://forum.audiogames.net/post/540026/#p540026 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: WSL2 and bash - select all feature?

2020-06-10 Thread AudioGames . net Forum — Developers room : sanslash332 via Audiogames-reflector
Re: WSL2 and bash - select all feature? Hello!In my case to read output that is ofscreen caused by the scrolling I do this using jaws.First, left click in the bash window. Next, I can scroll the window with shift+pgUp or shift+pgDown. After the scroll, I use the jaws cursor to read

Re: WSL2 and bash - select all feature?

2020-06-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: WSL2 and bash - select all feature? @11It's ctrl+b, [.  It's like screen, ctrl+b is the send tmux a command keystroke, [ to enter scroll mode. URL: https://forum.audiogames.net/post/539603/#p539603 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: WSL2 and bash - select all feature?

2020-06-10 Thread AudioGames . net Forum — Developers room : Victorious via Audiogames-reflector
Re: WSL2 and bash - select all feature? Just tried tmux out and it doesn't seem to work for me.I typed `tmux` to get in. Then ctrl+b to try to activate scroll mode but it didn't seem to have done so. Arrow keys still make me scroll through my command history. Also, key echo with NVDA

Re: WSL2 and bash - select all feature?

2020-06-10 Thread AudioGames . net Forum — Developers room : Victorious via Audiogames-reflector
Re: WSL2 and bash - select all feature? Just tried tmux out and it doesn't seem to work for me.I typed `tmux` to get in. Then ctrl+b to try to activate scroll mode but it didn't seem to have done so. Arrow keys still make me scroll through my command history. Also, key echo no longer works

Re: WSL2 and bash - select all feature?

2020-06-10 Thread AudioGames . net Forum — Developers room : Victorious via Audiogames-reflector
Re: WSL2 and bash - select all feature? I had that same issue with not being able to scroll up and not being able to select all, will try tmux out.Btw, Vmware just released an updated version of workstation which adds support for Microsoft's Virtual Machine Platform, which means

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : kaigoku via Audiogames-reflector
Re: WSL2 and bash - select all feature? Have you tried piping commands to tee to essentially capture output in a text file? Although, since it's a virtual environment, don't know how that will behave with docker-compose, etc.docker-compose | tee log.txtI use tee and redirection a lot

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: WSL2 and bash - select all feature? @2, I discovered this possibility of selecting text as you mentioned with NVDA and mouse too, unfortunately, that's slow enough process when you read a lot output from terminal when compiling software through it. I have enabled ctrl+shift+c/v

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: WSL2 and bash - select all feature? Yeah, it's fine.  Tmux is just screen, but more user friendly. URL: https://forum.audiogames.net/post/539166/#p539166 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector
Re: WSL2 and bash - select all feature? Wow, I did not know about tmux. Is it completely accessible? URL: https://forum.audiogames.net/post/539158/#p539158 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: WSL2 and bash - select all feature? I am reasonably sure WSL2 requires hyper-v as well. URL: https://forum.audiogames.net/post/539121/#p539121 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector
Re: WSL2 and bash - select all feature? Also, I may switch to WSL2 for just the reason of being able to run docker, rather than what I have to do now, which is install docker desktop on my host windows machine, and connect to that docker daemon remotely from WSl. It works, but it took

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: WSL2 and bash - select all feature? You can solve the scrolling problem with tmux. Install it, type tmux to get in, then ctrl+b [ will put you in scroll mode and you can arrow/page up and down. URL: https://forum.audiogames.net/post/539103/#p539103 -- Audiogames-reflector mailing

Re: WSL2 and bash - select all feature?

2020-06-09 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector
Re: WSL2 and bash - select all feature? Hi, I have started using WSL in the past few months, I am a full stack web developer, and use Windows. As I am sure you learned like me, it can be rather frustrating to deal with a Windows environment when everything else is running in Unix. I have

WSL2 and bash - select all feature?

2020-06-03 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
WSL2 and bash - select all feature? Hello guys,I recently started to use Dockerized environment on my Windows via WSL2 and it works fine. I installed VSCode remote extension and now my code can be directly on Ubuntu instead of keeping it on Windows and accessing via mounted folders. Only