Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix br --notepad for WSL #109

Open
pfuntner opened this issue Apr 9, 2024 · 0 comments
Open

fix br --notepad for WSL #109

pfuntner opened this issue Apr 9, 2024 · 0 comments

Comments

@pfuntner
Copy link
Owner

pfuntner commented Apr 9, 2024

Now that I've started using WSL, br --notepad is broken: the WSL file space isn't immediately available to Windoze. However, I could make use of the wsl command:

wsl cat /FULL/PATH/TO/WSL/FILE > WINDOZE_TMP_SPACE

And from there, launch Notepad.

I likely need to run that above command from Windoze:

/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -Command 'Get-DnsClientGlobalSetting | Select-Object -ExpandProperty SuffixSearchList'
cisco.com
[jpfuntne@jcp-20230922 07:26:52 ~]$

I might also need a special file space for files and some sort of automated daily cleanup either with cron or built into br.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant