DimitriSteyaert
83c3316cf4
Added the tugboat autocompletion plugin
11 years ago
Blake Watters
25df9f3998
Disable globbing when executing `zeus rake` aliases to enable use of square brackets without escaping
11 years ago
Sean Escriva
f21a672fed
add kitchen completion plugin from @petere
11 years ago
Andrew Purcell
41104f8af8
Fix homebrew directory in aws plugin.
...
Sometimes the output of ``homebrew --prefix`` and ``homebrew --prefix
awscli`` don't match, and the second is the correct call.
11 years ago
David Hartmann
8652fd64ef
added comment functionality
...
added commenting functionality by appending 'm' after the issue key (regular JIRA shortcut)
11 years ago
Wayne
729b19c085
Remove docker insert command
...
Remove the docker insert command of autocomplete
11 years ago
liuxiang
45e3f623cc
Add README for httpie plugin
11 years ago
Alexandre Joly
d686f8a8d0
generate with 'pod --completion-script' /cc thx to @ajmccall
...
version bumped
11 years ago
Alexandre Joly
a2f782e5f3
updated the command list to the latest cocoapod version (0.33.0)
...
version bumped
11 years ago
Lucas Braun
cffeefde90
Add installation instructions to README
...
Update README formatting
11 years ago
Nicolas Brousse
7416018d1c
Create new aliases for homebrew plugin
11 years ago
Jad Bitar
6504a2d386
Add CakePHP3 plugin
11 years ago
ncanceill
5b75cc7880
Many updates to git plugin (see #2790 )
11 years ago
Kennedy Oliveira
2dbf9951d9
Fixing some issues where show repeated weird values, and fixed commands that need the container autocomplete without being running, like start, now it autocompletes showing all the containers so you can start without knowing the right name
11 years ago
Will Mendes
590d393595
Add autocomplete for frontend-search
11 years ago
Will Mendes
05f2ad3dbb
fix stackoverflow url in search
11 years ago
Will Mendes
eea77b7cb7
Add stackoverflow link
11 years ago
Abner Chen
0dde9943c9
[Modify] Update django.plugin.zsh for Django 1.7.6
11 years ago
XerWandeRer
a414b5e3d9
Update _adb
...
Added support for `tcpip` option
11 years ago
James Womack
c58c623305
Use camelCase for npm aliases
11 years ago
wyldphyre
01ec37e5f8
Added missing 'stt' command alias
11 years ago
wyldphyre
2e1b964c00
Add README.md file
11 years ago
Kristján Oddsson
1308515d1c
Re-order OS detection if..else statement.
...
This patch will re-order the if statements when checking what operating
system the user is running.
This is useful for people that already have a `notify-send` binary in
their $PATH but are running OSX. An example of such requirements is
anyone running `vagrant-notify` is required to have a `notify-send`
binary on their $PATH.
See [link](https://github.com/fgrehm/vagrant-notify#os-x ).
11 years ago
uberspot
0dc7b5c049
add nmap plugin with some aliases for scan modes
11 years ago
Michał Ordon
8b45118f26
Update Grunt plugin to 0.1.2
11 years ago
Mads Mætzke Tandrup
7fc47e7ebc
Fixing spaces in title and message given to bgnotify on OS X
11 years ago
Robby Russell
43bdea4c2f
Removing say() function in perl plugin so that it doesn't overwrite OSX comand line utility. Closes #2562
11 years ago
Robby Russell
ce607d3fcb
Adding keystrong return to oascrupt per suggestion by @enzzzy . Fixes #2913 .
11 years ago
Robby Russell
aa16e18644
Updating histoby-substring-search README to instruct user to load plugins via .zshrc. Closes #1832 .
11 years ago
Brian Derr
d7837c6041
Shorten the zle check and reset-prompt into one line.
11 years ago
Murilo Opsfelder Araujo
0a99ca0df0
plugins: mercurial: Update the order prompt vars are displayed
...
If a user sets ZSH_THEME_HG_PROMPT_* as the following, he ends up with
%{$reset_color%} resetting the bold style of last character ")" because
_SUFFIX was expanded before calling hg_dirty():
ZSH_THEME_HG_PROMPT_PREFIX="%{$fg_bold[blue]%}hg:(%{$fg[white]%}"
ZSH_THEME_HG_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_HG_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_HG_PROMPT_CLEAN="%{$fg[blue]%})"
With this patch, the variable ZSH_THEME_HG_PROMPT_SUFFIX is lastly
displayed, following the same order as in git_prompt_info(),
i.e. <prefix><dirty><suffix>.
11 years ago
Brian Derr
bc8abe5ea2
Verify zle is active before trying to reset-prompt.
11 years ago
nextgenthemes
aff01d920e
Update readme.md
11 years ago
nextgenthemes
393676387a
Markdown bolds to capital letters
11 years ago
Craig Paterson
8ce1245770
added the 'mix local.hex' command to plugin completions
11 years ago
wajdi
e10470f6a3
Adding ssh-config to vagrant plugin autocomplete. Was missing
11 years ago
Daniel Campoverde [alx741]
33900dfd32
PLUGINS: vi-mode: allow ctrl-h, ctrl-?, ctrl-w for char and word deletion
...
Allow ctrl-h, ctrl-?, ctrl-w after changes in normal mode.
11 years ago
Daniel Campoverde [alx741]
099246dd9e
PLUGINS: vi-mode: allow ctrl-p, ctrl-n for history navigation
...
Allow ctrl-p, ctrl-n for history navigation while in insert mode.
11 years ago
nextgenthemes
d8b9932138
Update readme.md
11 years ago
nextgenthemes
660eeb19c7
Update readme.md
11 years ago
nextgenthemes
3120b9ad45
Update readme.md
11 years ago
nextgenthemes
f50b3fe710
Create ubuntu plugin, based on debian plugin.
...
* Easy to remember aliases
* Simplified
* Added aar() function for `sudo apt-add-repository xxxx && apt-get upgrade && apt-get install xxxx`
11 years ago
nextgenthemes
6b29aab37a
Create readme.md
11 years ago
Oleg Voronkovich
8b5950b812
Fix: "\s" is a gawk-specific regexp operator.
11 years ago
Karsten Kosmala
cd36deda23
added stats command to docker plugin
11 years ago
pi0
7c73a3aea4
Laravel 5 support
11 years ago
Alexandros Giouzenis
b39dbec7e9
Fix tmuxinator completion for symlinked dirs
...
Tmuxinator start command can be ommited
Fix #2812
11 years ago
Miguel Vaello Martínez
ec9525b94e
Add initial JHBuild plugin support
...
This is a bunch of alias for the JHBuild tool.
A well known tool in the GNOME dev project.
11 years ago
Marc Cornellà
4b20bfe0ee
Fix first-tab completion in task command
...
This is done by calling `_task` at the end of the _task completion file,
as is standard in completion files.
11 years ago
ctroncoso
68955f17ad
docker containers based on defined names
...
docker container autocomplete listing uses containers ID instead of names.
Most users identify their containers by name. ID is only needed and used on a dynamic environment more suited in scripts.
11 years ago