Simple utilities for a better experience in WSL
Find a file
Fernando Schauenburg 47ae86cac0 Add start script
2022-01-21 11:51:24 +01:00
bin Add start script 2022-01-21 11:51:24 +01:00
README.md Add start script 2022-01-21 11:51:24 +01:00

WSL Helpers

These are small scripts to help with living in the WSL on Windows. Mostly wrappers to easily run Windows executables without having to hunt down the full path to the binaries.

Scripts

  • explorer: open current directory in Windows Explorer
  • ipfonfig: use Windows' ipconfig command, WSL does not provide or support ifconfig (kind of redundant because we can use ip in the WSL but keeping it here anyway for convenience)
  • wsl: use the WSL to WSL the WSL.
  • start: start tmux as a sub-process of ssh-agent and attach to the main session, creating it if not existent.