0d26ab80ed 
								
							 
						 
						
							
							
								
								"local state" breaks --session completion  
							
							
							
						 
						
							2023-09-17 13:07:10 +02:00  
				
					
						
							
							
								 
						
							
								fb7078044b 
								
							 
						 
						
							
							
								
								prevent global variables from overwriting  
							
							... 
							
							
							
							Co-authored-by: Shohei YOSHIDA <syohex@gmail.com> 
							
						 
						
							2023-09-17 12:44:31 +02:00  
				
					
						
							
							
								 
						
							
								bc8cdc6b79 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:johannes87/zsh-completions  
							
							
							
						 
						
							2023-09-17 12:44:01 +02:00  
				
					
						
							
							
								 
						
							
								7e9e14517d 
								
							 
						 
						
							
							
								
								remove trailing spaces  
							
							
							
						 
						
							2023-09-17 12:43:32 +02:00  
				
					
						
							
							
								 
						
							
								6cbfc1b942 
								
							 
						 
						
							
							
								
								Update fwupdmgr completion to 1.8.12  
							
							... 
							
							
							
							- Add new options and remove obsoleted options
- Fix broken device ID completions
- Simplify code 
							
						 
						
							2023-09-13 14:41:03 +09:00  
				
					
						
							
							
								 
						
							
								facf918250 
								
							 
						 
						
							
							
								
								Apply suggestions from code review  
							
							... 
							
							
							
							Co-authored-by: Shohei YOSHIDA <syohex@gmail.com> 
							
						 
						
							2023-09-08 00:41:23 +02:00  
				
					
						
							
							
								 
						
							
								0cee6ab508 
								
							 
						 
						
							
							
								
								Merge pull request  #1041  from zsh-users/refactor-port  
							
							... 
							
							
							
							Refactoring port 
							
						 
						
							2023-09-05 23:01:33 +09:00  
				
					
						
							
							
								 
						
							
								1ec2fd373f 
								
							 
						 
						
							
							
								
								Update node completion to v20.6.0  
							
							
							
						 
						
							2023-09-05 12:50:51 +09:00  
				
					
						
							
							
								 
						
							
								76dde7cb7b 
								
							 
						 
						
							
							
								
								Refactoring port  
							
							... 
							
							
							
							- Reduce executing external commands
- Reduce escape characters 
							
						 
						
							2023-09-05 12:17:43 +09:00  
				
					
						
							
							
								 
						
							
								c8c09241eb 
								
							 
						 
						
							
							
								
								Merge pull request  #1040  from zsh-users/fix-invalid-initialization  
							
							... 
							
							
							
							Fix wrong initial value settings 
							
						 
						
							2023-09-05 08:48:25 +09:00  
				
					
						
							
							
								 
						
							
								898dbaf873 
								
							 
						 
						
							
							
								
								Merge pull request  #1036  from zsh-users/update-gtk-launch  
							
							... 
							
							
							
							Fix broken gtk-launch completion and update 
							
						 
						
							2023-09-05 08:45:48 +09:00  
				
					
						
							
							
								 
						
							
								9dfd82bc78 
								
							 
						 
						
							
							
								
								Fix broken gtk-launch completion and update  
							
							... 
							
							
							
							- Use zsh builtin functions instead of external commands
- Stop parsing desktop file
  - Because it often causes error
  - It is difficult to extract the description that is in user's language
- Support gtk4-launch 
							
						 
						
							2023-09-05 08:45:14 +09:00  
				
					
						
							
							
								 
						
							
								c23b29fff8 
								
							 
						 
						
							
							
								
								Merge pull request  #1037  from zsh-users/refactor-direnv  
							
							... 
							
							
							
							Refactoring direnv 
							
						 
						
							2023-09-05 08:43:28 +09:00  
				
					
						
							
							
								 
						
							
								28f602902e 
								
							 
						 
						
							
							
								
								Add completion script for chatblade  
							
							
							
						 
						
							2023-09-04 13:48:19 +02:00  
				
					
						
							
							
								 
						
							
								ae3a2e4400 
								
							 
						 
						
							
							
								
								Fix port's cache policy function  
							
							... 
							
							
							
							The option of stat on macOS/BSD is wrong. So cache is always purged and
cache is always recreated so it is really slow.
Use 'zstat' module instead stat command for portability. 
							
						 
						
							2023-09-04 17:12:07 +09:00  
				
					
						
							
							
								 
						
							
								db79320716 
								
							 
						 
						
							
							
								
								Fix wrong initial value settings  
							
							
							
						 
						
							2023-09-04 15:49:49 +09:00  
				
					
						
							
							
								 
						
							
								abbd91220b 
								
							 
						 
						
							
							
								
								Refactoring direnv  
							
							... 
							
							
							
							- Do not use global variables, use local variables instead
- Reduce needless _arguments calls 
							
						 
						
							2023-09-04 14:47:03 +09:00  
				
					
						
							
							
								 
						
							
								ab99231c26 
								
							 
						 
						
							
							
								
								Merge pull request  #1033  from zsh-users/add-supervisord  
							
							... 
							
							
							
							Add supervisord completion 
							
						 
						
							2023-09-01 10:55:47 +09:00  
				
					
						
							
							
								 
						
							
								43a0fd3b44 
								
							 
						 
						
							
							
								
								Add supervisord completion  
							
							
							
						 
						
							2023-08-29 00:08:52 +09:00  
				
					
						
							
							
								 
						
							
								a2dae495f7 
								
							 
						 
						
							
							
								
								Update supervisorctl completion  
							
							... 
							
							
							
							- Reduce executing 'supervisorctl (status|avail)' times
- Don't modify global variables
- Support new options 
							
						 
						
							2023-08-28 23:47:39 +09:00  
				
					
						
							
							
								 
						
							
								796ee337fa 
								
							 
						 
						
							
							
								
								Accpet multiple env arguments  
							
							
							
						 
						
							2023-08-28 12:01:03 +09:00  
				
					
						
							
							
								 
						
							
								7603240219 
								
							 
						 
						
							
							
								
								Update nanoc completion and cleanup its code  
							
							
							
						 
						
							2023-08-27 20:43:14 +09:00  
				
					
						
							
							
								 
						
							
								5794f18e01 
								
							 
						 
						
							
							
								
								Refactor fvm completion  
							
							
							
						 
						
							2023-08-24 23:42:07 +09:00  
				
					
						
							
							
								 
						
							
								7494992bab 
								
							 
						 
						
							
							
								
								Refactoring udisksctl completion  
							
							... 
							
							
							
							- Apply formatting
