Commit Graph

1274 Commits

Author SHA1 Message Date
Shohei YOSHIDA 61c84a203c
Update 'go env' environment list 2024-07-30 12:15:24 +09:00
Shohei YOSHIDA 937cd0fcea
Complete package name in 'go doc' 2024-07-30 11:56:50 +09:00
Shohei YOSHIDA f475c1322f
Improve 'go help' completion 2024-07-29 18:47:46 +09:00
Shohei YOSHIDA 057d9a9940
Update 'go fix' completion 2024-07-29 18:36:59 +09:00
Shohei YOSHIDA 5a4bbc1ad8
Update 'go tool cgo' completion 2024-07-29 18:10:37 +09:00
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 499e5be22e
Don't use global variables
and fix indentations
2024-07-29 12:12:52 +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
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 fce3599932
Update node completion for version 22.2.0 2024-05-16 12:46:30 +09:00
Shohei YOSHIDA a46f3ffca2
Update node completion to version v22.0.0 2024-04-25 12:56:56 +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
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 7666b5fe6d
Remove _fvm completion
Because _fvm supports zsh completion itself since version 3.0
2024-04-10 11:19:58 +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
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 11e5579d35
Update node.js completion to version 21.3.0 2023-12-01 16:47:58 +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 e12430589c
Update node completion v21.2.0 2023-11-15 13:36:50 +09:00
Jeremy Rifkin d04e01fce3
Add -DBUILD_SHARED_LIBS completion for cmake completions 2023-11-13 10:11:11 -05:00
Shohei YOSHIDA e097ee8b0c
Update node.js for version 21.1.0 2023-10-25 12:30:10 +09:00
Shotaro Aoyama fee1c475af Add jest completion 2023-10-21 18:46:54 +09:00
Shohei YOSHIDA bd6f7d8c5b
Update node completion for version 21.0.0 2023-10-18 11:05:11 +09:00
Shohei YOSHIDA fd6ac7bd64
Add do-release-upgrade completion 2023-10-16 12:13:05 +09:00
Aaron Lichtman 660b7e4963
Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:51:02 -07:00
Aaron Lichtman 1e80d3c1bf
Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:51 -07:00
Aaron Lichtman 9d358ae351
Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:45 -07:00
Aaron Lichtman 8fed2d1e83
Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:32 -07:00
Aaron Lichtman 9a59a71911
Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:24 -07:00
Aaron Lichtman 1f93068627
Add basic completions for shallow-backup
This adds basic tab completion for
https://github.com/alichtman/shallow-backup/

