Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								b4c970619b
								
							
						 | 
						
							
							
								
								Add 'go tool buildid' completion
							
							
							
							
							
						 | 
						
							2024-07-29 17:59:51 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								91fce88036
								
							
						 | 
						
							
							
								
								Update 'go tool asm' completion
							
							
							
							
							
						 | 
						
							2024-07-29 17:57:17 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								177fadadba
								
							
						 | 
						
							
							
								
								Update 'go vet' completion
							
							
							
							
							
						 | 
						
							2024-07-29 17:46:12 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								4b55f149e6
								
							
						 | 
						
							
							
								
								Update help and work subcommand completions
							
							
							
							
							
						 | 
						
							2024-07-29 14:28:17 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								f8c41dbdbb
								
							
						 | 
						
							
							
								
								Merge pull request #1092 from zsh-users/refactor_go
							
							
							
							
							
							
							
							Don't use global variables in go completion 
							
						 | 
						
							2024-07-29 14:17:53 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								499e5be22e
								
							
						 | 
						
							
							
								
								Don't use global variables
							
							
							
							
							
							
							
							and fix indentations 
							
						 | 
						
							2024-07-29 12:12:52 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								a50d486f6d
								
							
						 | 
						
							
							
								
								Merge pull request #1091 from zsh-users/update-nano
							
							
							
							
							
							
							
							Update nano complete to version 8.1 
							
						 | 
						
							2024-07-17 14:56:24 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								14160839cb
								
							
						 | 
						
							
							
								
								Update nano complete to version 8.1
							
							
							
							
							
						 | 
						
							2024-07-17 11:30:28 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								7a884c75b4
								
							
						 | 
						
							
							
								
								Merge pull request #1086 from zsh-users/update-node
							
							
							
							
							
							
							
							Update node.js completion to version 22.3 
							
						 | 
						
							2024-06-26 11:32:54 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								7313f8360b
								
							
						 | 
						
							
							
								
								Merge pull request #1088 from Mumumu4/fix-nft-type-in-name
							
							
							
							
							
							
							
							Fix nftables completion: when object name contains its type name 
							
						 | 
						
							2024-06-26 11:32:26 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								0a8eb1b0b7
								
							
						 | 
						
							
							
								
								Merge pull request #1087 from Mumumu4/update-nftable
							
							
							
							
							
							
							
							Update nftables completion 
							
						 | 
						
							2024-06-26 11:21:18 +09:00 | 
						
					
				
					
						
							
							
								 
								Mumumu
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								0bd94fb993
								
							
						 | 
						
							
							
								
								Fix nftables completion: when object name contains its type name, the completion may mass up
							
							
							
							
							
							
							
							E.g.