- Use local variables instead of global variables
- Fix typos
- Update project URL 
							
						 
						
							2023-08-24 17:45:42 +09:00  
				
					
						
							
							
								 
						
							
								955ac75daf 
								
							 
						 
						
							
							
								
								Merge pull request  #1028  from zsh-users/update-flutter  
							
							... 
							
							
							
							Update flutter and dart completion 
							
						 
						
							2023-08-17 16:15:08 +09:00  
				
					
						
							
							
								 
						
							
								2a2efae5f6 
								
							 
						 
						
							
							
								
								Update flutter and dart completion  
							
							
							
						 
						
							2023-08-17 15:57:27 +09:00  
				
					
						
							
							
								 
						
							
								ba54f170a6 
								
							 
						 
						
							
							
								
								Avoid defining local variable options  
							
							... 
							
							
							
							zsh has the built in variable 'options'. zsh sometimes behaves
weirdly when there is a local variable that is named 'options' 
							
						 
						
							2023-08-17 12:13:27 +09:00  
				
					
						
							
							
								 
						
							
								75094d7275 
								
							 
						 
						
							
							
								
								Merge pull request  #1026  from zsh-users/update-rubocop  
							
							... 
							
							
							
							Update rubocop completion for version 1.55 
							
						 
						
							2023-08-09 12:38:57 +09:00  
				
					
						
							
							
								 
						
							
								5e0f32e676 
								
							 
						 
						
							
							
								
								Merge pull request  #1025  from zsh-users/update-protoc  
							
							... 
							
							
							
							Update protoc completion for version 24.0 
							
						 
						
							2023-08-09 12:38:24 +09:00  
				
					
						
							
							
								 
						
							
								b44635f0d9 
								
							 
						 
						
							
							
								
								Update rubocop completion for version 1.55  
							
							
							
						 
						
							2023-08-09 11:39:37 +09:00  
				
					
						
							
							
								 
						
							
								30fd820805 
								
							 
						 
						
							
							
								
								Update protoc completion for version 24.0  
							
							
							
						 
						
							2023-08-09 11:21:29 +09:00  
				
					
						
							
							
								 
						
							
								05fd700404 
								
							 
						 
						
							
							
								
								Update for go 1.21  
							
							
							
						 
						
							2023-08-09 08:34:54 +09:00  
				
					
						
							
							
								 
						
							
								3a817b893e 
								
							 
						 
						
							
							
								
								Update rfkill completion  
							
							
							
						 
						
							2023-07-02 09:41:31 +09:00  
				
					
						
							
							
								 
						
							
								e359dcb1d3 
								
							 
						 
						
							
							
								
								Update rspec completion to version 3.12.0  
							
							
							
						 
						
							2023-06-29 16:55:08 +09:00  
				
					
						
							
							
								 
						
							
								83f09c4615 
								
							 
						 
						
							
							
								
								Merge pull request  #1019  from zsh-users/update-golang  
							
							... 
							
							
							
							Update go completion version 1.21 
							
						 
						
							2023-06-23 15:05:54 +09:00  
				
					
						
							
							
								 
						
							
								e8814323ff 
								
							 
						 
						
							
							
								
								Merge pull request  #1017  from zsh-users/update_httpie  
							
							... 
							
							
							
							Update httpie 3.2.2 completion 
							
						 
						
							2023-06-23 15:05:24 +09:00  
				
					
						
							
							
								 
						
							
								cfc3d2a207 
								
							 
						 
						
							
							
								
								Update go completion version 1.21  
							
							
							
						 
						
							2023-06-22 16:47:45 +09:00  
				
					
						
							
							
								 
						
							
								323231ac9d 
								
							 
						 
						
							
							
								
								Add version to dart completion for maintenance  
							
							
							
						 
						
							2023-06-22 11:27:22 +09:00  
				
					
						
							
							
								 
						
							
								302f477e10 
								
							 
						 
						
							
							
								
								Update httpie completion  
							
							
							
						 
						
							2023-06-22 11:17:10 +09:00  
				
					
						
							
							
								 
						
							
								543f122195 
								
							 
						 
						
							
							
								
								Delete _yaourt  
							
							
							
						 
						
							2023-06-04 02:38:34 -04:00  
				
					
						
							
							
								 
						
							
								b9d86204bb 
								
							 
						 
						
							
							
								
								Add mkcert completion  
							
							
							
						 
						
							2023-05-23 11:47:58 +09:00  
				
					
						
							
							
								 
						
							
								a7bdfdf56e 
								
							 
						 
						
							
							
								
								Merge pull request  #1012  from zsh-users/typescript-tools  
							
							... 
							
							
							
							Add tsc and ts-node completions 
							
						 
						
							2023-05-22 10:51:20 +09:00  
				
					
						
							
							
								 
						
							
								8990e74097 
								
							 
						 
						
							
							
								
								Update vnstat completion  
							
							
							
						 
						
							2023-05-22 00:36:29 +09:00  
				
					
						
							
							
								 
						
							
								212b0d50f1 
								
							 
						 
						
							
							
								
								Add tsc and ts-node completions  
							
							
							
						 
						
							2023-05-20 23:04:53 +09:00  
				
					
						
							
							
								 
						
							
								4516f61d96 
								
							 
						 
						
							
							
								
								Support 'fvm dart' completion  
							
							
							
						 
						
							2023-05-18 15:15:16 +09:00  
				
					
						
							
							
								 
						
							
								4f59353fe1 
								
							 
						 
						
							
							
								
								Remove deprecated 'flutter format' completion  
							
							
							
						 
						
							2023-05-18 15:14:43 +09:00  
				
					
						
							
							
								 
						
							
								7427f0a294 
								
							 
						 
						
							
							
								
								Add dart completion  
							
							
							
						 
						
							2023-05-18 15:08:35 +09:00  
				
					
						
							
							
								 
						
							
								90471c3877 
								
							 
						 
						
							
							
								
								Update flutter completion for version 3.10.0  
							
							
							
						 
						
							2023-05-11 22:21:15 +09:00  
				
					
						
							
							
								 
						
							
								ec557e1fed 
								
							 
						 
						
							
							
								
								Add grpcurl completion  
							
							
							
						 
						
							2023-04-24 10:40:14 +09:00  
				
					
						
							
							
								 
						
							
								e797437fe5 
								
							 
						 
						
							
							
								
								Update node.js completion for version 20.0.0  
							
							
							
						 
						
							2023-04-19 11:31:42 +09:00  
				
					
						
							
							
								 
						
							
								889db4f8f6 
								
							 
						 
						
							
							
								
								Update src/_bitcoin-cli  
							
							... 
							
							
							
							Co-authored-by: Shohei YOSHIDA <syohex@gmail.com> 
							
						 
						
							2023-03-28 15:54:27 -06:00  
				
					
						
							
							
								 
						
							
								cd3b8a4657 
								
							 
						 
						
							
							
								
								Update src/_bitcoin-cli  
							
							... 
							
							
							
							Co-authored-by: Shohei YOSHIDA <syohex@gmail.com> 
							
						 
						
							2023-03-28 15:54:17 -06:00  
				
					
						
							
							
								 
						
							
								c20d6e9212 
								
							 
						 
						
							
							
								
								updated _bitcoin-cli to match bitcoind v24.1rc1  
							
							
							
						 
						
							2023-03-27 20:58:34 -06:00  
				
					
						
							
							
								 
						
							
								40ae92e112 
								
							 
						 
						
							
							
								
								Update conan completion and refactoring  
							
							
							
						 
						
							2023-02-24 23:33:53 +09:00  
				
					
						
							
							
								 
						
							
								92dc417c3e 
								
							 
						 
						
							
							
								
								Merge pull request  #999  from zsh-users/update-node  
							
							... 
							
							
							
							Update node.js completion for version 19.7.0 
							
						 
						
							2023-02-23 18:58:17 +09:00  
				
					
						
							
							
								 
						
							
								d71ddaa6eb 
								
							 
						 
						
							
							
								
								Merge pull request  #1000  from vsannikov/fix-virtualbox-medium  
							
							... 
							
							
							
							Fix virtualbox medium-related commands 
							
						 
						
							2023-02-22 18:41:50 +09:00  
				
					
						
							
							
								 
						
							
								ddb66cf14c 
								
							 
						 
						
							
							
								
								Update node.js completion for version 19.7.0  
							
							
							
						 
						
							2023-02-22 11:53:08 +09:00  
				
					
						
							
							
								 
						
							
								234e5d3e61 
								
							 
						 
						
							
							
								
								Fix `vboxmanage` medium-related commands parameters:  
							
							... 
							
							
							
							These commands accept a file name (or an UUID), not a VM name, as a