This will fix https://github.com/alichtman/shallow-backup/issues/324
2023-10-12 15:11:06 -07:00
Shohei YOSHIDA 4351e11484
Don't set global variable in srm completion 2023-10-04 10:21:57 +09:00
Shohei YOSHIDA 88d1bceafb
Merge pull request #1047 from zsh-users/support-thc-impl
Support THC secure-delete
2023-10-04 01:03:08 +09:00
Shohei YOSHIDA 1fab982047
Update cppcheck completion for version 2.12 2023-10-03 20:22:20 +09:00
Shohei YOSHIDA 41e7188db5
Support THC secure-delete
Recent Linux distribution uses newer THC secure-delete and
it only supports few options.
2023-10-03 20:05:59 +09:00
Shohei YOSHIDA d88edeed35
Do not use global variable, use local variable instead 2023-10-03 16:51:13 +09:00
Shohei YOSHIDA e7ccc55947
Fix missing completion 2023-10-02 14:14:03 +09:00
Shohei YOSHIDA 2c5bfabb5e
Add task completions 2023-09-29 21:18:44 +09:00
Shohei YOSHIDA 7a19598927
Update test completion 2023-09-29 11:23:43 +09:00
Shohei YOSHIDA 1a9467fdff
Update generate and destroy completions 2023-09-28 16:12:26 +09:00
Shohei YOSHIDA 8068693aee
Update console and server completions 2023-09-28 13:44:23 +09:00
Shohei YOSHIDA d7f6a06e1a
Remove needless generate functions 2023-09-28 12:29:52 +09:00
Shohei YOSHIDA 9f9c4dec36
Update generator subcommand completions 2023-09-28 12:28:38 +09:00
Shohei YOSHIDA 0a1a8b89d9
Update rails new and generate completion 2023-09-27 22:29:52 +09:00
Shohei YOSHIDA b57558b024
Update node.js completion
Multiple `--env-file` options are accpeted since node v20.7
2023-09-19 14:35:20 +09:00
Shohei YOSHIDA bed209ca64
Merge pull request #1039 from johannes87/master
Add completion script for chatblade
2023-09-18 00:04:08 +09:00
Johannes Bittner c118ed452d implement suggestions 2023-09-17 13:15:19 +02:00
Johannes Bittner 0d26ab80ed "local state" breaks --session completion 2023-09-17 13:07:10 +02:00
Johannes Bittner fb7078044b
prevent global variables from overwriting
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-09-17 12:44:31 +02:00
Johannes Bittner bc8cdc6b79 Merge branch 'master' of github.com:johannes87/zsh-completions 2023-09-17 12:44:01 +02:00
Johannes Bittner 7e9e14517d remove trailing spaces 2023-09-17 12:43:32 +02:00
Shohei YOSHIDA 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
Johannes Bittner facf918250
Apply suggestions from code review
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-09-08 00:41:23 +02:00
Shohei YOSHIDA 0cee6ab508
Merge pull request #1041 from zsh-users/refactor-port
Refactoring port
2023-09-05 23:01:33 +09:00
Shohei YOSHIDA 1ec2fd373f
Update node completion to v20.6.0 2023-09-05 12:50:51 +09:00
Shohei YOSHIDA 76dde7cb7b Refactoring port
- Reduce executing external commands
- Reduce escape characters
2023-09-05 12:17:43 +09:00
Shohei YOSHIDA c8c09241eb
Merge pull request #1040 from zsh-users/fix-invalid-initialization
Fix wrong initial value settings
2023-09-05 08:48:25 +09:00
Shohei YOSHIDA 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
Shohei YOSHIDA 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
Shohei YOSHIDA c23b29fff8
Merge pull request #1037 from zsh-users/refactor-direnv
Refactoring direnv
2023-09-05 08:43:28 +09:00
Johannes Bittner 28f602902e Add completion script for chatblade 2023-09-04 13:48:19 +02:00
Shohei YOSHIDA 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
Shohei YOSHIDA db79320716
Fix wrong initial value settings 2023-09-04 15:49:49 +09:00
Shohei YOSHIDA abbd91220b
Refactoring direnv
- Do not use global variables, use local variables instead
- Reduce needless _arguments calls
2023-09-04 14:47:03 +09:00
Shohei YOSHIDA ab99231c26
Merge pull request #1033 from zsh-users/add-supervisord
Add supervisord completion
2023-09-01 10:55:47 +09:00
Shohei YOSHIDA 43a0fd3b44
Add supervisord completion 2023-08-29 00:08:52 +09:00
Shohei YOSHIDA 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
Shohei YOSHIDA 796ee337fa
Accpet multiple env arguments 2023-08-28 12:01:03 +09:00
Shohei YOSHIDA 7603240219
Update nanoc completion and cleanup its code 2023-08-27 20:43:14 +09:00
Shohei YOSHIDA 5794f18e01
Refactor fvm completion 2023-08-24 23:42:07 +09:00
Shohei YOSHIDA 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
Shohei YOSHIDA 955ac75daf
Merge pull request #1028 from zsh-users/update-flutter
Update flutter and dart completion
2023-08-17 16:15:08 +09:00
Shohei YOSHIDA 2a2efae5f6
Update flutter and dart completion 2023-08-17 15:57:27 +09:00
Shohei YOSHIDA 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
Shohei YOSHIDA 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
Shohei YOSHIDA 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
Shohei YOSHIDA b44635f0d9
Update rubocop completion for version 1.55 2023-08-09 11:39:37 +09:00
Shohei YOSHIDA 30fd820805
Update protoc completion for version 24.0 2023-08-09 11:21:29 +09:00
Shohei YOSHIDA 05fd700404
Update for go 1.21 2023-08-09 08:34:54 +09:00
Shohei YOSHIDA 3a817b893e
Update rfkill completion 2023-07-02 09:41:31 +09:00
Shohei YOSHIDA e359dcb1d3
Update rspec completion to version 3.12.0 2023-06-29 16:55:08 +09:00
Shohei YOSHIDA 83f09c4615
Merge pull request #1019 from zsh-users/update-golang
Update go completion version 1.21
2023-06-23 15:05:54 +09:00