<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/cargo/_cargo, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/cargo/_cargo?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/cargo/_cargo?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2021-09-07T18:02:20Z</updated>
<entry>
<title>fix: automatically create completion for `cargo` and `rustup` plugins (#10087)</title>
<updated>2021-09-07T18:02:20Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2021-09-07T18:02:20Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=450acc0113b114352ce3b94870fe63fc461844bd'/>
<id>urn:sha1:450acc0113b114352ce3b94870fe63fc461844bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(cargo): complete flags for default cargo aliases (#9692)</title>
<updated>2021-05-03T14:59:45Z</updated>
<author>
<name>Ben Goldberg</name>
<email>ben@benaaron.dev</email>
</author>
<published>2021-05-03T14:59:45Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4e8ffe88d4311edcd084de5efd4ee6688e9e70f7'/>
<id>urn:sha1:4e8ffe88d4311edcd084de5efd4ee6688e9e70f7</id>
<content type='text'>
By default, cargo provides alias for some commonly used functions. This patch
makes it that those alias will complete the same as their full commands.

Default alias:
b -&gt; build
c -&gt; check
t -&gt; test
r -&gt; run

Since cargo allows users to define custom alias it would be nice if
oh-my-zsh automatically detected those and preformed completions as such
but that would be a much more complex patch.</content>
</entry>
<entry>
<title>Grammar: remove hyphens from predicate adjective “up to date” (#9356)</title>
<updated>2020-10-21T14:22:32Z</updated>
<author>
<name>Lucas Larson</name>
<email>91468+LucasLarson@users.noreply.github.com</email>
</author>
<published>2020-10-21T14:22:32Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=80d2e4336b85c070e021571f8724032b204f3c4f'/>
<id>urn:sha1:80d2e4336b85c070e021571f8724032b204f3c4f</id>
<content type='text'>
https://english.stackexchange.com/a/180617
https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60</content>
</entry>
<entry>
<title>cargo: update completion to latest version (cdac4a8)</title>
<updated>2019-10-19T15:51:28Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2019-10-19T15:51:28Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=05dfd0ae8520e58e852c574f55c83fe6f49fb189'/>
<id>urn:sha1:05dfd0ae8520e58e852c574f55c83fe6f49fb189</id>
<content type='text'>
https://github.com/rust-lang/cargo/blob/cdac4a8/src/etc/_cargo
</content>
</entry>
<entry>
<title>Update _cargo completion to 0.34.0 version</title>
<updated>2019-03-25T21:40:50Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2019-03-25T21:40:50Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a441f64d090d30856a1f56a10820b219ffc10e18'/>
<id>urn:sha1:a441f64d090d30856a1f56a10820b219ffc10e18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-r is not available for bsd sed</title>
<updated>2018-11-28T03:50:45Z</updated>
<author>
<name>Frederick Zhang</name>
<email>frederick888@tsundere.moe</email>
</author>
<published>2018-11-28T03:50:45Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=cf07fe2c6f0ea1561e21189feb12592a21d10306'/>
<id>urn:sha1:cf07fe2c6f0ea1561e21189feb12592a21d10306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix subcommands completion</title>
<updated>2018-09-24T08:02:50Z</updated>
<author>
<name>Frederick Zhang</name>
<email>frederick888@tsundere.moe</email>
</author>
<published>2018-09-24T08:02:03Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=1e161e839f5b544955096b30b01841307b4e4d2f'/>
<id>urn:sha1:1e161e839f5b544955096b30b01841307b4e4d2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix escaping</title>
<updated>2018-09-24T08:02:50Z</updated>
<author>
<name>Frederick Zhang</name>
<email>Frederick888@Tsundere.moe</email>
</author>
<published>2017-06-26T02:56:16Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=440d8ef344686b699c918edc7c878a362b3a5038'/>
<id>urn:sha1:440d8ef344686b699c918edc7c878a362b3a5038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>redir debug output to std</title>
<updated>2018-09-24T08:02:50Z</updated>
<author>
<name>Frederick Zhang</name>
<email>Frederick888@Tsundere.moe</email>
</author>
<published>2017-06-26T02:47:27Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=5d0b90a7ef8fde6d8c53a5d88b5599af6b5da75e'/>
<id>urn:sha1:5d0b90a7ef8fde6d8c53a5d88b5599af6b5da75e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>complete installed sub-commands</title>
<updated>2018-09-24T08:02:50Z</updated>
<author>
<name>Frederick Zhang</name>
<email>frederick888@tsundere.moe</email>
</author>
<published>2017-01-23T16:48:57Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=5423f7fa2ad255ec417fc3aea0c69077f0530ccb'/>
<id>urn:sha1:5423f7fa2ad255ec417fc3aea0c69077f0530ccb</id>
<content type='text'>
</content>
</entry>
</feed>
