This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (114 loc) · 6.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<title>WSL Utilites</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="https://github.com/wslutilities/wslu/raw/master/extras/icon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/fira_code.css">
<link rel="stylesheet" href="style.css" />
<script src="index.js"></script>
<script async defer data-website-id="a38c1596-5c6f-49ee-979c-51da9e0967ce" src="https://analytics.wedotstud.io/honk.js"></script>
<body onload="site_init()">
<div id="container">
<div class="ui-titlebar">
<!--<div class="ui-titleicon"></div>-->
<div class="ui-titletext">Command Prompt</div>
<div class="ui-titlecontrols">
<button class="ui-btn minimize">
<svg x="0px" y="0px" viewBox="0 0 10.2 1">
<rect x="0" y="50%" width="10.2" height="1" /></svg>
</button><button class="ui-btn maximize">
<svg viewBox="0 0 10 10">
<path d="M0,0v10h10V0H0z M9,9H1V1h8V9z" /></svg>
</button><button class="ui-btn close">
<svg viewBox="0 0 10 10">
<polygon
points="10.2,0.7 9.5,0 5.1,4.4 0.7,0 0,0.7 4.4,5.1 0,9.5 0.7,10.2 5.1,5.8 9.5,10.2 10.2,9.5 5.8,5.1" />
</svg>
</button>
</div>
</div>
<!--
Unmaximize/restore
<svg viewBox="0 0 10.2 10.1"><path d="M2.1,0v2H0v8.1h8.2v-2h2V0H2.1z M7.2,9.2H1.1V3h6.1V9.2z M9.2,7.1h-1V2H3.1V1h6.1V7.1z" /></svg>
-->
<div id="content">
Microsoft Windows [<span alt="For unknown reasons, Windows 11 is still Version 10 lol">Version
10.0.xxxxx.xxxx</span>]<br />
(c) 2021 Microsoft Corporation. All rights reserved.<br /><br />
C:\Users\you> wsl<br />
<span class="unix_path"></span>
<span class="green">date</span> +%H:%M:%S
<br />
<span id="time"></span><br />
<span class="unix_path"></span>
<span class="green">cd</span> /data/sites/wslu
<br />
<span class="unix_path"></span>
<span class="green">pwd</span>
<br />
/data/sites/wslu<br />
<span class="unix_path"></span>
<span class="green">feh</span> logo.png
<br />
<img src="https://github.com/wslutilities/wslu/raw/master/extras/icon.png" height="80" alt="wslu logo" />
<br />
<span class="unix_path"></span>
<span class="green">cat</span> ./README
<br />
<h4># WSL Utilities</h4>
**<b>WSL Utilites</b>** is a collection of utilities for Linux Subsystem for Windows (WSL) that help you
get things done easily on WSL.
<br /><br />
- [Blog](<a class="white" href="https://blog.wslutiliti.es/">https://blog.wslutiliti.es/</a>)<br/>
- [Package Host](<a class="white" href="https://pkg.wslutiliti.es/">https://pkg.wslutiliti.es/</a>)
<br /><br />
* GitHub: <a class="white" href="https://github.com/wslutilities">wslutilities</a><br />
* Email: [email protected]<br />
* Mastodon: <a rel="me" class="white" href="https://fosstodon.org/@wslutilities">[email protected]</a><br />
* Reddit: <a class="white" href="https://reddit.com/r/wslutilities">r/wslutilities</a><br />
* Twitter: <a class="white" href="https://twitter.com/wslutilities">@wslutilities</a><br />
* IRC: <a class="white" href="https://web.libera.chat/#wslu">#wslu</a> on libera.chat<br />
* OpenCollective: <a class="white" href="https://opencollective.com/wslutilities">wslutilities</a>
<br /><br />
<span class="unix_path"></span>
<span class="green">cat</span> ./projects/wslu.md<br />
<h5>## wslu</h5>
<a class="cyan" href="/wslu">Wiki</a> <a class="cyan" href="https://github.com/wslutilities/wslu">GitHub</a>
<a class="cyan" href="https://launchpad.net/wslu">Launchpad</a>
<br /><br />
**<b>wslu</b>** is a collection of utilities for WSL, such as retriving
Windows environment variables or creating your favorite linux GUI application shortcuts on Windows
Desktop.
<br /><br />* Requires Windows 10 Creators Update.<br />* Some of the feature requires higher version of
Windows.<br />* Supports WSL2.
<br /><br />
<span class="unix_path"></span>
<span class="green">cat</span> ./projects/wslpy.md<br />
<h5>## wslpy</h5>
Documentation: <select onchange="nav_on_change()" class="select-wslpy-doc"></select> <a class="cyan"
href="https://github.com/wslutilities/wslpy">GitHub</a>
<br /><br />
<span class="gray"> > wslpy is still in development. the funcion calls will change
frequently.</span>
<br /><br />
This is a Python3 library for WSL specific tasks, and you can use it to do something amazing on
Python.
<br /><br />* Requires Python 3.5+.
<br /><br />
<span class="unix_path"></span>
<span class="green">cat</span> ./footer<br />
Souce code of this website is available on <a class="white"
href="https://github.com/wslutilities/website">GitHub</a>.<br />
Logo of WSL Utilities is licensed under a <a class="white"
href="http://creativecommons.org/licenses/by-nc/4.0/">CC
BY-NC 4.0 International License</a>.<br />
Background by <a class="white" href="https://unsplash.com/@callmepk">me</a> on <a class="white"
href="https://unsplash.com/">Unsplash</a>. <br /><br /><span class="copyleft">©</span> 2017-2022 <a
class="white" href="https://wslutiliti.es/">WSL Utilites</a><br /><span class="copyleft">©</span> 2013-2022 <a class="white" href="https://wedotstud.io">WE. Studio</a><br />
2007-2022 <a class="white" href="https://patrickwu.space">Patrick Wu</a><br />
</div>
</div>
</body>
</html>