Skip to content
forked from wslutilities/wslu

A collection of utilities for Windows 10 Linux Subsystems

License

Notifications You must be signed in to change notification settings

pgunasekara/wslu

 
 

Repository files navigation

wslu - A collection of utilities for WSL

GitHub license GitHub (pre-)release GitLab page Circle CI master Circle CI develop FOSSA Status Donate

This is a collection of utilities for Windows 10 Linux Subsystem, such as converting WSL path to Windows path or creating your favorite linux GUI application shortcuts on Windows 10 Desktop. Requires Windows 10 Creators Update.

Currently supported Distro:

  • Ubuntu
  • Ubuntu 16.04
  • Ubuntu 18.04
  • OpenSUSE
  • SUSE Linux Enterprise Server (SLES)
  • Debian GNU/Linux
  • Kali Linux
  • WLinux

Legacy Ubuntu is no longer supported.

Feature

wslusc This is a WSL shortcut creator to create a shortcut on your Windows 10 Desktop.

wslsys This is a WSL system information printer to print out some basic system information.

wslfetch This is a WSL Screenshoot Information Tool to print information in an elegant way.

wslupath This is a WSL Windows path Converter that can convert Windows path to other styles of path.

wslview This is a fake WSL browser that can help you open link in default Windows browser.

Installation

For WLinux

Preinstalled in WLinux.

For Ubuntu/Debian/Kali Linux

Run following commands:

sudo apt install apt-transport-https
wget -O - https://api.patrickwu.ml/public.key | sudo apt-key add -
echo "deb https://apt.patrickwu.ml/ stable main" | sudo tee -a /etc/apt/sources.list 
sudo apt update
sudo apt install wslu

Or you can download the .deb package from release and install it using sudo dpkg -i wslu*.

For OpenSUSE/SLES

sudo zypper ar https://rpm.patrickwu.ml/ ruapm
sudo zypper ref
sudo zypper in wslu

Or you can download the .rpm package from release and install it using sudo rpm -ivh "wslu*".

Contributing

Check CONTRIBUTING.md.

Code of Conduct

Check CODE_OF_CONDUCT.md.

License

This is free software; you can redistribute it and/or modify
it under the terms of the GNU GPL version 3 or (at your option) any later version.
There is NO warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

for long version, check LICENSE.

FOSSA Status

About

A collection of utilities for Windows 10 Linux Subsystems

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 94.2%
  • Makefile 2.9%
  • Visual Basic .NET 2.6%
  • Dockerfile 0.3%