Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emeric-martineau/wsl-gui-tool

Manage WSL (Windows Subsystem for Linux) with a graphical application
https://github.com/emeric-martineau/wsl-gui-tool

gui linux windows wsl

Last synced: about 2 months ago
JSON representation

Manage WSL (Windows Subsystem for Linux) with a graphical application

Awesome Lists containing this project

README

        

# WSL GUI tool

Windows Subsystem for Linux 2 is amazing feature of Windows that allow you run native Linux application. For more details, please read [WSL Official documentation](https://docs.microsoft.com/windows/wsl/about).

WSL GUI Tool allow you to manage WSL features with GUI and not by command line.

You can:
* start/stop a distribution
* rename distribution
* delete distribution
* change flag of distribution
* edit default environment variables
* export/import distribution

## Installation

Just download executable file in release github section.

## Screenshot

![Main window](images/screenshot/mainwindow.jpg)

![Distribution properties window](images/screenshot/distributionproperties.jpg)

## Documenation

See [DOCUMENTATION.md](./DOCUMENTATION.md)

## How to build?

You need install [Lazarus 2.0.12](https://www.lazarus-ide.org/) (fpc-3.2.0-win64) and Windows 10 64 bits.