issues
search
adaszko
/
complgen
Declarative bash/fish/zsh completions without writing shell scripts
Apache License 2.0
221
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
bug: `declare: -A: invalid option` even with BASH `GNU bash, version 5.2.37(1)-release`
#56
jameskim0987
closed
3 weeks ago
5
bug: `conditional binary operator expected` for BASH
#55
jameskim0987
closed
3 weeks ago
2
Allow specifying regex that external command output must match
#54
adaszko
opened
1 month ago
0
Representing multiple exclusive words separated by ,
#53
kpbaks
closed
1 month ago
4
Release 0.2.0 introduces breaking changes when git is not present
#52
meator
closed
3 months ago
3
Tag v0.2.0 doesn't update Cargo version
#51
meator
closed
3 months ago
1
Unable to use subword completion
#49
Akendo
closed
5 months ago
7
how to use external command to generate a list of available values with decriptions
#48
adrian-gierakowski
closed
6 months ago
3
fish,jit: Implement fallbacks
#47
adaszko
closed
4 months ago
0
[FR] <PATH> behaviour inconsistent with non-complgen path completion
#46
degnbol
opened
7 months ago
4
There seems to be a discrepancy between the docs and the runtime
#45
REALERvolker1
closed
8 months ago
4
Milestone: Rough feature parity with `git-completion.bash`
#44
adaszko
closed
9 months ago
0
Implement fallback completions (`||`) in AOT mode
#43
adaszko
opened
9 months ago
0
JIT: Execute external command lazily based on the fallbacks order
#42
adaszko
closed
3 months ago
0
Bash: Respect `completion-ignore-case` readline setting
#41
adaszko
opened
9 months ago
0
Warning: Final DFA contains ambiguous transitions
#40
adaszko
closed
8 months ago
0
Use more distinct cross emojis in README
#39
meator
closed
9 months ago
2
Completion for ZSH doesn't work in default path
#38
meator
closed
9 months ago
7
usage/complgen.usage is producing warnings
#37
meator
closed
10 months ago
2
Bump rustix from 0.37.23 to 0.37.27
#36
dependabot[bot]
closed
10 months ago
1
zsh completion doesn't add space after choose a word
#35
Sherlock-Holo
closed
10 months ago
4
Bash integration not working for `--color=(always|never)`
#34
Ordoviz
closed
11 months ago
9
bash: Fix completions containing colons
#33
Ordoviz
closed
10 months ago
5
[bash] Words containing a colon not completed correctly
#32
Ordoviz
closed
1 year ago
2
`complgen scrape` should output grammars using the "distributive descriptions" feature
#31
adaszko
closed
1 year ago
0
Friendlier parsing error messages
#30
adaszko
closed
1 year ago
0
Eliminate redundant edges for subwords in DOT output
#29
adaszko
closed
1 year ago
0
Render subwords in railroad diagrams
#28
adaszko
closed
1 year ago
0
Issue a warning if the DFA has at least two `Input::matches_anything()` transitions in the same state
#27
adaszko
closed
1 year ago
0
Support subwords in JIT mode
#26
adaszko
closed
1 year ago
0
Write tests checking if shell special characters in external commands get properly quoted in completions
#25
adaszko
opened
1 year ago
0
Write tests checking if shell special characters in grammar descriptions get properly quoted in completions
#24
adaszko
closed
1 year ago
0
Write tests checking if shell special characters in grammar literals get properly quoted in completions
#23
adaszko
closed
4 months ago
0
Support specialization in subwords matching/completion
#22
adaszko
closed
1 year ago
0
Support external commands in subwords matching/completion
#21
adaszko
closed
1 year ago
0
Support descriptions in subwords matching/completion
#20
adaszko
closed
1 year ago
0
Improve generated shell completion scripts
#19
Ordoviz
closed
1 year ago
10
[FR] Add support for option arguments using =
#18
Drugoy
closed
1 year ago
8
[FR] Provide a way to not order suggested autocompletion variants alphabetically
#17
Drugoy
closed
4 months ago
12
[FR] Add support of 'Descriptions (a.k.a. completion hints) to 'External commands'
#16
Drugoy
closed
1 year ago
2
Parsing error on defining autocompletion of .sh scripts
#15
tomMoulard
closed
1 year ago
1
Complete `<DIRECTORY>` (like `<FILE>`)
#14
adaszko
closed
1 year ago
0
Support filename completion in JIT mode
#13
adaszko
closed
1 year ago
0
File completion
#12
adaszko
closed
1 year ago
0
Add an “scrape” mode that guesses grammar based on `cmd --help` output
#11
adaszko
closed
1 year ago
3
Provide instructions on how to integrate JIT completions with {bash,fish,zsh}
#10
adaszko
closed
1 year ago
0
Show descriptions in Zsh output
#9
adaszko
closed
1 year ago
1
Show descriptions in Fish output
#8
adaszko
closed
1 year ago
0
Emit zsh completion script based on a DFA
#7
adaszko
closed
1 year ago
3
Parsing of statement-level shell code in grammars (`@{bash,fish,zsh} {{{ ... }}}`)
#6
adaszko
closed
1 year ago
1
Next