Commit Graph

1052 Commits

Author SHA1 Message Date
Joe Bloggs 390e7b169f update 2014-03-25 23:23:15 +00:00
Joe Bloggs 43f1396480 update 2014-03-25 23:18:39 +00:00
Joe Bloggs df91dbdc38 update 2014-03-25 23:18:32 +00:00
Joe Bloggs de8fd3f8bd update 2014-03-25 22:07:11 +00:00
Joe Bloggs ffcc35f6b6 update 2014-03-25 22:05:59 +00:00
Joe Bloggs f5a7053b70 update 2014-03-25 21:53:43 +00:00
Joe Bloggs 89a769a7af update 2014-03-25 21:38:46 +00:00
Joe Bloggs 0edd329b8a update 2014-03-25 21:12:55 +00:00
Joe Bloggs 67d5524896 remove _comma_separated
Just realised you can do the same thing with _values
2014-03-25 16:02:50 +00:00
Joe Bloggs 886184642f update 2014-03-25 16:02:14 +00:00
Joe Bloggs 815c0a73ff update 2014-03-24 22:20:53 +00:00
Joe Bloggs bbb5598fcd update 2014-03-24 15:36:59 +00:00
Joe Bloggs 6fde93200f update 2014-03-24 04:19:08 +00:00
Joe Bloggs 2e3bd231fd update 2014-03-24 04:07:52 +00:00
Joe Bloggs 5af6a68833 update 2014-03-24 04:07:08 +00:00
Joe Bloggs ffc9b48291 update 2014-03-24 04:04:08 +00:00
Joe Bloggs db2dfce0b6 update 2014-03-24 04:01:31 +00:00
Joe Bloggs b27db238c9 update 2014-03-24 03:13:23 +00:00
Joe Bloggs ea01659a66 Test src block 2014-03-24 02:07:22 +00:00
Joe Bloggs ed73fce676 Intro 2014-03-24 01:53:02 +00:00
Joe Bloggs 38e4c2eec7 Alter links 2014-03-24 01:22:31 +00:00
Joe Bloggs f787586b3a Basic structure 2014-03-24 01:18:49 +00:00
Joe Bloggs ad94b7ec67 Initial commit of howto
test
2014-03-24 00:44:51 +00:00
Werner Beroux 48d1cb8e9c Add VBoxManager modifyhd auto-complete. 2014-03-22 14:25:56 +01:00
Joe Bloggs f73ebdc3a7 Utilize _comma_separated function to squash code a bit 2014-03-20 14:47:24 +00:00
Joe Bloggs ab53d842a9 Add _comma_separated helper function
Helper function for completing comma separated values
2014-03-20 14:01:33 +00:00
Foivos 545c7b6d6b Add completion for pass (password-store)
This is a copy of https://github.com/zx2c4/password-store/blob/master/contrib/pass.zsh-completion
2014-03-19 04:44:48 +02:00
Rick van Hattem 05483ab4c2 Added new version of zfs completion in sync with FreeBSD 10.0 man page 2014-03-15 11:43:53 +01:00
Joe Bloggs 67db8fb285 Add -w special option for _arguments 2014-03-14 22:41:15 +00:00
Joe Bloggs 9b33101c7f Note about version 2014-03-14 21:52:27 +00:00
Joe Bloggs a0ea8a932e Completion for ps command 2014-03-14 21:48:06 +00:00
Vadim A. Misbakh-Soloviov 107bdaba20 Fix _eselect completion (to latest eselect syntax changes)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-02-23 03:23:58 +07:00
Igor Timoshenko d3e55a2c1a Fixed typo 2014-02-12 16:25:53 +00:00
Igor Timoshenko c0ebcbe56b Added completion script for Phing 2014-02-12 16:08:44 +00:00
Luke Steensen 5edeb23f10 Add 'services' command to homebrew completion 2014-02-11 21:22:44 -06:00
Laurent Goussard 74cd5edbf4 [Add] Glances completion 2014-02-06 15:22:51 +01:00
Laurent Goussard a4492f0f25 [Add] Enable composer completions 2014-02-06 15:20:18 +01:00
Sorin Ionescu abc6dccadc Rename attach to atach 2014-01-28 18:35:27 -05:00
Evgeniy Alexeev 14232ac66d Update README.md
Edited links to Archlinux packages (the link to *-git is out-of-date, zsh-completion now available in [community])
2014-01-09 03:35:16 +03:00
Evgeniy Alexeev 7187ffd3b7 Update _yaourt
I have the next function in .zshrc:

      pacman () {
        /usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R" && rehash
      }

And I have the next line in `/etc/yaourtrc`:

      PACMAN="/usr/bin/pacman"

But if I try to get autocomplite for `yaourt -Ss` (for example) it requires a sudo password. With this patch path to `pacman` (`PACMAN` variable) will be read from the configuration file and this command will not require the password.

It is a correct variant :)
2014-01-08 14:54:56 +03:00
Timofey 2b6e045b24 add base completion for xinput
Completions for button and property
2014-01-04 09:37:42 +02:00
Timofey 4bd7b7547f add support for shutdown command 2014-01-04 09:35:58 +02:00
Julien Nicoulaud 4ffedd4ac8 Merge pull request #198 from TimofeyTitovets/master
added simple completion for exportfs
2014-01-02 00:43:12 -08:00
Timofey 538ac13e48 added simple completion for exportfs 2014-01-02 02:35:58 +02:00
Julien Nicoulaud 6d05992de1 Merge pull request #193 from xuhdev/improve-brew-link
Improve the link command in _brew.
2013-12-24 03:33:38 -08:00
Julien Nicoulaud a46792b006 Merge pull request #195 from babysnakes/fix-vagrant-completions
Fix vagrant vm name matching
2013-12-24 03:33:06 -08:00
Haim Ashkenazi 7bf946eba1 Fix vagrant vm name matching:
- escaping of single quotes
- match older vagrant files which uses keywords as vm names.
2013-12-23 22:08:39 +02:00
Hong Xu 24ead6192e Improve the link command in _brew. 2013-12-16 12:30:13 -08:00
Hideo Hattori 1d6a2aa024 Merge pull request #190 from hhatto/improve-managepy
improve manage.py completion #188
2013-11-27 09:52:11 -08:00
hhatto 6ea9474bae improve manage.py completion #188 2013-11-23 21:24:41 +09:00