1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: update for 20230408-112425-69ae8472 release

This commit is contained in:
Wez Furlong 2023-04-08 15:01:26 -07:00
parent 69ae847273
commit f535c5bdc0
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
35 changed files with 56 additions and 46 deletions

View File

@ -4,7 +4,7 @@ import os
import re
import sys
NIGHTLY = '20230326-111934-3666303c'
NIGHTLY = '20230408-112425-69ae8472'
SINCE = re.compile("\{\{since\('nightly'", re.MULTILINE)
@ -19,3 +19,11 @@ for p in ["docs/**/*.md", "docs/**/*.markdown"]:
with open(filename, "w") as f:
f.truncate()
f.write(adjusted)
SCHEME_DATA = 'docs/colorschemes/data.json'
with open(SCHEME_DATA, 'r') as f:
content = f.read()
with open(SCHEME_DATA, 'w') as f:
content = content.replace("nightly builds only", NIGHTLY)
f.truncate()
f.write(content)

View File

@ -21,6 +21,8 @@ usually the best available version.
As features stabilize some brief notes about them will accumulate here.
### 20230408-112425-69ae8472
#### Changed
* macOS: Japanese IME users: CTRL-modified keys are no long routed to the IME
by default, as it introduced problems with CTRL-key combinations for other users.

View File

@ -1,6 +1,6 @@
# `wezterm cli get-pane-direction DIRECTION`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
*Run `wezterm cli get-pane-direction --help` to see more help*

View File

@ -1,6 +1,6 @@
# `wezterm cli rename-workspace NEW-NAME`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
*Run `wezterm cli rename-workspace --help` to see more help*

View File

@ -1,6 +1,6 @@
# `wezterm cli set-tab-title TITLE`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
*Run `wezterm cli set-tab-title --help` to see more help*

View File

@ -1,6 +1,6 @@
# `wezterm cli set-window-title TITLE`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
*Run `wezterm cli set-window-title --help` to see more help*

View File

@ -9117,7 +9117,7 @@
"name": "Ef-Autumn",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-autumn-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9157,7 +9157,7 @@
"name": "Ef-Bio",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-bio-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9197,7 +9197,7 @@
"name": "Ef-Cherie",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-cherie-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9237,7 +9237,7 @@
"name": "Ef-Dark",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-dark-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9277,7 +9277,7 @@
"name": "Ef-Spring",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-spring-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9317,7 +9317,7 @@
"name": "Ef-Summer",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-summer-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9357,7 +9357,7 @@
"name": "Ef-Trio-Dark",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-trio-dark-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9397,7 +9397,7 @@
"name": "Ef-Trio-Light",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-trio-light-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9437,7 +9437,7 @@
"name": "Ef-Tritanopia-Dark",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-tritanopia-dark-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -9477,7 +9477,7 @@
"name": "Ef-Winter",
"origin_url": "https://git.sr.ht/~protesilaos/ef-themes/tree/main/item/ef-winter-theme.el",
"prefix": "e",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -13091,7 +13091,7 @@
"name": "Gruvbox Material (Gogh)",
"origin_url": "https://github.com/Gogh-Co/Gogh",
"prefix": "g",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -18218,7 +18218,7 @@
"name": "Modus-Operandi",
"origin_url": "https://git.sr.ht/~protesilaos/modus-themes/tree/main/item/modus-operandi-theme.el",
"prefix": "m",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{
@ -18258,7 +18258,7 @@
"name": "Modus-Vivendi",
"origin_url": "https://git.sr.ht/~protesilaos/modus-themes/tree/main/item/modus-vivendi-theme.el",
"prefix": "m",
"wezterm_version": "nightly builds only"
"wezterm_version": "20230408-112425-69ae8472"
}
},
{

View File

@ -1,6 +1,6 @@
# `tab:activate()`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Activates (focuses) the tab.

View File

@ -1,6 +1,6 @@
# `tab:active_pane()`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
A convenience accessor for returning the active pane in the tab.

View File

@ -126,7 +126,7 @@ end)
return config
```
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
The `tty_name` field returns the tty name with the same constraints as described
in [pane:get_tty_name()](pane/get_tty_name.md).

View File

@ -5,7 +5,7 @@ tags:
---
# `display_pixel_geometry = "RGB"`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Configures whether subpixel anti-aliasing should produce either `"RGB"` or
`"BGR"` ordered output.

View File

@ -26,7 +26,7 @@ The value is a list of rule entries. Each entry has the following fields:
is `0`, highlighting the entire region of text matched by the regex. `1`
would be the first capture group, and so on.
{{since('nightly', outline=True)}}
{{since('20230408-112425-69ae8472', outline=True)}}
The regex syntax now supports backreferences and look around assertions.
See [Fancy Regex Syntax](https://docs.rs/fancy-regex/latest/fancy_regex/#syntax)
for the extended syntax, which builds atop the underlying

View File

@ -4,7 +4,7 @@ tags:
---
# `integrated_title_button_alignment = "Right"`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Configures the alignment of the set of window management buttons when
`window_decorations = "INTEGRATED_BUTTONS|RESIZE"`.

View File

@ -4,7 +4,7 @@ tags:
---
# `integrated_title_button_color = "Auto"`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Configures the color of the set of window management buttons when
`window_decorations = "INTEGRATED_BUTTONS|RESIZE"`.

View File

@ -4,7 +4,7 @@ tags:
---
# `integrated_title_button_style = STYLE`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Configures the visual style of the tabbar-integrated titlebar button
replacements that are shown when `window_decorations =