positional parameter. 
							
						 
						
							2023-02-21 18:14:13 +03:00  
				
					
						
							
							
								 
						
							
								9fa28becba 
								
							 
						 
						
							
							
								
								Fixed `vboxmanage closemedium` redundant parameters completion:  
							
							... 
							
							
							
							the command takes not more than two positional parameters. 
							
						 
						
							2023-02-21 17:56:33 +03:00  
				
					
						
							
							
								 
						
							
								b030b22f64 
								
							 
						 
						
							
							
								
								Fix misleading description for `vboxmanage --ostype` values  
							
							
							
						 
						
							2023-02-21 16:23:38 +03:00  
				
					
						
							
							
								 
						
							
								348187fac2 
								
							 
						 
						
							
							
								
								Fix `--ostype` argument of `vboxmanage createvm` command  
							
							
							
						 
						
							2023-02-21 15:49:07 +03:00  
				
					
						
							
							
								 
						
							
								4de5a8cc6a 
								
							 
						 
						
							
							
								
								Merge pull request  #997  from zsh-users/support-flutter-build-completion  
							
							... 
							
							
							
							Implement 'flutter build target' completion 
							
						 
						
							2023-02-20 21:38:47 +09:00  
				
					
						
							
							
								 
						
							
								60699cd07d 
								
							 
						 
						
							
							
								
								Merge pull request  #996  from Freed-Wu/neofetch  
							
							... 
							
							
							
							Add neofetch 
							
						 
						
							2023-02-20 15:16:16 +09:00  
				
					
						
							
							
								 
						
							
								7f2beb4fd3 
								
							 
						 
						
							
							
								
								Add neofetch  
							
							
							
						 
						
							2023-02-20 11:43:19 +08:00  
				
					
						
							
							
								 
						
							
								04a65a56de 
								
							 
						 
						
							
							
								
								Implement 'flutter build target' completion  
							
							
							
						 
						
							2023-02-19 18:34:41 +09:00  
				
					
						
							
							
								 
						
							
								a2c3a97252 
								
							 
						 
						
							
							
								
								tmuxp: fix xdg dir checked  
							
							
							
						 
						
							2023-02-07 16:05:31 +02:00  
				
					
						
							
							
								 
						
							
								e936451b03 
								
							 
						 
						
							
							
								
								tmuxp: fix using workspace dirs other than ~/.tmuxp  
							
							... 
							
							
							
							For reference see 3ba6426283/src/tmuxp/workspace/finders.py (L99-L128) 
							
						 
						
							2023-02-06 11:54:20 +02:00  
				
					
						
							
							
								 
						
							
								b07000ca5f 
								
							 
						 
						
							
							
								
								Update include-what-you-use completion  
							
							
							
						 
						
							2023-01-30 12:52:45 +09:00  
				
					
						
							
							
								 
						
							
								3e3e2f97f2 
								
							 
						 
						
							
							
								
								Merge pull request  #987  from zsh-users/networkquality  
							
							... 
							
							
							
							Add networkQuality completion 
							
						 
						
							2023-01-29 22:39:36 +09:00  
				
					
						
							
							
								 
						
							
								e9191ffa95 
								
							 
						 
						
							
							
								
								Implement flutter pub sub command completions  
							
							
							
						 
						
							2023-01-27 22:59:48 +09:00  
				
					
						
							
							
								 
						
							
								14817f4f11 
								
							 
						 
						
							
							
								
								Update flutter completion for version 3.7  
							
							
							
						 
						
							2023-01-26 12:36:37 +09:00  
				
					
						
							
							
								 
						
							
								4f5a896b96 
								
							 
						 
						
							
							
								
								Add networkQuality completion  
							
							
							
						 
						
							2023-01-25 14:16:30 +09:00  
				
					
						
							
							
								 
						
							
								865fd86d2e 
								
							 
						 
						
							
							
								
								add phx.gen.auth  
							
							
							
						 
						
							2023-01-17 22:55:49 -05:00  
				
					
						
							
							
								 
						
							
								4ac9173088 
								
							 
						 
						
							
							
								
								Fix broken completion and use awk instead of perl for portability  
							
							
							
						 
						
							2023-01-10 10:54:42 +09:00  
				
					
						
							
							
								 
						
							
								8c6ffb73e9 
								
							 
						 
						
							
							
								
								Add avdmanager and sdkmanager completion  
							
							
							
						 
						
							2023-01-06 23:28:55 +09:00  
				
					
						
							
							
								 
						
							
								61e6ab29ba 
								
							 
						 
						
							
							
								
								Merge pull request  #976  from zsh-users/add-emacs-completions  
							
							... 
							
							
							
							Add emacs and emacsclient completion 
							
						 
						
							2023-01-06 12:56:43 +09:00  
				
					
						
							
							
								 
						
							
								5310fa6f33 
								
							 
						 
						
							
							
								
								Merge pull request  #977  from zsh-users/add-screencapture  
							
							... 
							
							
							
							Add macOS screencapture command completion 
							
						 
						
							2023-01-06 12:56:26 +09:00  
				
					
						
							
							
								 
						
							
								852e1f35b2 
								
							 
						 
						
							
							
								
								Merge pull request  #978  from zsh-users/update-scala  
							
							... 
							
							
							
							Fix broken scala/scalac completion and update to version 3.2.1 
							
						 
						
							2023-01-06 12:56:06 +09:00  
				
					
						
							
							
								 
						
							
								1d492c7151 
								
							 
						 
						
							
							
								
								Fix typos  
							
							
							
						 
						
							2023-01-04 22:50:35 +02:00  
				
					
						
							
							
								 
						
							
								7a3387ed46 
								
							 
						 
						
							
							
								
								Fix broken scala/scalac completion and update to version 3.2.1  
							
							
							
						 
						
							2023-01-04 17:43:10 +09:00  
				
					
						
							
							
								 
						
							
								d368e2a3b8 
								
							 
						 
						
							
							
								
								Add macOS screencapture command completion  
							
							
							
						 
						
							2023-01-02 12:51:35 +09:00  
				
					
						
							
							
								 
						
							
								3acaeebfcb 
								
							 
						 
						
							
							
								
								Add emacs and emacsclient completion  
							
							
							
						 
						
							2022-12-28 14:31:05 +09:00  
				
					
						
							
							
								 
						
							
								ed5394d671 
								
							 
						 
						
							
							
								
								Fix typo in node.js completion  
							
							
							
						 
						
							2022-12-27 19:13:23 +09:00  
				
					
						
							
							
								 
						
							
								0491bd2cbe 
								
							 
						 
						
							
							
								
								Update bundle completion  
							
							... 
							
							
							
							bundle gem --ext option should take language c or rust now 
							
						 
						
							2022-12-26 10:53:54 +09:00  
				
					
						
							
							
								 
						
							
								b3eb781837 
								
							 
						 
						
							
							
								
								Update sbt completion  
							
							
							
						 
						
							2022-12-25 16:23:41 +09:00  
				
					
						
							
							
								 
						
							
								eecf5d5c10 
								
							 
						 
						
							
							
								
								Update author list  
							
							
							
						 
						
							2022-12-25 13:19:01 +09:00  
				
					
						
							
							
								 
						
							
								2df4d30003 
								
							 
						 
						
							
							
								
								Add dhcpserver subcommand completion  
							
							
							
						 
						
							2022-12-25 13:17:38 +09:00  
				
					
						
							
							
								 
						
							
								9035bfb0a8 
								
							 
						 
						
							
							
								
								Reduce functions  
							
							
							
						 
						
							2022-12-25 13:06:35 +09:00  
				
					
						
							
							
								 
						
							
								4c66875a7b 
								
							 
						 
						
							
							
								
								Add hostonlynet subcommand completion  
							
							
							
						 
						
							2022-12-25 13:00:17 +09:00  
				
					
						
							
							
								 
						
							
								337c43064e 
								
							 
						 
						
							
							
								
								Add hostonlyif subcommand completion  
							
							
							
						 
						
							2022-12-25 12:56:22 +09:00  
				
					
						
							
							
								 
						
							
								46e5e95405 
								
							 
						 
						
							
							
								
								Add metrics subcommand completion  
							
							
							
						 
						
							2022-12-25 12:52:22 +09:00  
				
					
						
							
							
								 
						
							
								d54db07dd5 
								
							 
						 
						
							
							
								
								Add debugvm subcommand completion  
							
							
							
						 
						
							2022-12-25 12:44:18 +09:00  
				
					
						
							
							
								 
						
							
								fa57596f67 
								
							 
						 
						
							
							
								
								ADd guestcontrol subcommand completion  
							
							
							
						 
						
							2022-12-25 12:20:38 +09:00  
				
					
						
							
							
								 
						
							
								8d40ac67bf 
								
							 
						 
						
							
							
								
								Add natnetwork subcommand completion  
							
							
							
						 
						
							2022-12-25 10:41:20 +09:00  
				
					
						
							
							
								 
						
							
								a6f3ed2616 
								
							 
						 
						
							
							
								
								Implement sharedfolder subcommand completion  
							
							
							
						 
						
							2022-12-24 22:39:10 +09:00  
				
					
						
							
							
								 
						
							
								2e02fa2bc4 
								
							 
						 
						
							
							
								
								Add usbdevsource subcommand completion  
							
							
							
						 
						
							2022-12-24 22:00:29 +09:00  
				
					
						
							
							
								 
						
							
								793c77ece9 
								
							 
						 
						
							
							
								
								Add extpack subcommand completion  
							
							
							
						 
						
							2022-12-24 19:49:05 +09:00  
				
					
						
							
							
								 
						
							
								a5cc26eee1 
								
							 
						 
						
							
							
								
								Add modifynvram subcommand completion  
							
							
							
						 
						
							2022-12-24 18:38:00 +09:00  
				
					
						
							
							
								 
						
							
								01c0875bb5 
								
							 
						 
						
							
							
								
								Add updatecheck subcommand completion  
							
							
							
						 
						
							2022-12-24 17:31:27 +09:00  
				
					
						
							
							
								 
						
							
								eff72eacf6 
								
							 
						 
						
							
							
								
								Add usbfilter subcommand completion  
							
							
							
						 
						
							2022-12-24 15:50:32 +09:00  
				
					
						
							
							
								 
						
							
								4f8614d0ac 
								
							 
						 
						
							
							
								
								Add guestproperty subcommand completion  
							
							
							
						 
						
							2022-12-24 09:27:04 +09:00  
				
					
						
							
							
								 
						
							
								6ec58b685e 
								
							 
						 
						
							
							
								
								Add cloud subcommand completion  
							
							
							
						 
						
							2022-12-23 21:59:58 +09:00  
				
					
						
							
							
								 
						
							
								2228daef0e 
								
							 
						 
						
							
							
								
								Add snapshot subcommand completion  
							
							
							
						 
						
							2022-12-23 20:55:17 +09:00  
				
					
						
							
							
								 
						
							
								61ccfe353f 
								
							 
						 
						
							
							
								
								Add unattended subcommand completion  
							
							
							
						 
						
							2022-12-23 18:13:26 +09:00  
				
					
						
							
							
								 
						
							
								7aba5946ca 
								
							 
						 
						
							
							
								
								Add cloudprofile subcommand completion  
							
							
							
						 
						
							2022-12-23 16:46:30 +09:00  
				
					
						
							
							
								 
						
							
								a2d4ea00d9 
								
							 
						 
						
							
							
								
								Add mediumio subcommand completion  
							
							
							
						 
						
							2022-12-23 15:28:52 +09:00  
				
					
						
							
							
								 
						
							
								0211e566da 
								
							 
						 
						
							
							
								
								Add bandwidthctl subcommand completion  
							
							
							
						 
						
							2022-12-23 14:12:29 +09:00  
				
					
						
							
							
								 
						
							
								7ec9280e88 
								
							 
						 
						
							
							
								
								Implement encryptvm subcommand  
							
							
							
						 
						
							2022-12-22 21:36:57 +09:00  
				
					
						
							
							
								 
						
							
								021da0cde5 
								
							 
						 
						
							
							
								
								Add set property completion  
							
							
							
						 
						
							2022-12-22 14:32:56 +09:00  
				
					
						
							
							
								 
						
							
								9a1ec0e9ee 
								
							 
						 
						
							
							
								
								Update virtualbox completion  
							
							... 
							
							
							
							- Fix broken option completion
