Migrar de novo para gitea 🙏

This commit is contained in:
2025-12-25 04:35:39 -03:00
parent 9d45b0adde
commit 6eab2ae945
237 changed files with 18444 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
title: "Open your Windows Files with WSL using Windows Explorer"
date: 2023-11-05T11:00:00-03:00
draft: false
tags: ['wsl', 'linux', 'explorer', 'net-6.0']
---
Hi! I just created a project from opening your Windows Files, from Windows Explorer, with a context menu action. The project is hosted at [Github](https://github.com/developerbedoya/OpenWithWSL). Basically, you first need to install WSL and your preferred distro, compile the .NET 6.0 project from Windows and execute it the first time using the `--register` flag:
```cmd
OpenWithWSL.exe --register
```
And you can now left-click in any file and open it with WSL:
![Open with WSL Context Menu](/images/open-with-wsl-context-menu.png)