man: added man page for windows terminal
This commit is contained in:
parent
c1e9bb32ce
commit
1baac5aee9
1 changed files with 47 additions and 0 deletions
47
man/wt.1
Normal file
47
man/wt.1
Normal file
|
@ -0,0 +1,47 @@
|
|||
.Dd $Mdocdate$
|
||||
.Dt WT 1
|
||||
.Os MICROSOFT WINDOWS
|
||||
.Sh NAME
|
||||
.Nm wt
|
||||
launch Windows Terminal from WSL.
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl hv
|
||||
.Op Fl f|F|M
|
||||
.Op Fl -pos Ar x,y
|
||||
.Op Fl -profile Ar name
|
||||
.Op Fl -size Ar c,r
|
||||
.Op Ar commandline
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a Linux wrapper for Windows Terminal. Its options are as follows:
|
||||
.Bl -tag -width Ds
|
||||
.It Fl h , Fl -help
|
||||
Opens a dialog displaying help information.
|
||||
.It Fl e
|
||||
Launches the program with administrator privileges.
|
||||
.It Fl f , Fl -focus
|
||||
Launches the program with no title or tab bar.
|
||||
.It Fl F , Fl -fullscreen
|
||||
Launches the program in fullscreen mode. Conflicts with
|
||||
.Fl -maximized .
|
||||
.It Fl M , Fl -maximized
|
||||
Launches the program in a maximized window. Conflicts with
|
||||
.Fl -fullscreen .
|
||||
.It Fl -pos Ar x,y
|
||||
Launches the program at the given screen position.
|
||||
.It Fl -profile Ar name
|
||||
Launches the profile with the given
|
||||
.Ar name
|
||||
.
|
||||
.It Fl -size Ar c,r
|
||||
Launches the program with the given size in columns and rows respectively.
|
||||
.It Fl v , Fl -version
|
||||
Opens a dialog displaying version information.
|
||||
.It Ar commandline
|
||||
Attempt to run the given Windows command as the command line.
|
||||
.El
|
||||
.Sh BUGS
|
||||
The official documentations (online and via
|
||||
.Fl h )
|
||||
contain a variety of errors, including deprecated/unsupported flags, and subcommands, which do not work.
|
Loading…
Reference in a new issue