- Format
- Update subcommands
- Add TODO comments in unimplemented subcommands 
							
						 
						
							2022-12-14 23:29:37 +09:00  
				
					
						
							
							
								 
						
							
								7b8bb64cbb 
								
							 
						 
						
							
							
								
								Merge pull request  #955  from zsh-users/clang-tools  
							
							... 
							
							
							
							Add clang tools completions 
							
						 
						
							2022-12-12 22:46:26 +09:00  
				
					
						
							
							
								 
						
							
								07a062b77e 
								
							 
						 
						
							
							
								
								Update go1.20  
							
							... 
							
							
							
							- add `-C` flag and `-pgo` flag
- remove `-i` flag from `go build` and `go test` because it was removed 
							
						 
						
							2022-12-08 12:54:23 +09:00  
				
					
						
							
							
								 
						
							
								10a706d337 
								
							 
						 
						
							
							
								
								Fix broken boolean parameter completion  
							
							
							
						 
						
							2022-12-03 13:35:37 +09:00  
				
					
						
							
							
								 
						
							
								d6e8817991 
								
							 
						 
						
							
							
								
								Add clang-tidy completion  
							
							
							
						 
						
							2022-12-03 13:16:02 +09:00  
				
					
						
							
							
								 
						
							
								3b0477499e 
								
							 
						 
						
							
							
								
								Add clang-format completion  
							
							
							
						 
						
							2022-12-03 13:15:31 +09:00  
				
					
						
							
							
								 
						
							
								3d26c20452 
								
							 
						 
						
							
							
								
								Add clang-check completion  
							
							
							
						 
						
							2022-12-03 13:15:25 +09:00  
				
					
						
							
							
								 
						
							
								a09284a734 
								
							 
						 
						
							
							
								
								Merge pull request  #953  from zsh-users/update-setcap  
							
							... 
							
							
							
							Update setcap 
							
						 
						
							2022-11-26 21:08:45 +09:00  
				
					
						
							
							
								 
						
							
								fa0b8386b4 
								
							 
						 
						
							
							
								
								Update dhcpcd completion  
							
							
							
						 
						
							2022-11-25 18:54:45 +09:00  
				
					
						
							
							
								 
						
							
								fc35e4e6c3 
								
							 
						 
						
							
							
								
								Update setcap  
							
							
							
						 
						
							2022-11-25 18:15:00 +09:00  
				
					
						
							
							
								 
						
							
								3b7609ad4f 
								
							 
						 
						
							
							
								
								Update qmk completion  
							
							
							
						 
						
							2022-11-24 22:37:42 +09:00  
				
					
						
							
							
								 
						
							
								2a284cfefa 
								
							 
						 
						
							
							
								
								Update pixz  
							
							
							
						 
						
							2022-11-24 17:45:00 +09:00  
				
					
						
							
							
								 
						
							
								55a3314a2d 
								
							 
						 
						
							
							
								
								Merge pull request  #949  from zsh-users/update-ccache  
							
							... 
							
							
							
							Update ccache 
							
						 
						
							2022-11-23 16:26:31 +09:00  
				
					
						
							
							
								 
						
							
								fc9ff87d12 
								
							 
						 
						
							
							
								
								Remove completions that zsh supports itself  
							
							
							
						 
						
							2022-11-23 16:20:14 +09:00  
				
					
						
							
							
								 
						
							
								17f57c2b2e 
								
							 
						 
						
							
							
								
								Update ccache  
							
							
							
						 
						
							2022-11-23 16:18:02 +09:00  
				
					
						
							
							
								 
						
							
								e8f1574203 
								
							 
						 
						
							
							
								
								Merge pull request  #948  from zsh-users/remove-debuild  
							
							... 
							
							
							
							Remove _debuild completion 
							
						 
						
							2022-11-23 13:47:47 +09:00  
				
					
						
							
							
								 
						
							
								2b16b33a10 
								
							 
						 
						
							
							
								
								Remove _debuild completion  
							
							... 
							
							
							
							zsh supports it itself now 
							
						 
						
							2022-11-23 13:45:23 +09:00  
				
					
						
							
							
								 
						
							
								b263de0778 
								
							 
						 
						
							
							
								
								Update dget completion  
							
							
							
						 
						
							2022-11-23 13:35:47 +09:00  
				
					
						
							
							
								 
						
							
								0b6e064850 
								
							 
						 
						
							
							
								
								Update links  
							
							
							
						 
						
							2022-11-23 13:31:48 +09:00  
				
					
						
							
							
								 
						
							
								e6cb409135 
								
							 
						 
						
							
							
								
								Merge pull request  #945  from zsh-users/update-conan  
							
							... 
							
							
							
							Update conan completion 
							
						 
						
							2022-11-23 12:18:32 +09:00  
				
					
						
							
							
								 
						
							
								3c49fc1f15 
								
							 
						 
						
							
							
								
								Merge pull request  #944  from zsh-users/update-inxi  
							
							... 
							
							
							
							Update inxi completion 
							
						 
						
							2022-11-23 11:56:18 +09:00  
				
					
						
							
							
								 
						
							
								4527ea4c64 
								
							 
						 
						
							
							
								
								Update conan completion  
							
							
							
						 
						
							2022-11-23 11:55:08 +09:00  
				
					
						
							
							
								 
						
							
								3a9bc83c91 
								
							 
						 
						
							
							
								
								Update inxi completion  
							
							
							
						 
						
							2022-11-21 23:59:33 +09:00  
				
					
						
							
							
								 
						
							
								92199f20b2 
								
							 
						 
						
							
							
								
								Update mvn completion  
							
							
							
						 
						
							2022-11-21 18:47:47 +09:00  
				
					
						
							
							
								 
						
							
								bffb7ef747 
								
							 
						 
						
							
							
								
								Update pm2 completion  
							
							
							
						 
						
							2022-11-19 18:46:28 +09:00  
				
					
						
							
							
								 
						
							
								703b877bac 
								
							 
						 
						
							
							
								
								Merge pull request  #941  from zsh-users/update-svm  
							
							... 
							
							
							
							Update svm 
							
						 
						
							2022-11-18 22:34:20 +09:00  
				
					
						
							
							
								 
						
							
								141d79e67b 
								
							 
						 
						
							
							
								
								Merge pull request  #940  from zsh-users/update-cmake  
							
							... 
							
							
							
							Update cmake completion 
							
						 
						
							2022-11-18 22:34:03 +09:00  
				
					
						
							
							
								 
						
							
								09efd4c547 
								
							 
						 
						
							
							
								
								Merge pull request  #939  from zsh-users/remove-force  
							
							... 
							
							
							
							Remove force completion 
							
						 
						
							2022-11-18 22:33:37 +09:00  
				
					
						
							
							
								 
						
							
								bec6ca01b1 
								
							 
						 
						
							
							
								
								Merge pull request  #938  from zsh-users/refactor-flutter  
							
							... 
							
							
							
							Refactoring flutter completion 
							
						 
						
							2022-11-18 22:33:15 +09:00  
				
					
						
							
							
								 
						
							
								0f4dddf7d8 
								
							 
						 
						
							
							
								
								Update svm  
							
							
							
						 
						
							2022-11-18 22:31:36 +09:00  
				
					
						
							
							
								 
						
							
								df1bba9803 
								
							 
						 
						
							
							
								
								Update cmake completion  
							
							
							
						 
						
							2022-11-18 22:25:19 +09:00  
				
					
						
							
							
								 
						
							
								df4f71fb8c 
								
							 
						 
						
							
							
								
								Remove force completion  
							
							... 
							
							
							
							Because force command supports to generate zsh completion file itself 
							
						 
						
							2022-11-18 17:46:18 +09:00  
				
					
						
							
							
								 
						
							
								6b33831ab3 
								
							 
						 
						
							
							
								
								Refactoring flutter completion  
							
							... 
							
							
							
							- apply formatting
