Indrajit Raychaudhuri
6e1f4ddd19
[completion] Minor cleanup of zstyle completion 'tag-order'
...
De-duplicate common zstyle 'tag-order' for ssh, scp and rsync.
7 years ago
Indrajit Raychaudhuri
3f99519021
Prefer evaluation over test for arithmetic expression
...
Usage of `(( ... ))` over `[[ ... ]]` is preferred for arithmetic expression
since the former is less error prone.
Also, unset local variable whenever possible.
7 years ago
Samantha McVey
f8f4953dce
[completion] Bump external repository to version 0.25.0
...
8cdf60b Updated rkt commands and arguments
f9d7d9d Implemented autocompletion for rkt pods and images (Fixes #465 )
9feab39 Added completion for yarn
a63a098 Update completion for mix, add completion for mix test, fix completion for mix help
6285e0e Add completions for bitcoin-cli
0ed2e86 Set proper description for gist -r
df5a3a1 Try to follow the style guide
d7a2972 Add gist completion for read flag
b0cb2ad Added _rclone
b7c11f4 drop ripgrep completion
907cba3 Update repository infos
ccb53f4 Support newer versions of OpenSSL
f02dc8f add licence information
ceaff68 Add completion for ffind
7 years ago
Kaleb Elwert
871b15663c
Cache the completion for a quicker startup
...
The original idea was by @samjonester in #1210 . This version aims to avoid
relying on the stat or date programs because they have different flags depending
on the OS and if it uses BSD or GNU coreutils.
8 years ago
Anton Löfgren
5c0e68f75f
completion: Cap max-errors at 7 to avoid hanging ( #953 )
...
7 is pretty arbitrarily chosen, but seems like a reasonable tradeoff, at
least the completion no longer shows symptoms of exponential
time-growth when trying to complete something completely wrong.
This fixes #946 .
8 years ago
Kaleb Elwert
fd0b627a8b
Update zsh-users submodules to latest stable versions
8 years ago
Sorin Ionescu
64aa907087
Update external completions
9 years ago
Sorin Ionescu
e137068cac
Update external completions
9 years ago
Scott Stevenson
6a812ed36b
Correct typos in completion module
10 years ago
Sorin Ionescu
4016f0c7c1
Update external completions
10 years ago
Sorin Ionescu
88aee30ae8
[ Fix #762 ] Use $LOGNAME instead of $USER
...
$USER is deprecated.
10 years ago
Sorin Ionescu
62d87cae32
Update external completions
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Jongwook Choi
62198b0326
Display full command line on suggestion for the kill command
...
For the zsh suggestion for the 'kill' command, show full command line
(command: usually with arguments) instead of only the executable name (comm).
10 years ago
Sorin Ionescu
fe8f9a9b5b
Update external completions
10 years ago
Sorin Ionescu
2ebdbdcff5
Update external completions
11 years ago
Sorin Ionescu
59e6e7fe8e
Update external completions
11 years ago
Sorin Ionescu
b42479a7c7
Set WORDCHARS in the editor module
12 years ago
Colin Hebert
18d239141d
Update external completions
12 years ago
Sorin Ionescu
5d4282c43d
[ Fix #347 ] Move 'users' from tag-order to group-order
12 years ago
Sorin Ionescu
e5cfdba26d
Update external completions
12 years ago
Shahar Mintz
decf3cd875
Fix auto completion for SSH hosts when saved with a non-standard port
12 years ago
Sorin Ionescu
cefac28c58
Update external completions
12 years ago
Sorin Ionescu
8cdf06e386
[ #255 ] Use $ZDOTDIR or $HOME
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
1ea238e276
[ Fix #256 ] Rename .zcache to .zcompcache
12 years ago
Sorin Ionescu
3b87a4db48
Update external completions
12 years ago
Sorin Ionescu
9a52ecb21b
Increase heading readability
12 years ago
Sorin Ionescu
060d9064f8
[ Fix #202 ] Load modules all or nothing
12 years ago
Julien Stechele
a2fcb36e5f
Update completion module loading order
13 years ago
Sorin Ionescu
b2b90c22f8
Improve diction in documentation
13 years ago
Sorin Ionescu
9f0501b140
Move the completion module loading information
13 years ago
Sorin Ionescu
075f516763
Clean up READMEs
13 years ago
Sorin Ionescu
be2c8decdb
Use $HOME instead of ~
13 years ago
Sorin Ionescu
c0f2007646
[ Fix #135 ] Set completion default list-colors
13 years ago
Sorin Ionescu
f4909ca507
[ #135 ] Inform of the completion loading order
13 years ago
Sorin Ionescu
c24273e4d2
Rename the completion module zstyle
13 years ago
Indrajit Raychaudhuri
e79fc7a1aa
Add IPv6 patterns to ignore list of host completion
13 years ago
Sorin Ionescu
5edd663510
[ Fix #160 ] Exclude all words but the current one
13 years ago
Sorin Ionescu
e5ec94af42
Check for non-empty files, not just existance
13 years ago
Colin Hebert
2859204067
[ Fix #100 ] Add documentation for completion
13 years ago
Sorin Ionescu
9d8187ba6b
Merge completions into functions
...
Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
13 years ago
Sorin Ionescu
6233ec6aad
[ #23 ] Add a module loading function
13 years ago
Sorin Ionescu
92816f6db7
[ #23 ] Convert completion into a module
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago