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

ergo-dubito/wslu

 
 

Repository files navigation

wslu - A collection of utilities for WSL

Wiki GitHub license GitHub (pre-)release Travis branch FOSSA Status

This is a collection of utilities for Windows 10 Linux Subsystem, such as enabling sound in WSL 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

Legacy Ubuntu is no longer supporting.

Feature

wslusc This is a WSL shortcut creator to create 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 a elegant way.

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

wslview *(Experimental)*This is a wrapper for explorer.exe so that you can open website in your default browser in Windows.

Installation

Detailed installation is in Wiki/Installation.

For Ubuntu/Debian/Kali Linux

Run following commands:

sudo apt install lsb-release apt-transport-https
wget -O - https://api.patrickwu.ml/public.key | sudo apt-key add -
echo "deb https://apt.patrickwu.ml/ `lsb_release -c -s` 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*".

Surce Code

To install, just run the following command in the bash prompt: curl -o- https://raw.githubusercontent.com/patrick330602/wslu/master/extras/scripts/install.sh | bash

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.

FOSSA Status

About

A collection of utilities for Windows 10 Linux Subsystems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 95.8%
  • Visual Basic .NET 2.6%
  • Makefile 1.6%