1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-31 02:01:01 +00:00

separators

This commit is contained in:
mintty 2018-04-19 07:42:45 +02:00 committed by GitHub
parent df054073ef
commit 55c034ec66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ WSLtty components
* optional context menu entries for Windows Explorer to start WSL terminals in the respective folder * optional context menu entries for Windows Explorer to start WSL terminals in the respective folder
* install/uninstall context menu items from Start Menu subfolder `WSLtty` * install/uninstall context menu items from Start Menu subfolder `WSLtty`
---
### Installation from this repository ### ### Installation from this repository ###
#### WSLtty installer ([Download](https://github.com/mintty/wsltty/releases) standalone installation) #### #### WSLtty installer ([Download](https://github.com/mintty/wsltty/releases) standalone installation) ####
@ -49,10 +51,12 @@ invoke one of
* `choco install wsltty` * `choco install wsltty`
* `choco upgrade wsltty` * `choco upgrade wsltty`
#### Windows Appx package #### #### Windows UWP Appx package ####
under preparation under preparation
---
### Invocation ### ### Invocation ###
WSLtty can be invoked with WSLtty can be invoked with
@ -63,6 +67,8 @@ WSLtty can be invoked with
Starting the mintty terminal directly from the WSLtty installation location Starting the mintty terminal directly from the WSLtty installation location
is discouraged because that would bypass essential options. is discouraged because that would bypass essential options.
---
### Configuration ### ### Configuration ###
#### Start Menu and Desktop shortcuts #### #### Start Menu and Desktop shortcuts ####
@ -141,6 +147,8 @@ you may append a shell pathname and an optional `-l` parameter
to the mintty invocation (in shortcuts, scripts, or context menu entries): to the mintty invocation (in shortcuts, scripts, or context menu entries):
* `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" /bin/bash -l` * `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" /bin/bash -l`
---
### Components and Credits ### ### Components and Credits ###
For mintty, see the [Mintty homepage](http://mintty.github.io/) For mintty, see the [Mintty homepage](http://mintty.github.io/)