- remove unused functions
- DRY 
							
						 
						
							2022-11-18 17:16:14 +09:00  
				
					
						
							
							
								 
						
							
								8840190985 
								
							 
						 
						
							
							
								
								Format scrub completion and improve pattern completion  
							
							
							
						 
						
							2022-11-18 12:17:35 +09:00  
				
					
						
							
							
								 
						
							
								ba6f1e662e 
								
							 
						 
						
							
							
								
								Merge pull request  #934  from zsh-users/update-coffee  
							
							... 
							
							
							
							Update coffee completion 
							
						 
						
							2022-11-18 11:52:14 +09:00  
				
					
						
							
							
								 
						
							
								8052a7ef0b 
								
							 
						 
						
							
							
								
								Merge pull request  #935  from zsh-users/remove_vagrant  
							
							... 
							
							
							
							Remove vagrant 
							
						 
						
							2022-11-18 11:51:57 +09:00  
				
					
						
							
							
								 
						
							
								83842b03d6 
								
							 
						 
						
							
							
								
								Remove perf completion  
							
							... 
							
							
							
							Because zsh supports perf completion now 
							
						 
						
							2022-11-18 11:32:19 +09:00  
				
					
						
							
							
								 
						
							
								e001c1e523 
								
							 
						 
						
							
							
								
								Remove vagrant  
							
							... 
							
							
							
							vagrant supports zsh completion itself now
