We love pull requests from everyone. By participating in this project, you agree to abide by Code of Conduct.
ATTENTION!
Built-in versions of wslu in Ubuntu are no longer supported by me.
If you have problems, please check whther you are using the PPA version of wslu. If not, please report to the Ubuntu WSL team; However, the PPA version of wslu will address most issue that come from the built-in version.
Run the following to get started:
git clone --recursive --branch dev/master https://github.com/wslutilities/wslu.git
./configure.sh
make
sudo make res_install
wslu
|-src
| |-etc
| | |-wslview.desktop: XDG-style app definition for wslview
| | |-wsl.ico: legacy default icon for wslusc
| | |-wsl-gui.ico: default icon for wslusc GUI shortcut
| | |-wsl-term.ico: default icon for wslusc cli shortcut
| | |-sudo.ps1: helper script for wslgsu
| | |-get_dpi.ps1: helper script for dpi function in wslsys
| | |-wslsc-helper.sh: helper script for wslusc on WSL side
| | \-runHidden.vbs: helper script for wslusc on Windows side
| |-wslu-header: Header file of all script
| \-<components>.sh: Components of script
|-tests: location for script tests
\-extras
|-bats: testing utility
|-scripts: scripts
\-build
|-debian: files for building .deb
|-rpm: files for building .rpm
| |-copr: COPR specific files (for Fedora Only)
\-obs: OBS specific files (Other RPM-based distros)
|-arch: files for building Arch Linux packages
\-alpine: files for building Alpine Linux packages
configure.sh
is the script to complete some preprocessing task for both developing and packaging building.
Following parameter is available for developing:
-e, --env
-- Environment Check, check whether it is using Fake WSL Environment, normal Linux or WSL.-p, --prsh
-- Check Status ofpowershell.exe
.-P, --pkg
-- Install Needed Packages required by your system for building.
Following parameter is available for package building:
--build
-- helper to add the version to wslu header.--deb <distro>
-- preprocessing script for deb packages.<distro>
should be version code name likebionic
,stable
,kali-rolling
orbuster
.--rpm
-- preprocessing script for rpm packages.
- run
make
to build executables toout
folder and manages toout-docs
folder. - run
make doc
to build manpage only. - run
make clean
to removeout
andout-docs
folder. - run
make test
to run tests. - run
make install
to install. - run
make res_install
to install just resources. - run
make uninstall
to uninstall. - run
cd extras/scripts && ./builder-docs.sh
to build docs togendocs
.
Pass necessary environment variables if necessary. The default installation is in /usr
folder:
DESTDIR
: You can change the destination installation folder. It is empty by default.PREFIX
: You can change the prefix for where to install. It is/usr
by default.
For contributing, there are several functions and variables built-in the header that can be used accross all utility source files.
- Base util information:
wslu_util_fullpath
- the full path to utilitywslu_util_name
- current utility namewslu_version
- wslu version, written byVERSION
wslu_prefix
- the locationwslu
installed to, written by thePREFIX
during the make.wslu_dest_dir
- the locationwslu
installed to, written by theDESTDIR
during the make.wslu_debug
- the variable used for calling utility across. This will allow calling the--debug
option for otherwslu
utilities inside script easier.
- Formatting:
black
,red
,green
,brown
,blue
,purple
,cyan
,yellow
,white
,dark_gray
,light_red
,light_green
,light_blue
,light_purple
,light_cyan
,light_gray
,orange
,light_orange
,deep_purple
,bold
,reset
- Indicator:
info
,input_info
,error
,warn
- Windows Builds:
BN_APR_EIGHTEEN
- Windows 10 Version 1803, Redstone 4, April 2018 UpdateBN_OCT_EIGHTEEN
- Windows 10 Version 1809, Redstone 5, October 2018 UpdateBN_MAY_NINETEEN
- Windows 10 Version 1903, 19H1, May 2019 UpdateBN_NOV_NINETEEN
- Windows 10 Version 1909, 19H2, November 2019 UpdateBN_MAY_TWENTYTY
- Windows 10 Version 2004, 20H1, May 2020 UpdateBN_OCT_NINETEEN
- Windows 10 Version 20H2, Windows 10 October 2020 UpdateBN_MAY_TWNETONE
- Windows 10 Version 21H1, Windows 10 May 2021 UpdateBN_NOV_TWENTONE
- Windows 10 Version 21H2, Windows 10 November 2021 UpdateBN_ELEVEN_21H2
- Windows 11 Version 21H2
Note:
baseexec_gen
andvar_gen
are used for headers only, thus not showing here.
-
debug_echo <debug information>
Will print debug information when pass
--debug
in the utility. -
error_echo <error information> <error code>
Will print error information and return error code. For details of the error code standard for
wslu
, please check here. -
help
Get help print-out.
-
version
Get version print-out.
-
double_dash_p
Replace the
\
to\\
-
interop_prefix
Return the root folder for the mounted drives.
-
sysdrive_prefix
Return the location of the system drive.
-
wslu_get_build
Return the Windows build number.
-
wslu_get_wsl_ver
Return the WSL version used for the current distribution.
-
chcp_com <codepage>
Set the Codepage by calling
chcp.com
-
winps_exec <command>
Execute powershell commands by calling Windows PowerShell.
-
cmd_exec <command>
Execute cmd commands by calling
cmd.exe
-
wslu_function_check <function_name>
Check whether a function exists.
-
wslu_file_check <check_location> <file>
Check whether a file exist in the corresbonding location. If not, it will copy from the source folder (
/<PREFIX>/share/wslu
). -
wslpy_check
Check whether
wslpy >= 0.1.0
is installed.
wslu
use bats for testing. Please refer to its guide to write tests.
Make sure that the codes changed are tested.
Then create Pull requests here.
We also welcome financial contributions in full transparency on our open collective. Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.
Thank you to all the people who have already contributed to wslu!
Thank you to all our backers! [Become a backer]
Thank you to all our sponsors! (please ask your company to also support this open source project by becoming a sponsor)