<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/extra/completions, branch experimental</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>Remove --dimensions/-d from bash completions</title>
<updated>2021-01-29T20:29:26+00:00</updated>
<author>
<name>Ben Denhartog</name>
<email>3893293+sudoforge@users.noreply.github.com</email>
</author>
<published>2021-01-29T20:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=cb46f0e1ac3baf54b15951762bdf8ffaa38d36c3'/>
<id>cb46f0e1ac3baf54b15951762bdf8ffaa38d36c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update shell completions</title>
<updated>2021-01-17T11:22:06+00:00</updated>
<author>
<name>Jason</name>
<email>ammgws@users.noreply.github.com</email>
</author>
<published>2021-01-17T11:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=34435ed776988e765d9327dcedfe909e440e6bf8'/>
<id>34435ed776988e765d9327dcedfe909e440e6bf8</id>
<content type='text'>
This fixes the shell completion by removing the flags removed from the
CLI in 0768428 and adding the new options flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the shell completion by removing the flags removed from the
CLI in 0768428 and adding the new options flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --hold CLI flag</title>
<updated>2019-10-09T21:37:48+00:00</updated>
<author>
<name>Valentin Ignatev</name>
<email>valentignatev@gmail.com</email>
</author>
<published>2019-10-09T21:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=4cb5566a9c2d68006ffa97e2f8082ae3ef6c8de4'/>
<id>4cb5566a9c2d68006ffa97e2f8082ae3ef6c8de4</id>
<content type='text'>
This implements --hold flag which keeps Alacritty open after
its child process exits.

Fixes #1165.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements --hold flag which keeps Alacritty open after
its child process exits.

Fixes #1165.</pre>
</div>
</content>
</entry>
<entry>
<title>Add Xembed support</title>
<updated>2019-09-24T17:43:54+00:00</updated>
<author>
<name>mkosem</name>
<email>mattkosem@gmail.com</email>
</author>
<published>2019-09-24T17:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=c1f089970fd3d4b9137d07647f8cd028b2b5b3a9'/>
<id>c1f089970fd3d4b9137d07647f8cd028b2b5b3a9</id>
<content type='text'>
Fixes #631.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #631.
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow zsh conventions in zsh completion</title>
<updated>2019-08-25T00:45:48+00:00</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2019-08-25T00:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=d86eff6f1446092b22543be4ce549b5411a49c19'/>
<id>d86eff6f1446092b22543be4ce549b5411a49c19</id>
<content type='text'>
Declaring curcontext etc local is superfluous as _arguments states are
not used. It is also superfluous to include an outer function definition
syntax in zsh autoloadable functions. Zsh convention is not to
capitalize descriptions. It is also better to use the imperative mood
verb form for descriptions as this allows them to start with the
shortest form of the verb - e.g. "reduce" instead of "reduces" and
results in better grammar in the absence of a sentence subject. I'd
recommend this in the --help output too. Using _guard for the position
and dimensions was unnecessary given that the values are not mixed with
other matches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Declaring curcontext etc local is superfluous as _arguments states are
not used. It is also superfluous to include an outer function definition
syntax in zsh autoloadable functions. Zsh convention is not to
capitalize descriptions. It is also better to use the imperative mood
verb form for descriptions as this allows them to start with the
shortest form of the verb - e.g. "reduce" instead of "reduces" and
results in better grammar in the absence of a sentence subject. I'd
recommend this in the --help output too. Using _guard for the position
and dimensions was unnecessary given that the values are not mixed with
other matches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add class and short title completions</title>
<updated>2019-07-08T15:19:42+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>wchibisovkirill@gmail.com</email>
</author>
<published>2019-07-08T15:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=7331e89122c464e7b1a73b2e7b20399f832a5913'/>
<id>7331e89122c464e7b1a73b2e7b20399f832a5913</id>
<content type='text'>
Fixes #2612.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2612.</pre>
</div>
</content>
</entry>
<entry>
<title>Add official logo</title>
<updated>2019-04-01T22:41:20+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>chrisduerr@users.noreply.github.com</email>
</author>
<published>2019-04-01T22:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=6f4d1afcf88e275f4a6b8c73cfc904e3833d0dd0'/>
<id>6f4d1afcf88e275f4a6b8c73cfc904e3833d0dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
