<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/extra/completions, branch rahm2</title>
<subtitle>My custom-patched version of alacritty.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/'/>
<entry>
<title>Add migrate to alacritty(1)</title>
<updated>2023-11-23T23:01:10+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2023-11-23T18:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=0b4184130597079c02a6a99e0da77dce9e82a914'/>
<id>0b4184130597079c02a6a99e0da77dce9e82a914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--option` argument to `create-window`</title>
<updated>2023-11-11T19:33:06+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2023-11-08T06:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=2f097dac5c78a01bdb020c982a09867b3213a69b'/>
<id>2f097dac5c78a01bdb020c982a09867b3213a69b</id>
<content type='text'>
This patch adds a new CLI parameter to the `create-window` subcommand,
matching the existing `--option` parameter when creating a new Alacritty
instance.

This parameter allows setting up the initial window configuration from
the CLI without having to call `alacritty msg config`, making sure that
all options are set appropriately right from the start.

Closes #6238.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a new CLI parameter to the `create-window` subcommand,
matching the existing `--option` parameter when creating a new Alacritty
instance.

This parameter allows setting up the initial window configuration from
the CLI without having to call `alacritty msg config`, making sure that
all options are set appropriately right from the start.

Closes #6238.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2023-10-08T03:29:57+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2023-10-08T03:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=59c63d373804fe9d00d92d2dd47174d4e1637333'/>
<id>59c63d373804fe9d00d92d2dd47174d4e1637333</id>
<content type='text'>
This patch applies all breaking and non-breaking dependency updates
and bumps MSRV to 1.70.0.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch applies all breaking and non-breaking dependency updates
and bumps MSRV to 1.70.0.</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to TOML configuration format</title>
<updated>2023-06-12T00:23:41+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2023-06-12T00:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=bd4906722a1a026b01f06c94c33b13ff63a7e044'/>
<id>bd4906722a1a026b01f06c94c33b13ff63a7e044</id>
<content type='text'>
This switches Alacritty's default configuration format from yaml to
toml. While yaml is still supported, it is done by converting it to toml
and should be removed entirely in the future.

All existing features were persisted based on my testing. Behavior
should not change much, though `--option` might have slightly different
behavior since the entire line is not interpreted as one line of toml.

A new `alacritty migrate` subcommand has been added which allows
automatic migration from yaml to toml. This also could be used as a
facility to automatically fix configuration file changes in the future.

Closes #6592.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This switches Alacritty's default configuration format from yaml to
toml. While yaml is still supported, it is done by converting it to toml
and should be removed entirely in the future.

All existing features were persisted based on my testing. Behavior
should not change much, though `--option` might have slightly different
behavior since the entire line is not interpreted as one line of toml.

A new `alacritty migrate` subcommand has been added which allows
automatic migration from yaml to toml. This also could be used as a
facility to automatically fix configuration file changes in the future.

Closes #6592.</pre>
</div>
</content>
</entry>
<entry>
<title>Update clap to v4.2.7</title>
<updated>2023-05-17T05:36:41+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2023-05-16T05:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=6f6ad2b2eec9dbc9b3a1b0190d4a2dfd3c0b3bf6'/>
<id>6f6ad2b2eec9dbc9b3a1b0190d4a2dfd3c0b3bf6</id>
<content type='text'>
Fixes #6879.
Fixes #6874.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #6879.
Fixes #6874.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -T short form for --title</title>
<updated>2022-12-11T00:54:06+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2022-12-11T00:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=a152365c143e3b7c6221b4edb95d383e365ef65b'/>
<id>a152365c143e3b7c6221b4edb95d383e365ef65b</id>
<content type='text'>
Debian-based distributions provide a standard interface to launch a
terminal via the x-terminal-emulator name.  In order for a terminal
emualtor to satisfy that interface, it must

* Be VT100 compatiable
* Support the "-e &lt;command&gt; &lt;args&gt;" CLI option
* Support the "-T &lt;title&gt;" CLI option

Adjust the short form of --title accordingly, providing -t as an alias
to avoid breaking any existing usage.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Debian-based distributions provide a standard interface to launch a
terminal via the x-terminal-emulator name.  In order for a terminal
emualtor to satisfy that interface, it must

* Be VT100 compatiable
* Support the "-e &lt;command&gt; &lt;args&gt;" CLI option
* Support the "-T &lt;title&gt;" CLI option

Adjust the short form of --title accordingly, providing -t as an alias
to avoid breaking any existing usage.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `--help` output for `--class` to match man pages</title>
<updated>2022-10-18T22:11:40+00:00</updated>
<author>
<name>Andrzej Grzeslak</name>
<email>agrzeslak0@gmail.com</email>
</author>
<published>2022-10-18T22:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=c3b915b6952f0fa47d362d8f2474b6b8464ac8a7'/>
<id>c3b915b6952f0fa47d362d8f2474b6b8464ac8a7</id>
<content type='text'>
The output of --help did not match the man pages with regards to the
ordering of arguments for the --class flag. This has now been fixed.

Fixes #6413.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output of --help did not match the man pages with regards to the
ordering of arguments for the --class flag. This has now been fixed.

Fixes #6413.</pre>
</div>
</content>
</entry>
<entry>
<title>Add IPC config subcommand</title>
<updated>2022-08-31T22:48:38+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2022-08-31T22:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=4ddb608563d985060d69594d1004550a680ae3bd'/>
<id>4ddb608563d985060d69594d1004550a680ae3bd</id>
<content type='text'>
This patch adds a new mechanism for changing configuration options
without editing the configuration file, by sending options to running
instances through `alacritty msg`.

Each window will load Alacritty's configuration file by default and then
accept IPC messages for config updates using the `alacritty msg config`
subcommand. By default all windows will be updated, individual windows
can be addressed using `alacritty msg config --window-id
"$ALACRITTY_WINDOW_ID"`.

Each option will replace the config's current value and cannot be reset
until Alacritty is restarted or the option is overwritten with a new
value.

Configuration options are passed in the format `field.subfield=value`,
where `value` is interpreted as yaml.

Closes #472.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a new mechanism for changing configuration options
without editing the configuration file, by sending options to running
instances through `alacritty msg`.

Each window will load Alacritty's configuration file by default and then
accept IPC messages for config updates using the `alacritty msg config`
subcommand. By default all windows will be updated, individual windows
can be addressed using `alacritty msg config --window-id
"$ALACRITTY_WINDOW_ID"`.

Each option will replace the config's current value and cannot be reset
until Alacritty is restarted or the option is overwritten with a new
value.

Configuration options are passed in the format `field.subfield=value`,
where `value` is interpreted as yaml.

Closes #472.</pre>
</div>
</content>
</entry>
<entry>
<title>Add hexadecimal support to --embed</title>
<updated>2022-06-28T18:22:38+00:00</updated>
<author>
<name>Sabu Siyad</name>
<email>git@ssiyad.com</email>
</author>
<published>2022-06-28T18:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=75b0005619f6e6d3e5e0ba775083b16cd46dac30'/>
<id>75b0005619f6e6d3e5e0ba775083b16cd46dac30</id>
<content type='text'>
Closes #6145.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6145.</pre>
</div>
</content>
</entry>
<entry>
<title>Add value hints for clap file paths</title>
<updated>2022-06-16T15:01:13+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2022-06-16T15:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=9f02fb95685f46c390148eeab760e3a0dcfa49a9'/>
<id>9f02fb95685f46c390148eeab760e3a0dcfa49a9</id>
<content type='text'>
This ensures that the generated completions properly suggest file paths
for arguments which accept them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that the generated completions properly suggest file paths
for arguments which accept them.</pre>
</div>
</content>
</entry>
</feed>
