Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Manage WSL (Windows Subsystem for Linux) with a graphical application
- Host: GitHub
- URL: https://github.com/emeric-martineau/wsl-gui-tool
- Owner: emeric-martineau
- License: apache-2.0
- Created: 2021-06-29T07:49:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T15:48:55.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:04:51.516Z (6 months ago)
- Topics: gui, linux, windows, wsl
- Language: Pascal
- Homepage:
- Size: 993 KB
- Stars: 87
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - emeric-martineau/wsl-gui-tool - Manage WSL (Windows Subsystem for Linux) with a graphical application (Pascal)
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.