1
0
mirror of https://github.com/mintty/wsltty.git synced 2024-10-05 18:31:04 +01:00

improve description of installed shortcuts and scripts for invocation

This commit is contained in:
mintty 2019-09-12 00:00:00 +02:00
parent 66768d2ab4
commit d8ec165954
2 changed files with 8 additions and 8 deletions

View File

@ -93,15 +93,15 @@ Workaround:
#### Start Menu and Desktop shortcuts #### #### Start Menu and Desktop shortcuts ####
In the Start Menu, the following shortcuts are installed: In the Start Menu, the following shortcuts are installed:
* For each installed WSL distribution D, D` Terminal` to start in the WSL user home * Shortcut <img align=absmiddle height=40 src=tux1.png>`WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`)
* `WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`) * For each installed WSL distribution, for example `Ubuntu`, a shortcut <img align=absmiddle height=40 src=ubuntu1.png>`Ubuntu Terminal` to start in the WSL user home
In the Start Menu subfolder WSLtty, the following shortcuts are installed: In the Start Menu subfolder WSLtty, the following additional shortcuts are installed:
* For each installed WSL distribution D, D` Terminal %` to start in the Windows %USERPROFILE% home * Shortcut <img align=absmiddle height=40 src=tux1.png>`WSL Terminal %` to start the default WSL distribution in the Windows %USERPROFILE% home
* `WSL Terminal %` to start the default WSL distribution in the Windows %USERPROFILE% home * For each installed WSL distribution, for example `Ubuntu`, a shortcut <img align=absmiddle height=40 src=ubuntu1.png>`Ubuntu Terminal %` to start in the Windows %USERPROFILE% home
One Desktop shortcut is installed: One Desktop shortcut is installed:
* `WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`) * Shortcut <img align=absmiddle height=40 src=tux1.png>`WSL Terminal` to start the default WSL distribution (as configured with the Windows tool `wslconfig`)
Other, distribution-specific shortcuts can be copied to the desktop Other, distribution-specific shortcuts can be copied to the desktop
from the Start Menu if desired. from the Start Menu if desired.
@ -117,8 +117,8 @@ in order to create the respective set of shortcuts in the Start menu.
WSLtty installs the following scripts into `%LOCALAPPDATA%\Microsoft\WindowsApps` WSLtty installs the following scripts into `%LOCALAPPDATA%\Microsoft\WindowsApps`
(and a copy in its application folder `%LOCALAPPDATA%\wsltty`): (and a copy in its application folder `%LOCALAPPDATA%\wsltty`):
* For each installed WSL distribution D, D`.bat` to start in the current folder/directory * For each installed WSL distribution, e.g. Ubuntu, command script `Ubuntu.bat` to start in the current folder/directory
* For each installed WSL distribution D, D`~.bat` to start in the WSL user home * For each installed WSL distribution, e.g. Ubuntu, command script `Ubuntu~.bat` to start in the WSL user home
* `WSL.bat` and `WSL~.bat` to start the default WSL distribution * `WSL.bat` and `WSL~.bat` to start the default WSL distribution
Given that `%LOCALAPPDATA%\Microsoft\WindowsApps` is in your PATH, Given that `%LOCALAPPDATA%\Microsoft\WindowsApps` is in your PATH,

BIN
ubuntu1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB