Please note that this blog post will continuously updated. And the wsl2 system I used is Ubuntu22.04
- wslview > This is a tool that we can open file (images, html, document...) through software on windows.
- first, install wslview > type this command: sudo apt install wslview
- second, use it
> For example, create a text file
touch hello.txt
> and input something in hello.txt > then use it:wslview hello.txt
> then you can see that hello.txt will open in notebook.
Top comments (0)