c83b6a505b 
								
							 
						 
						
							
							
								
								Add function to list natnetworks  
							
							
							
						 
						
							2022-01-25 17:30:35 +01:00  
				
					
						
							
							
								 
						
							
								f20a81f813 
								
							 
						 
						
							
							
								
								Add (unCamelised) vboxmanage for Linux  
							
							
							
						 
						
							2022-01-25 17:29:23 +01:00  
				
					
						
							
							
								 
						
							
								546fa7e5bb 
								
							 
						 
						
							
							
								
								Merge pull request  #837  from seivan/patch-1  
							
							... 
							
							
							
							git-flow: Adding description to be picked up. 
							
						 
						
							2022-01-18 09:29:12 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								20f3cd5f5d 
								
							 
						 
						
							
							
								
								Merge pull request  #836  from syohex/colon-script  
							
							... 
							
							
							
							Fix script completion which contains colons 
							
						 
						
							2022-01-06 20:39:22 +09:00  
				
					
						
							
							
								 
						
							
								1b1b0c7c8f 
								
							 
						 
						
							
							
								
								Fix script completion which contains colons  
							
							
							
						 
						
							2022-01-06 19:47:55 +09:00  
				
					
						
							
							
								 
						
							
								bffff37c3e 
								
							 
						 
						
							
							
								
								Merge pull request  #834  from syohex/issue833  
							
							... 
							
							
							
							Fix perl one liner bug 
							
						 
						
							2021-12-30 12:12:53 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								b3876c5982 
								
							 
						 
						
							
							
								
								Merge pull request  #830  from syohex/issue-829  
							
							... 
							
							
							
							Fix issue when package.json is not in current directory 
							
						 
						
							2021-12-21 23:54:32 +09:00  
				
					
						
							
							
								 
						
							
								da037c4ba7 
								
							 
						 
						
							
							
								
								Fix issue when package.json is not in current directory  
							
							
							
						 
						
							2021-12-21 23:52:30 +09:00  
				
					
						
							
							
								 
						
							
								e4090f1baa 
								
							 
						 
						
							
							
								
								Merge pull request  #827  from syohex/issue-802  
							
							... 
							
							
							
							Update collect workspaces command 
							
						 
						
							2021-12-11 12:27:14 +09:00  
				
					
						
							
							
								 
						
							
								790890e256 
								
							 
						 
						
							
							
								
								Fix no node_modules case  
							
							
							
						 
						
							2021-12-09 19:44:11 +09:00  
				
					
						
							
							
								 
						
							
								839df66922 
								
							 
						 
						
							
							
								
								Don't use yarn run --json for newer yarn  
							
							
							
						 
						
							2021-12-09 01:37:29 +09:00  
				
					
						
							
							
								 
						
							
								2f54f2b212 
								
							 
						 
						
							
							
								
								Support both older and newer versions  
							
							
							
						 
						
							2021-12-08 00:19:46 +09:00  
				
					
						
							
							
								 
						
							
								c6bce7358c 
								
							 
						 
						
							
							
								
								Update collect workspaces command  
							
							
							
						 
						
							2021-12-07 23:06:33 +09:00  
				
					
						
							
							
								 
						
							
								1a0808696c 
								
							 
						 
						
							
							
								
								Merge pull request  #825  from MunifTanjim/fix-entrypoint  
							
							... 
							
							
							
							fix: entrypoint fpath expansion 
							
						 
						
							2021-12-01 15:21:22 +09:00  
				
					
						
							
							
								 
						
							
								ac3ceba238 
								
							 
						 
						
							
							
								
								fix: entrypoint fpath expansion  
							
							
							
						 
						
							2021-12-01 12:08:52 +06:00  
				
					
						
							
							
								 
						
							
								536bd1d3d4 
								
							 
						 
						
							
							
								
								Merge pull request  #824  from midchildan/update/knife  
							
							... 
							
							
							
							knife: improve completion 
							
						 
						
							2021-11-30 09:54:55 +09:00  
				
					
						
							
							
								 
						
							
								1f5e5ff471 
								
							 
						 
						
							
							
								
								knife: improve completion for Chef Vault commands  
							
							
							
						 
						
							2021-11-30 00:52:28 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								da42a24a07 
								
							 
						 
						
							
							
								
								knife: backport  #531  and  #131  
							
							
							
						 
						
							2021-11-19 00:15:06 +09:00  
				
					
						
							
							
								 
						
							
								b5de3d53e0 
								
							 
						 
						
							
							
								
								knife: sync with oh-my-zsh  
							
							
							
						 
						
							2021-11-19 00:02:10 +09:00  
				
					
						
							
							
								 
						
							
								a1a11caf4f 
								
							 
						 
						
							
							
								
								Merge pull request  #823  from rex4539/typos  
							
							... 
							
							
							
							Fix typos 
							
						 
						
							2021-11-13 01:29:48 +03:00  
				
					
						
							
							
								 
						
							
								0fd25cda7a 
								
							 
						 
						
							
							
								
								Fix typos  
							
							
							
						 
						
							2021-11-12 23:56:34 +02:00  
				
					
						
							
							
								 
						
							
								bebaa6126e 
								
							 
						 
						
							
							
								
								Merge pull request  #819  from turboBasic/master  
							
							... 
							
							
							
							Update ccache completions 
							
						 
						
							2021-09-16 07:20:30 +09:00  
				
					
						
							
							
								 
						
							
								cd18e471bb 
								
							 
						 
						
							
							
								
								Update ccache completions  
							
							
							
						 
						
							2021-09-15 20:03:44 +03:00  
				
					
						
							
							
								 
						
							
								32732916a0 
								
							 
						 
						
							
							
								
								Merge pull request  #816  from okapia/combine-rmlint  
							
							... 
							
							
							
							combine _rmlint.sh into _rmlint 
							
						 
						
							2021-08-27 18:38:40 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								f52061cd68 
								
							 
						 
						
							
							
								
								Merge pull request  #815  from yut23/patch-1  
							
							... 
							
							
							
							xinput: escape colons in device names 
							
						 
						
							2021-08-24 08:54:03 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								394239d746 
								
							 
						 
						
							
							
								
								Merge pull request  #812  from undg/openvpn3-upstream  
							
							... 
							
							
							
							Completion for openvpn3. 
							
						 
						
							2021-08-14 09:55:13 +09:00  
				
					
						
							
							
								 
						
							
								ae82a1efae 
								
							 
						 
						
							
							
								
								Lowercase variables.  
							
							
							
						 
						
							2021-08-13 22:42:29 +01:00  
				
					
						
							
							
								 
						
							
								00b5130b26 
								
							 
						 
						
							
							
								
								Globals are bad! keep var's local, nice and cozzy.  
							
							
							
						 
						
							2021-08-12 22:21:16 +01:00  
				
					
						
							
							
								 
						
							
								8ed1a90bde 
								
							 
						 
						
							
							
								
								Completion for openvpn3.  
							
							
							
						 
						
							2021-08-11 18:43:45 +01:00  
				
					
						
							
							
								 
						
							
								d4511c2365 
								
							 
						 
						
							
							
								
								Merge pull request  #808  from oxiedi/rmlint  
							
							... 
							
							
							
							Add completion for rmlint 
							
						 
						
							2021-07-19 19:11:51 +09:00  
				
					
						
							
							
								 
						
							
								f996cf93ed 
								
							 
						 
						
							
							
								
								Add completion for rmlint  
							
							
							
						 
						
							2021-07-19 12:35:04 +05:00  
				
					
						
							
							
								 
						
							
								a736cfe8e5 
								
							 
						 
						
							
							
								
								Merge pull request  #805  from undg/qmk  
							
							... 
							
							
							
							Autocompletion for qmk. 
							
						 
						
							2021-06-28 19:48:34 +09:00  
				
					
						
							
							
								 
						
							
								5025527880 
								
							 
						 
						
							
							
								
								new completion for QMK CLI  
							
							
							
						 
						
							2021-06-28 07:29:25 +01:00  
				
					
						
							
							
								 
						
							
								9dfd5c6670 
								
							 
						 
						
							
							
								
								Merge pull request  #774  from simnalamburt/mssh-errorhandling  
							
							... 
							
							
							
							_mssh: Handle error cases more gracefully 
							
						 
						
							2021-05-03 19:28:33 +02:00  
				
					
						
							
							
								 
						
							
								11ad0a45ff 
								
							 
						 
						
							
							
								
								Merge pull request  #800  from maniac-en/pr/gist_update  
							
							... 
							
							
							
							gist -u or gist --update will auto-complete user gists 
							
						 
						
							2021-05-02 23:50:46 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								e14d47010a 
								
							 
						 
						
							
							
								
								Merge pull request  #799  from syohex/license  
							
							... 
							
							
							
							fix license 
							
						 
						
							2021-04-30 08:16:29 +02:00  
				
					
						
							
							
								 
						
							
								876e972fe0 
								
							 
						 
						
							
							
								
								fix license  
							
							
							
						 
						
							2021-04-30 12:56:12 +09:00  
				
					
						
							
							
								 
						
							
								773ead6ea7 
								
							 
						 
						
							
							
								
								Merge pull request  #798  from kugland/master  
							
							... 
							
							
							
							completions for lilypond (https://lilypond.org/ ) 
							
						 
						
							2021-04-25 12:30:25 +09:00  
				
					
						
							
							
								 
						
							
								67ced04c7f 
								
							 
						 
						
							
							
								
								completions for lilypond  
							
							
							
						 
						
							2021-04-24 02:45:29 -03:00  
				
					
						
							
							
								 
						
							
								252c7a995b 
								
							 
						 
						
							
							
								
								Merge pull request  #795  from kugland/master  
							
							... 
							
							
							
							changed "(%)" to "(percent)" in optarg descriptions 
							
						 
						
							2021-04-23 10:22:21 +09:00  
				
					
						
							
							
								 
						
							
								78fb97c24d 
								
							 
						 
						
							
							
								
								changed "(%)" to "(percent)" in optarg descriptions  
							
							
							
						 
						
							2021-04-22 18:58:03 -03:00  
				
					
						
							
							
								 
						
							
								d7959bb716 
								
							 
						 
						
							
							
								
								Merge pull request  #794  from syohex/pr-793  
							
							... 
							
							
							
							Add license header to #793  
							
						 
						
							2021-04-21 09:51:33 +09:00  
				
					
						
							
							
								 
						
							
								fea56d1a7b 
								
							 
						 
						
							
							
								
								Add zsh license header  
							
							
							
						 
						
							2021-04-21 09:45:28 +09:00  
				
					
						
							
							
								 
						
							
								57ba534a6a 
								
							 
						 
						
							
							
								
								added appropriate opts for _arguments  
							
							
							
						 
						
							2021-04-19 16:57:12 -03:00