```
table inet foo {
        chain my_chain {
                jump my_chain2
        }
        chain my_chain2 {
        }
}
```
`nft delete chain inet foo <tab>`
get
```
handle                          -- address chain by handle
my_chain2                       -- (handle 31)
my_chain                        -- (handle 30)
\t\tjump my_chain2 # handle 33
```
the last line in the completion output is not wanted.
							
						 | 
						
							2024-06-25 21:34:06 +08:00 | 
						
					
				
					
						
							
							
								 
								Mumumu
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								6621b9fa2f
								
							
						 | 
						
							
							
								
								Update nftables completion
							
							
							
							
							
							
							
							add completion for set/map name in `nft add/delete element [family] table <tab>` 
							
						 | 
						
							2024-06-25 20:13:44 +08:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								0a66357930
								
							
						 | 
						
							
							
								
								Update node.js completion to version 22.3
							
							
							
							
							
						 | 
						
							2024-06-24 16:37:02 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								978e79e12c
								
							
						 | 
						
							
							
								
								Merge pull request #1084 from zsh-users/update-node
							
							
							
							
							
							
							
							Update node completion for version 22.2.0 
							
						 | 
						
							2024-05-21 09:40:12 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								fce3599932
								
							
						 | 
						
							
							
								
								Update node completion for version 22.2.0
							
							
							
							
							
						 | 
						
							2024-05-16 12:46:30 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								b1cf651870
								
							
						 | 
						
							
							
								
								Merge pull request #1081 from zsh-users/update-node
							
							
							
							
							
							
							
							Update node completion to version v22.0.0 
							
						 | 
						
							2024-04-25 13:03:23 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								a46f3ffca2
								
							
						 | 
						
							
							
								
								Update node completion to version v22.0.0
							
							
							
							
							
						 | 
						
							2024-04-25 12:56:56 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								efaa595ae9
								
							
						 | 
						
							
							
								
								Merge pull request #1080 from hydrargyrum/rdfind
							
							
							
							
							
							
							
							add completion for rdfind 
							
						 | 
						
							2024-04-17 09:41:25 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								542e80beee
								
							
						 | 
						
							
							
								
								Add format configuration
							
							
							
							
							
						 | 
						
							2024-04-17 09:40:53 +09:00 | 
						
					
				
					
						
							
							
								 
								Hg
							
						 | 
						
							
							
							
							
							
								
							
							
								a830cb4229
								
							
						 | 
						
							
							
								
								add completion for rdfind
							
							
							
							
							
						 | 
						
							2024-04-15 11:21:45 +02:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								7e78199771
								
							
						 | 
						
							
							
								
								Merge pull request #1078 from hydrargyrum/neo
							
							
							
							
							
							
							
							add completion for neo 
							
						 | 
						
							2024-04-15 14:12:25 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								8ded919b3f
								
							
						 | 
						
							
							
								
								Fix format
							
							
							
							
							
						 | 
						
							2024-04-15 14:11:16 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								c48586fd04
								
							
						 | 
						
							
							
								
								Merge pull request #1077 from hwknsj/fix-yarn-completion
							
							
							
							
							
							
							
							fix(yarn): use `builtin cd` in yarn completion 
							
						 | 
						
							2024-04-15 11:54:59 +09:00 | 
						
					
				
					
						
							
							
								 
								joél hawkins torres
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								4fc8c131ba
								
							
						 | 
						
							
							
								
								fix(yarn): use builtin cd in yarn completion
							
							
							
							
							
							
							
							Signed-off-by: joél hawkins torres <joel@joel.fm> 
							
						 | 
						
							2024-04-13 22:54:49 -07:00 | 
						
					
				
					
						
							
							
								 
								Hg
							
						 | 
						
							
							
							
							
							
								
							
							
								a458210c1d
								
							
						 | 
						
							
							
								
								add completion for neo
							
							
							
							
							
						 | 
						
							2024-04-13 22:41:26 +02:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								83cbd81082
								
							
						 | 
						
							
							
								
								Merge pull request #1076 from zsh-users/remove-fvm
							
							
							
							
							
							
							
							Remove _fvm completion 
							
						 | 
						
							2024-04-11 15:23:25 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								7666b5fe6d
								
							
						 | 
						
							
							
								
								Remove _fvm completion
							
							
							
							
							
							
							
							Because _fvm supports zsh completion itself since version 3.0 
							
						 | 
						
							2024-04-10 11:19:58 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								2f951267cd
								
							
						 | 
						
							
							
								
								Merge pull request #1074 from zsh-users/update-flutter-completion
							
							
							
							
							
							
							
							Update flatter completion to 3.19.3 
							
						 | 
						
							2024-03-18 22:06:27 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								c1f23ccd02
								
							
						 | 
						
							
							
								
								Update flatter completion to 3.19.3
							
							
							
							
							
						 | 
						
							2024-03-18 16:15:38 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								507f1f8715
								
							
						 | 
						
							
							
								
								Merge branch 'pr-1065'
							
							
							
							
							
						 | 
						
							2024-02-07 18:20:31 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								9f7a83c0ac
								
							
						 | 
						
							
							
								
								Refactoring
							
							
							
							
							
							
							
							- Shorten too long descriptions