Reference
- https://developer.hashicorp.com/vagrant/docs/cli#autocompletion  
							
						 
						
							2022-11-18 11:30:20 +09:00  
				
					
						
							
							
								 
						
							
								b920d83b9a 
								
							 
						 
						
							
							
								
								Update coffee completion  
							
							
							
						 
						
							2022-11-18 10:55:27 +09:00  
				
					
						
							
							
								 
						
							
								8f55f16f8d 
								
							 
						 
						
							
							
								
								Merge pull request  #932  from zsh-users/update-lunchy  
							
							... 
							
							
							
							Update lunchy completion 
							
						 
						
							2022-11-18 10:43:55 +09:00  
				
					
						
							
							
								 
						
							
								bfe43af637 
								
							 
						 
						
							
							
								
								Update ibus  
							
							
							
						 
						
							2022-11-18 00:11:23 +09:00  
				
					
						
							
							
								 
						
							
								7483c68a70 
								
							 
						 
						
							
							
								
								Merge pull request  #929  from zsh-users/update_lilypond  
							
							... 
							
							
							
							Update lilypond completion 
							
						 
						
							2022-11-17 20:31:10 +09:00  
				
					
						
							
							
								 
						
							
								00dca0baf8 
								
							 
						 
						
							
							
								
								Merge pull request  #931  from zsh-users/add-mc-description  
							
							... 
							
							
							
							Add description of mc command 
							
						 
						
							2022-11-17 20:28:51 +09:00  
				
					
						
							
							
								 
						
							
								e7d3f4c6c6 
								
							 
						 
						
							
							
								
								Update lunchy completion  
							
							
							
						 
						
							2022-11-17 19:14:26 +09:00  
				
					
						
							
							
								 
						
							
								6569c7df34 
								
							 
						 
						
							
							
								
								Add description of mc command  
							
							
							
						 
						
							2022-11-17 17:52:22 +09:00  
				
					
						
							
							
								 
						
							
								812d2202c0 
								
							 
						 
						
							
							
								
								Remove composer  
							
							
							
						 
						
							2022-11-17 17:38:37 +09:00  
				
					
						
							
							
								 
						
							
								3eec22b0f6 
								
							 
						 
						
							
							
								
								Update lilypond completion  
							
							
							
						 
						
							2022-11-17 08:38:06 +09:00  
				
					
						
							
							
								 
						
							
								b293a95465 
								
							 
						 
						
							
							
								
								Merge pull request  #927  from zsh-users/update-showoff  
							
							... 
							
							
							
							Update showoff completion 
							
						 
						
							2022-11-17 08:27:41 +09:00  
				
					
						
							
							
								 
						
							
								47e55a8715 
								
							 
						 
						
							
							
								
								Update Capistrano completion  
							
							
							
						 
						
							2022-11-17 00:15:43 +09:00  
				
					
						
							
							
								 
						
							
								80f7f13d6d 
								
							 
						 
						
							
							
								
								Update showoff completion  
							
							
							
						 
						
							2022-11-16 23:53:17 +09:00  
				
					
						
							
							
								 
						
							
								c41e744e14 
								
							 
						 
						
							
							
								
								Merge pull request  #924  from zsh-users/remove-git-journal  
							
							... 
							
							
							
							Remove git-journal completion 
							
						 
						
							2022-11-16 23:10:37 +09:00  
				
					
						
							
							
								 
						
							
								da7339b4b2 
								
							 
						 
						
							
							
								
								Merge pull request  #923  from zsh-users/update-docpad  
							
							... 
							
							
							
							Update docpad 
							
						 
						
							2022-11-16 23:09:38 +09:00  
				
					
						
							
							
								 
						
							
								100a9171ff 
								
							 
						 
						
							
							
								
								Merge pull request  #922  from zsh-users/update-thor  
							
							... 
							
							
							
							Update thor completion 
							
						 
						
							2022-11-16 23:09:04 +09:00  
				
					
						
							
							
								 
						
							
								c39f496be3 
								
							 
						 
						
							
							
								
								Merge pull request  #921  from zsh-users/update-pygmentize  
							
							... 
							
							
							
							Update pygmentize completion 
							
						 
						
							2022-11-16 23:08:33 +09:00  
				
					
						
							
							
								 
						
							
								710e0c19a6 
								
							 
						 
						
							
							
								
								Merge pull request  #925  from zsh-users/update-kak  
							
							... 
							
							
							
							Update kak completion 
							
						 
						
							2022-11-16 23:07:52 +09:00  
				
					
						
							
							
								 
						
							
								789054ed27 
								
							 
						 
						
							
							
								
								Remove subl completion  
							
							... 
							
							
							
							zsh supports Sublime text cli completion now 
							
						 
						
							2022-11-16 20:44:29 +09:00  
				
					
						
							
							
								 
						
							
								7cea53d40d 
								
							 
						 
						
							
							
								
								Update kak completion  
							
							
							
						 
						
							2022-11-16 20:34:14 +09:00  
				
					
						
							
							
								 
						
							
								8c8c42e123 
								
							 
						 
						
							
							
								
								Remove git-journal completion  
							
							... 
							
							
							
							git-journal supports to generate zsh(and bash) completion file.
