<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/completions/bash, branch 2.7.12</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.7.12</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.7.12'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2022-02-22T16:35:02Z</updated>
<entry>
<title>Merge branch 'dont-bash-complete-pkgs-before-cmd' into 'main'</title>
<updated>2022-02-22T16:35:02Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-02-22T16:35:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=647847769adca37a0b036c64cc0fad06b49bd99c'/>
<id>urn:sha1:647847769adca37a0b036c64cc0fad06b49bd99c</id>
<content type='text'>
Don’t bash-complete package names before the command word

See merge request apt-team/apt!221</content>
</entry>
<entry>
<title>Don’t bash-complete package names before the command word</title>
<updated>2022-02-04T16:26:04Z</updated>
<author>
<name>Jörn-Thorben Hinz</name>
<email>11910-jth@users.noreply.salsa.debian.org</email>
</author>
<published>2022-02-03T22:23:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=19ffda1489858d132551a267fccdf7ab03b5e103'/>
<id>urn:sha1:19ffda1489858d132551a267fccdf7ab03b5e103</id>
<content type='text'>
Previously, package names would get suggested at the cursor position `_`
for a command line like this:
```
~# apt _ install git vim
```
</content>
</entry>
<entry>
<title>bash-completion: Use the correct index range when looking for the command word</title>
<updated>2022-02-04T16:25:08Z</updated>
<author>
<name>Jörn-Thorben Hinz</name>
<email>11910-jth@users.noreply.salsa.debian.org</email>
</author>
<published>2022-02-03T22:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5599b21c5fa6ceffa1be24b2974a4d402d06bf7a'/>
<id>urn:sha1:5599b21c5fa6ceffa1be24b2974a4d402d06bf7a</id>
<content type='text'>
$words[0] contains the first word on the command-line, the name of the
program: apt. Also, the last word already typed on the command-line
might be the command, don’t ignore it.
</content>
</entry>
<entry>
<title>Provide bash-completions for reinstall (same as for install)</title>
<updated>2022-02-01T17:17:30Z</updated>
<author>
<name>Jörn-Thorben Hinz</name>
<email>11910-jth@users.noreply.salsa.debian.org</email>
</author>
<published>2022-01-21T11:36:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a6c92473b6106a0ee8d65e9f87874d9c07fb172c'/>
<id>urn:sha1:a6c92473b6106a0ee8d65e9f87874d9c07fb172c</id>
<content type='text'>
Closes: #930295
</content>
</entry>
<entry>
<title>Provide the same bash-completions for autopurge as for autoremove</title>
<updated>2022-02-01T17:16:10Z</updated>
<author>
<name>Jörn-Thorben Hinz</name>
<email>11910-jth@users.noreply.salsa.debian.org</email>
</author>
<published>2022-01-21T11:32:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d1b6ff46b591865bb89f82c0c44628d61016de74'/>
<id>urn:sha1:d1b6ff46b591865bb89f82c0c44628d61016de74</id>
<content type='text'>
8ebb95805 missed some places to really bash-complete the autopurge command.

Partially closes #930295
</content>
</entry>
<entry>
<title>Merge branch 'bash-completion-tweaks-apt-install' into 'main'</title>
<updated>2022-02-01T15:30:26Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-02-01T15:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d4a37f071330a6cb6d2ec56ef60ad68ae580f323'/>
<id>urn:sha1:d4a37f071330a6cb6d2ec56ef60ad68ae580f323</id>
<content type='text'>
Small tweaks for bash-completion after `apt install`

See merge request apt-team/apt!216</content>
</entry>
<entry>
<title>Merge branch 'fix-bash-compl-cmd-comparison' into 'main'</title>
<updated>2022-02-01T15:29:50Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2022-02-01T15:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=22b1d03c97960c9dd4b5f4237d08903e57924644'/>
<id>urn:sha1:22b1d03c97960c9dd4b5f4237d08903e57924644</id>
<content type='text'>
bash-completion: Don’t misidentify short options as commands to `apt`

See merge request apt-team/apt!211</content>
</entry>
<entry>
<title>bash-completion: Don’t misidentify short options as commands to `apt`</title>
<updated>2022-02-01T13:35:36Z</updated>
<author>
<name>Jörn-Thorben Hinz</name>
<email>11910-jth@users.noreply.salsa.debian.org</email>
</author>
<published>2022-01-20T23:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c00fc9152cd2e60f875ece211bc61355a7f0d719'/>
<id>urn:sha1:c00fc9152cd2e60f875ece211bc61355a7f0d719</id>
<content type='text'>
Previously the comparison would match `-s` with `edit-sources`, `-d`
with `build-dep` etc. and the real commands would not get suggested
after some of the short options.
</content>
</entry>
<entry>
<title>Don’t fail bash-completion for `apt` when the nounset option is set</title>
<updated>2022-02-01T13:13:07Z</updated>
<author>
<name>Jörn-Thorben Hinz</name>
<email>11910-jth@users.noreply.salsa.debian.org</email>
</author>
<published>2022-02-01T13:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=783138b5bbeb36f4de09ab77bbef7c6f7f7234c6'/>
<id>urn:sha1:783138b5bbeb36f4de09ab77bbef7c6f7f7234c6</id>
<content type='text'>
Following a practice from upstream bash-completion. See for example
https://github.com/scop/bash-completion/commit/b807460140aa6dda09eb2af2ecf3afa1971c84c4
</content>
</entry>
<entry>
<title>Provide bash-completion of .dsc filenames for `apt build-dep`</title>
<updated>2022-01-26T20:36:24Z</updated>
<author>
<name>Jörn-Thorben Hinz</name>
<email>11910-jth@users.noreply.salsa.debian.org</email>
</author>
<published>2022-01-26T20:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4ff687f8c8e09ebcbd96e9542625b6b32280e1c3'/>
<id>urn:sha1:4ff687f8c8e09ebcbd96e9542625b6b32280e1c3</id>
<content type='text'>
Closes: #985899
</content>
</entry>
</feed>