- Add missing option descriptions
- Improve completion 
							
						 | 
						
							2024-02-07 18:19:32 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								10d8919acb
								
							
						 | 
						
							
							
								
								Add magic comment
							
							
							
							
							
						 | 
						
							2024-02-07 17:43:53 +09:00 | 
						
					
				
					
						
							
							
								 
								Wu Zhenyu
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								42c6d28610
								
							
						 | 
						
							
							
								
								Add pre-commit
							
							
							
							
							
							
							
							Modified from rejected https://github.com/pre-commit/pre-commit/pull/2506 
							
						 | 
						
							2024-02-06 11:17:19 +08:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								06bda0b3e9
								
							
						 | 
						
							
							
								
								Add magic comment
							
							
							
							
							
						 | 
						
							2024-02-06 09:09:41 +09:00 | 
						
					
				
					
						
							
							
								 
								Wu Zhenyu
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								f34f9d915d
								
							
						 | 
						
							
							
								
								Add l3build
							
							
							
							
							
							
							
							Modified from rejected https://github.com/latex3/l3build/pull/267 
							
						 | 
						
							2024-02-06 09:09:21 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								0cfa4990ac
								
							
						 | 
						
							
							
								
								Merge pull request #1069 from simonzsolt/feat/add-mix-phx-gen-live
							
							
							
							
							
							
							
							add completion for `mix phx.gen.live` 
							
						 | 
						
							2024-02-01 17:25:09 +09:00 | 
						
					
				
					
						
							
							
								 
								Zsolt Simon
							
						 | 
						
							
							
							
							
							
								
							
							
								9a23ac3509
								
							
						 | 
						
							
							
								
								add completion for `mix phx.gen.live`
							
							
							
							
							
						 | 
						
							2024-01-24 13:16:39 +01:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								25691f59b5
								
							
						 | 
						
							
							
								
								Merge pull request #1066 from slawekjaranowski/mvn-4
							
							
							
							
							
							
							
							Support Maven 4.x and improvements 
							
						 | 
						
							2024-01-24 11:41:19 +09:00 | 
						
					
				
					
						
							
							
								 
								Slawomir Jaranowski
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								1a5f36cdc4
								
							
						 | 
						
							
							
								
								Support Maven 4.x and improvements
							
							
							
							
							
							
							
							- support Maven 4
- fix missing short options for Maven 3
- fix error for unknown Maven  version 
							
						 | 
						
							2024-01-23 22:50:08 +01:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								f7c3173886
								
							
						 | 
						
							
							
								
								Merge pull request #1060 from zsh-users/update-node
							
							
							
							
							
							
							
							Update node.js completion to version 21.3.0 
							
						 | 
						
							2023-12-01 22:08:35 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								11e5579d35
								
							
						 | 
						
							
							
								
								Update node.js completion to version 21.3.0
							
							
							
							
							
						 | 
						
							2023-12-01 16:47:58 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								9da7488c11
								
							
						 | 
						
							
							
								
								Merge pull request #1059 from zsh-users/update-flutter
							
							
							
							
							
							
							
							Update flutter and dart completion for flutter 3.16.0 
							
						 | 
						
							2023-11-20 14:47:10 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								719d72d025
								
							
						 | 
						
							
							
								
								Update flutter and dart completion for flutter 3.16.0
							
							
							
							
							
						 | 
						
							2023-11-20 11:47:46 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								634736c009
								
							
						 | 
						
							
							
								
								Merge pull request #1058 from zsh-users/update-node
							
							
							
							
							
							
							
							Update node completion v21.2.0 
							
						 | 
						
							2023-11-16 09:41:02 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								e12430589c
								
							
						 | 
						
							
							
								
								Update node completion v21.2.0
							
							
							
							
							
						 | 
						
							2023-11-15 13:36:50 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								9e341f6a20
								
							
						 | 
						
							
							
								
								Merge pull request #1057 from jeremy-rifkin/patch-1
							
							
							
							
							
							
							
							Add -DBUILD_SHARED_LIBS completion for cmake completions 
							
						 | 
						
							2023-11-14 09:30:16 +09:00 | 
						
					
				
					
						
							
							
								 
								Jeremy Rifkin
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								d04e01fce3
								
							
						 | 
						
							
							
								
								Add -DBUILD_SHARED_LIBS completion for cmake completions
							
							
							
							
							
						 | 
						
							2023-11-13 10:11:11 -05:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								a0f027a1de
								
							
						 | 
						
							
							
								
								Merge pull request #1055 from zsh-users/update-node
							
							
							
							
							
							
							
							Update node.js for version 21.1.0 
							
						 | 
						
							2023-10-26 11:46:18 +09:00 | 
						
					
				
					
						
							
							
								 
								Shohei YOSHIDA
							
						 | 
						
							
							
							
								
								
							
							
							
								
							
							
								e097ee8b0c
								
							
						 | 
						
							
							
								
								Update node.js for version 21.1.0
							
							
							
							
							
						 | 
						
							2023-10-25 12:30:10 +09:00 |