View File

@ -4,7 +4,7 @@ tags:
---
# `integrated_title_button_style = BUTTONS`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Configures the ordering and set of window management buttons to show when
`window_decorations = "INTEGRATED_BUTTONS|RESIZE"`.

View File

@ -4,7 +4,7 @@ tags:
---
# `macos_forward_to_ime_modifier_mask = "SHIFT"`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
On macOS systems, this option controls whether modified key presses are
routed via the IME when [use_ime = true](use_ime.md).

View File

@ -17,7 +17,7 @@ config.quick_select_patterns = {
}
```
{{since('nightly', outline=True)}}
{{since('20230408-112425-69ae8472', outline=True)}}
The regex syntax now supports backreferences and look around assertions.
See [Fancy Regex Syntax](https://docs.rs/fancy-regex/latest/fancy_regex/#syntax)
for the extended syntax, which builds atop the underlying

View File

@ -4,7 +4,7 @@ tags:
---
# `serial_ports = {}`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Define a list of serial port(s) that you use regularly.
Each entry defines a `SerialDomain` with the following fields:

View File

@ -10,7 +10,7 @@ Configures SSH multiplexing domains. [Read more about SSH Domains](
This option accepts a list of [SshDomain](../SshDomain.md) objects.
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
If you don't set `ssh_domains` in your config, wezterm will default
to configuring it as if you had:

View File

@ -76,7 +76,7 @@ config.tab_bar_style = {
#### Retro Tab Bar with Integrated Window Management Buttons
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
When using [`window_decorations =
"INTEGRATED_BUTTONS|RESIZE"`](window_decorations.md), you can

View File

@ -4,7 +4,7 @@ tags:
---
# `ulimit_nofile = 2048`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
On Unix systems, specifies the minimum desirable value for the `RLIMIT_NOFILE`
*soft limit*.

View File

@ -4,7 +4,7 @@ tags:
---
# `ulimit_nproc = 2048`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
On Unix systems, specifies the minimum desirable value for the `RLIMIT_NPROC`
*soft limit*.

View File

@ -28,7 +28,7 @@ The value is a set of of flags:
[window_background_opacity](../../appearance.md#window-background-opacity) is set
to less than `1.0`.
{{since('nightly', outline=true)}}
{{since('20230408-112425-69ae8472', outline=true)}}
* `window_decorations = "INTEGRATED_BUTTONS|RESIZE"` - place window
management buttons (minimize, maximize, close) into the tab bar
instead of showing a title bar.

View File

@ -1,6 +1,6 @@
# `InputSelector`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Activates an overlay to display a list of choices for the user
to select from.

View File

@ -1,6 +1,6 @@
# `PromptInputLine`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Activates an overlay to display a prompt and request a line of input
from the user.

View File

@ -54,7 +54,7 @@ return config
## Prompting for the workspace name
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
```lua
local act = wezterm.action

View File

@ -1,6 +1,6 @@
# `window:active_pane()`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
A convenience accessor for returning the active pane in the active tab of the window.

View File

@ -1,6 +1,6 @@
# `window:active_tab()`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
A convenience accessor for returning the active tab within the window.

View File

@ -1,5 +1,5 @@
# `pane:activate()`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Activates (focuses) the pane and its containing tab.

View File

@ -1,6 +1,6 @@
# `pane:get_tty_name()`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Returns the tty device name, or `nil` if the name is unavailable.

View File

@ -1,6 +1,6 @@
# `wezterm.mux.rename_workspace(old, new)`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Renames the workspace *old* to *new*.

View File

@ -7,7 +7,7 @@ tags:
# wezterm.default_ssh_domains()
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Computes a list of [SshDomain](../SshDomain.md) objects based on
the set of hosts discovered in your `~/.ssh/config`.

View File

@ -7,7 +7,7 @@ tags:
# wezterm.has_action(NAME)
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
Returns true if the string *NAME* is a valid key assignment action variant
that can be used with [wezterm.action](action.md).

View File

@ -1,6 +1,6 @@
# `window:active_tab()`
{{since('nightly')}}
{{since('20230408-112425-69ae8472')}}
A convenience accessor for returning the active tab within the window.