And this completion file output is same as its output. 
							
						 
						
							2022-11-16 20:10:07 +09:00  
				
					
						
							
							
								 
						
							
								d62dcaf896 
								
							 
						 
						
							
							
								
								Update docpad  
							
							
							
						 
						
							2022-11-16 19:41:27 +09:00  
				
					
						
							
							
								 
						
							
								63a275bc2e 
								
							 
						 
						
							
							
								
								Update thor completion  
							
							
							
						 
						
							2022-11-16 16:09:14 +09:00  
				
					
						
							
							
								 
						
							
								6de723fd36 
								
							 
						 
						
							
							
								
								Update pygmentize completion  
							
							
							
						 
						
							2022-11-16 11:18:01 +09:00  
				
					
						
							
							
								 
						
							
								01ff97e2fe 
								
							 
						 
						
							
							
								
								Merge pull request  #919  from zsh-users/update-grances  
							
							... 
							
							
							
							Update glances completion 
							
						 
						
							2022-11-16 09:04:46 +09:00  
				
					
						
							
							
								 
						
							
								3e07b1e030 
								
							 
						 
						
							
							
								
								Update subliminal completion  
							
							
							
						 
						
							2022-11-15 23:29:51 +09:00  
				
					
						
							
							
								 
						
							
								22f873dc5e 
								
							 
						 
						
							
							
								
								Merge pull request  #917  from zsh-users/update-bundle-doc  
							
							... 
							
							
							
							Update 'bundle clean --force' completion document 
							
						 
						
							2022-11-15 22:33:04 +09:00  
				
					
						
							
							
								 
						
							
								645936e055 
								
							 
						 
						
							
							
								
								Update glances completion  
							
							
							
						 
						
							2022-11-15 22:31:59 +09:00  
				
					
						
							
							
								 
						
							
								4ab4eaea2d 
								
							 
						 
						
							
							
								
								nvm: remove extra space in exec command description  
							
							
							
						 
						
							2022-11-15 12:48:19 +01:00  
				
					
						
							
							
								 
						
							
								90fc2e1c44 
								
							 
						 
						
							
							
								
								Update 'bundle clean --force' completion document  
							
							
							
						 
						
							2022-11-15 11:48:04 +09:00  
				
					
						
							
							
								 
						
							
								7916ba50ed 
								
							 
						 
						
							
							
								
								Merge pull request  #915  from zsh-users/update-git-revise  
							
							... 
							
							
							
							Add git-revise completion 
							
						 
						
							2022-11-15 10:38:32 +09:00  
				
					
						
							
							
								 
						
							
								28070aa9e4 
								
							 
						 
						
							
							
								
								Update rslsync completion  
							
							
							
						 
						
							2022-11-14 23:37:58 +09:00  
				
					
						
							
							
								 
						
							
								c3ff722d2e 
								
							 
						 
						
							
							
								
								Add git-revise completion  
							
							
							
						 
						
							2022-11-14 23:23:44 +09:00  
				
					
						
							
							
								 
						
							
								2d9d1ffa60 
								
							 
						 
						
							
							
								
								Update RuboCop completion  
							
							
							
						 
						
							2022-11-14 13:35:02 +09:00  
				
					
						
							
							
								 
						
							
								6470db93fb 
								
							 
						 
						
							
							
								
								fix group completion  
							
							... 
							
							
							
							Original code does not work if multile directories are matched 
							
						 
						
							2022-11-14 00:52:31 +09:00  
				
					
						
							
							
								 
						
							
								28affc5c80 
								
							 
						 
						
							
							
								
								Update Teamocil  
							
							
							
						 
						
							2022-11-13 23:54:30 +09:00  
				
					
						
							
							
								 
						
							
								27e61dfbaf 
								
							 
						 
						
							
							
								
								Update nvm completion  
							
							
							
						 
						
							2022-11-12 21:23:46 +09:00  
				
					
						
							
							
								 
						
							
								d45e52f607 
								
							 
						 
						
							
							
								
								Update gist completion  
							
							
							
						 
						
							2022-11-11 11:46:54 +09:00  
				
					
						
							
							
								 
						
							
								20edd70f84 
								
							 
						 
						
							
							
								
								Update cppcheck completion  
							
							
							
						 
						
							2022-11-10 22:57:27 +09:00  
				
					
						
							
							
								 
						
							
								6310817eb4 
								
							 
						 
						
							
							
								
								Update bundle zsh completion  
							
							... 
							
							
							
							And fix some broken completions 
							
						 
						
							2022-11-09 18:43:31 +09:00  
				
					
						
							
							
								 
						
							
								0913143538 
								
							 
						 
						
							
							
								
								Update afew  
							
							
							
						 
						
							2022-11-07 22:39:17 +09:00  
				
					
						
							
							
								 
						
							
								bfc56a2e4c 
								
							 
						 
						
							
							
								
								Update httpie completion and reformat code  
							
							... 
							
							
							
							- Reformat
