Sean Liao
6f407f5287
update completions for 1.18
2022-06-16 20:27:29 +01:00
Shohei YOSHIDA
63d333ce88
Update to flutter3
2022-06-14 19:55:33 +09:00
dan soucy
14de4f5b13
Add completion for trash-d
...
https://github.com/rushsteve1/trash-d
trash-d is an implementation of the FreeDesktop trash bin
designed to be a drop-in replacement for `rm`.
This completion conflicts with trash-cli,
as both projects name their main executable `trash`.
2022-05-22 18:00:45 -04:00
Kouhei Yanagita
19b03c3b2d
Added add, binstubs, clean, doctor, remove commands to bundler completions
2022-05-10 17:56:19 +09:00
Shohei YOSHIDA
03731671e3
Update node-v18
2022-04-20 12:51:48 +09:00
Shohei YOSHIDA
ac3e08c9d4
Update node.js options
2022-04-10 23:22:38 +09:00
Freed-Wu
4371e1a831
Add completion for hello
2022-04-01 11:28:41 +08:00
Shohei YOSHIDA
e17d424462
Don't complete if here is not git repository
2022-03-03 23:50:33 +09:00
Shohei YOSHIDA
6fbf5fc9a7
Merge pull request #850 from syohex/pr-849
...
Rewrite #849 in Perl for portability
2022-02-24 15:34:45 +09:00
Shohei YOSHIDA
d9e81e08f2
Rewrite JSON parsing code in Perl for portability
2022-02-24 15:04:47 +09:00
Huw Percival
ff6031a8ea
re-write to use python, hopefully this is portable enough, tested with python 3.6.5 anf 2.7.18
2022-02-23 10:40:29 +00:00
Huw Percival
b34650ea31
fix presets
2022-02-22 16:36:35 +00:00
Łukasz Moroz
83d9ea9218
Remove cheat completions
2022-02-22 15:48:43 +01:00
J Smith
406167058b
Add additional PostgreSQL completions for 13+ and reorganize
2022-01-27 18:23:03 -04:00
Pedro A. Aranda Gutierrez
2c3b218d24
Add list natnets and natnetwork option
2022-01-25 19:58:48 +01:00
Pedro A. Aranda Gutierrez
b3469afc24
Add initial support for natnetwork subcommand
2022-01-25 17:31:53 +01:00
Pedro A. Aranda Gutierrez
c83b6a505b
Add function to list natnetworks
2022-01-25 17:30:35 +01:00
Pedro A. Aranda Gutierrez
f20a81f813
Add (unCamelised) vboxmanage for Linux
2022-01-25 17:29:23 +01:00
Seivan
97093ddac6
git-flow: Adding description to be picked up.
...
Will describe what flow is, as a git sub command.
2022-01-17 17:44:56 +01:00
Shohei YOSHIDA
1b1b0c7c8f
Fix script completion which contains colons
2022-01-06 19:47:55 +09:00
Shohei YOSHIDA
d84a6d3b21
Fix perl one liner bug
...
decode_json returns hash reference, so scalar variable should be
used instead of hash variable.
2021-12-30 11:51:55 +09:00
Shohei YOSHIDA
da037c4ba7
Fix issue when package.json is not in current directory
2021-12-21 23:52:30 +09:00
Shohei YOSHIDA
790890e256
Fix no node_modules case
2021-12-09 19:44:11 +09:00
Shohei YOSHIDA
839df66922
Don't use yarn run --json for newer yarn
2021-12-09 01:37:29 +09:00
Shohei YOSHIDA
2f54f2b212
Support both older and newer versions
2021-12-08 00:19:46 +09:00
Shohei YOSHIDA
c6bce7358c
Update collect workspaces command
2021-12-07 23:06:33 +09:00
midchildan
1f5e5ff471
knife: improve completion for Chef Vault commands
2021-11-30 00:52:28 +09:00
midchildan
392487b0fa
knife: improve code quality
...
- Quote variables
- Remove unnecessary subshells
- Use local variables
- Unify _chef_*s_remote functions
- Prefix auxillary functions with _knife_*
- Use _call_program when invoking the knife command to silence stderr
output
2021-11-29 21:58:53 +09:00
midchildan
da42a24a07
knife: backport #531 and #131
2021-11-19 00:15:06 +09:00
midchildan
b5de3d53e0
knife: sync with oh-my-zsh
2021-11-19 00:02:10 +09:00
Dimitris Apostolou
0fd25cda7a
Fix typos
2021-11-12 23:56:34 +02:00
andriy melnyk ╔╬═╚╗╠ ╠╣╔╦╣╚╗ ╔╬╗╚╗╚╝
cd18e471bb
Update ccache completions
2021-09-15 20:03:44 +03:00
Oliver Kiddle
99a6b6cb6e
combine _rmlint.sh into _rmlint
...
The usual zsh approach is one function switching on $service
and the .sh extension seems to cause some people problems with
their setups.
2021-08-27 11:14:17 +02:00
Eric Johnson
b49f300934
xinput: escape colons in device names
...
The completion menu breaks if any device names have colons in them, as colons are used to separate completion matches from their descriptions.
2021-08-23 18:39:34 -04:00
und3rdg
ae82a1efae
Lowercase variables.
2021-08-13 22:42:29 +01:00
und3rdg
00b5130b26
Globals are bad! keep var's local, nice and cozzy.
2021-08-12 22:21:16 +01:00
und3rdg
8ed1a90bde
Completion for openvpn3.
2021-08-11 18:43:45 +01:00
oxiedi
f996cf93ed
Add completion for rmlint
2021-07-19 12:35:04 +05:00
und3rdg
5025527880
new completion for QMK CLI
2021-06-28 07:29:25 +01:00
nicoulaj
9dfd5c6670
Merge pull request #774 from simnalamburt/mssh-errorhandling
...
_mssh: Handle error cases more gracefully
2021-05-03 19:28:33 +02:00
maniac
c4b8c83315
gist -u or gist --update will auto-complete user gists
...
This commit will help the user to easily update their existing gist
using zsh auto-completion rather than going to github and then
extracting the required gist hash/URL
Note: This commit effects the working of file: `src/_gist`
2021-05-02 19:24:38 +05:30
Shohei YOSHIDA
876e972fe0
fix license
2021-04-30 12:56:12 +09:00
André Kugland
67ced04c7f
completions for lilypond
2021-04-24 02:45:29 -03:00
André Kugland
78fb97c24d
changed "(%)" to "(percent)" in optarg descriptions
2021-04-22 18:58:03 -03:00
Shohei YOSHIDA
fea56d1a7b
Add zsh license header
2021-04-21 09:45:28 +09:00
André Kugland
57ba534a6a
added appropriate opts for _arguments
2021-04-19 16:57:12 -03:00
André Kugland
d930094f84
fixed issues raised in the review
2021-04-19 16:43:00 -03:00
André Kugland
b65eb5d64e
added completions for opus-tools (opusenc, opusdec & opusinfo)
2021-04-18 23:00:47 -03:00
Oliver Kiddle
cb4b721ada
Add exclusion lists to nano completion
2021-04-12 23:53:05 +02:00
Ludovic Jozeau
98cb234270
fix (( $+functions[_f] )) || _f()
...
checked with: "\(\( \$\+functions\[(.*)\] \)\) \|\|\n(?!\1)"
2021-04-08 15:50:39 +02:00