zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 00/25] *** Add completion for luarocks ***
@ 2018-05-26 15:06 doron.behar
  2018-05-26 15:06 ` [PATCH 01/25] Add variables for all commands and options doron.behar
                   ` (25 more replies)
  0 siblings, 26 replies; 28+ messages in thread
From: doron.behar @ 2018-05-26 15:06 UTC (permalink / raw)
  To: zsh-workers

From: Doron Behar <doron.behar@gmail.com>

After https://github.com/luarocks/luarocks/issues/412, I think luarocks
deserves a completion function. I hope I've put it in the right
location.

Doron Behar (25):
  Add variables for all commands and options.
  Remove architecture related option completion.
  Add marker style comments.
  Remove variables and use their contents directly.
  Add curcontext case for every subcommand.
  Use better naming scheme for common helpers.
  Write better sub commands comments.
  Add helpers section.
  Make *all* helpers functions begin with __luarocks.
  Write all simple sub commands completions.
  General internal conventions sync.
  Finish helper `__luarocks_lua_versions`.
  General cleanup.
  Finish `_luarocks_doc` and `_luarocks_config`.
  Expand __luarocks_rock_version so it accpets args.
  Finish completions for purge and new_version.
  Write a better comment for last TODO.
  Make cache policy function safer.
  Fix git tag completion by autoloading _git
  Use a generic sub command completer.
  Use 2 spaces instead of tabs.
  Use +functions[] for all helpers.
  Improve `___luarocks_installed_rocks_cache_policy`.
  Consider `--tree` when searching installed rocks.
  Consider `--tree` in versions completion.

 Completion/Unix/Command/_luarocks | 560 ++++++++++++++++++++++++++++++
 1 file changed, 560 insertions(+)
 create mode 100644 Completion/Unix/Command/_luarocks

-- 
2.17.0


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-05-26 16:09 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-26 15:06 [PATCH 00/25] *** Add completion for luarocks *** doron.behar
2018-05-26 15:06 ` [PATCH 01/25] Add variables for all commands and options doron.behar
2018-05-26 15:06 ` [PATCH 02/25] Remove architecture related option completion doron.behar
2018-05-26 15:06 ` [PATCH 03/25] Add marker style comments doron.behar
2018-05-26 15:06 ` [PATCH 04/25] Remove variables and use their contents directly doron.behar
2018-05-26 15:06 ` [PATCH 05/25] Add curcontext case for every subcommand doron.behar
2018-05-26 15:06 ` [PATCH 06/25] Use better naming scheme for common helpers doron.behar
2018-05-26 15:06 ` [PATCH 07/25] Write better sub commands comments doron.behar
2018-05-26 15:06 ` [PATCH 08/25] Add helpers section doron.behar
2018-05-26 15:06 ` [PATCH 09/25] Make *all* helpers functions begin with __luarocks doron.behar
2018-05-26 15:06 ` [PATCH 10/25] Write all simple sub commands completions doron.behar
2018-05-26 15:06 ` [PATCH 11/25] General internal conventions sync doron.behar
2018-05-26 15:06 ` [PATCH 12/25] Finish helper `__luarocks_lua_versions` doron.behar
2018-05-26 15:06 ` [PATCH 13/25] General cleanup doron.behar
2018-05-26 15:06 ` [PATCH 14/25] Finish `_luarocks_doc` and `_luarocks_config` doron.behar
2018-05-26 15:06 ` [PATCH 15/25] Expand __luarocks_rock_version so it accpets args doron.behar
2018-05-26 15:06 ` [PATCH 16/25] Finish completions for purge and new_version doron.behar
2018-05-26 15:06 ` [PATCH 17/25] Write a better comment for last TODO doron.behar
2018-05-26 15:06 ` [PATCH 18/25] Make cache policy function safer doron.behar
2018-05-26 15:06 ` [PATCH 19/25] Fix git tag completion by autoloading _git doron.behar
2018-05-26 15:06 ` [PATCH 20/25] Use a generic sub command completer doron.behar
2018-05-26 15:06 ` [PATCH 21/25] Use 2 spaces instead of tabs doron.behar
2018-05-26 15:06 ` [PATCH 22/25] Use +functions[] for all helpers doron.behar
2018-05-26 15:06 ` [PATCH 23/25] Improve `___luarocks_installed_rocks_cache_policy` doron.behar
2018-05-26 15:06 ` [PATCH 24/25] Consider `--tree` when searching installed rocks doron.behar
2018-05-26 15:06 ` [PATCH 25/25] Consider `--tree` in versions completion doron.behar
2018-05-26 15:37 ` [PATCH 00/25] *** Add completion for luarocks *** Eitan Adler
2018-05-26 16:09   ` Doron Behar

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).