- Remove deprecated options
- Add missing candidates of `--style` and `--auth-type` 
							
						 
						
							2022-11-07 16:41:39 +09:00  
				
					
						
							
							
								 
						
							
								14da57e8e2 
								
							 
						 
						
							
							
								
								Merge pull request  #891  from max-ae/httpie-https  
							
							... 
							
							
							
							make httpie completion work for both `http` and `https` 
							
						 
						
							2022-11-07 16:16:39 +09:00  
				
					
						
							
							
								 
						
							
								4bf24327ba 
								
							 
						 
						
							
							
								
								Extract generators from 'cmake --help'  
							
							
							
						 
						
							2022-11-02 12:01:16 +09:00  
				
					
						
							
							
								 
						
							
								3e46a875d4 
								
							 
						 
						
							
							
								
								Original sed code does not work on BSD sed with BRE  
							
							
							
						 
						
							2022-11-01 15:59:07 +09:00  
				
					
						
							
							
								 
						
							
								b4ec85ede7 
								
							 
						 
						
							
							
								
								Merge pull request  #902  from zsh-users/add-fvm  
							
							... 
							
							
							
							Add fvm completion 
							
						 
						
							2022-10-31 22:21:12 +09:00  
				
					
						
							
							
								 
						
							
								aedae136e7 
								
							 
						 
						
							
							
								
								Add fvm completion  
							
							
							
						 
						
							2022-10-31 18:24:30 +09:00  
				
					
						
							
							
								 
						
							
								2dfe3ca220 
								
							 
						 
						
							
							
								
								Update tmuxp  
							
							
							
						 
						
							2022-10-30 17:53:46 +09:00  
				
					
						
							
							
								 
						
							
								79b3418462 
								
							 
						 
						
							
							
								
								Update node.js completion to 19.0.0  
							
							
							
						 
						
							2022-10-19 11:09:06 +09:00  
				
					
						
							
							
								 
						
							
								10b46f923a 
								
							 
						 
						
							
							
								
								Merge pull request  #895  from Freed-Wu/master  
							
							... 
							
							
							
							Remove _trash* because trashcli support completion 
							
						 
						
							2022-10-16 22:54:48 +09:00  
				
					
						
							
							
								 
						
							
								e64e3c2d02 
								
							 
						 
						
							
							
								
								Fix nftables completion  
							
							
							
						 
						
							2022-10-04 15:29:19 +08:00  
				
					
						
							
							
								 
						
							
								527c3d3d79 
								
							 
						 
						
							
							
								
								Remove _trash* because trashcli support completion  
							
							... 
							
							
							
							https://github.com/andreafrancia/trash-cli/blob/master/trashcli/shell_completion.py  
						
							2022-09-30 14:36:59 +08:00  
				
					
						
							
							
								 
						
							
								6a33c3f666 
								
							 
						 
						
							
							
								
								Add Direnv completion  
							
							
							
						 
						
							2022-09-19 14:39:54 +03:00  
				
					
						
							
							
								 
						
							
								e6fdabb97d 
								
							 
						 
						
							
							
								
								Utilize grep -E instead of deprecated/obsolescent egrep  
							
							
							
						 
						
							2022-09-12 17:51:37 +02:00