mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
ec3fa2b33a
To make the release process a bit smoother and prevent a freeze of the master process while review candidates are out, this will put the master in a perpetual development state. This should make it clear to everyone that the official source for releases is always the tagged branch and make it possible to release new versions completely independently. Since versions are bumped after each release, this makes it so the release branches do not have to get merged back into the master branch to show the correct development version.
83 lines
2.5 KiB
Groff
83 lines
2.5 KiB
Groff
.TH ALACRITTY "1" "August 2018" "alacritty 0.4.1-dev" "User Commands"
|
|
.SH NAME
|
|
alacritty \- a cross-platform, gpu-accelerated terminal emulator
|
|
.SH "SYNOPSIS"
|
|
alacritty [FLAGS] [OPTIONS]
|
|
.SH DESCRIPTION
|
|
Alacritty is a terminal emulator with a strong focus on simplicity and
|
|
performance. With such a strong focus on performance, included features are
|
|
carefully considered and you can always expect Alacritty to be blazingly fast.
|
|
By making sane choices for defaults, Alacritty requires no additional setup.
|
|
However, it does allow configuration of many aspects of the terminal.
|
|
.SH "FLAGS"
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Prints help information
|
|
.TP
|
|
\fB\-\-hold\fR
|
|
Remain open after child process exits
|
|
.TP
|
|
\fB\-\-live\-config\-reload\fR
|
|
Enable automatic config reloading
|
|
.TP
|
|
\fB\-\-no\-live\-config\-reload\fR
|
|
Disable automatic config reloading
|
|
.TP
|
|
\fB\-\-persistent\-logging\fR
|
|
Keep the log file after quitting Alacritty
|
|
.TP
|
|
\fB\-\-print\-events\fR
|
|
Print all events to stdout
|
|
.TP
|
|
\fB\-q\fR
|
|
Reduces the level of verbosity (the min level is \fB\-qq\fR)
|
|
.TP
|
|
\fB\-\-ref\-test\fR
|
|
Generates ref test
|
|
.TP
|
|
\fB\-v\fR
|
|
Increases the level of verbosity (the max level is \fB\-vvv\fR)
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Prints version information
|
|
.SH "OPTIONS"
|
|
.TP
|
|
\fB\-\-class\fR [ <instance> | <instance>,<general> ]
|
|
Defines the window class hint on Linux [default: Alacritty,Alacritty ]
|
|
.TP
|
|
\fB\-e\fR, \fB\-\-command\fR <command>...
|
|
Command and args to execute (must be last argument)
|
|
.TP
|
|
\fB\-\-config\-file\fR <config\-file>
|
|
Specify alternative configuration file [default: $XDG_CONFIG_HOME/alacritty/alacritty.yml]
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-dimensions\fR <columns> <lines>
|
|
Defines the window dimensions. Falls back to size specified by window manager if set to 0x0 [default: 0x0]
|
|
.TP
|
|
\fB\-\-position\fR <x-pos> <y-pos>
|
|
Defines the window position. Falls back to position specified by window manager if unset [default: unset]
|
|
.TP
|
|
\fB\-t\fR, \fB\-\-title\fR <title>
|
|
Defines the window title [default: Alacritty]
|
|
.TP
|
|
\fB\-\-embed\fR <parent>
|
|
Defines the X11 window ID (as a decimal integer) to embed Alacritty within
|
|
.TP
|
|
\fB\-\-working\-directory\fR <working\-directory>
|
|
Start the shell in the specified working directory
|
|
.SH "SEE ALSO"
|
|
See the alacritty github repository at https://github.com/jwilm/alacritty for the full documentation.
|
|
.SH "BUGS"
|
|
Found a bug? Please report it at https://github.com/jwilm/alacritty/issues.
|
|
.SH "AUTHORS"
|
|
Maintainers:
|
|
.sp
|
|
.RS 4
|
|
.ie n \{\
|
|
\h'-04'\(bu\h'+03'\c
|
|
.\}
|
|
.el \{\
|
|
.sp -1
|
|
.IP \(bu 2.3
|
|
.\}
|
|
Joe Wilm <joe@jwilm.com>
|