1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 04:26:07 +08:00

9 Commits

Author SHA1 Message Date
ced348366c feat: add zsh completions (#10040)
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-08-17 16:43:27 +02:00
2fd4e197a0 feat: Add command line completion for fish 2022-10-30 21:13:53 +00:00
79403716bf doc(completion): suggest eval instead of writing a file 2021-07-01 08:46:52 -07:00
0060d5f7c8 feat: programmatic shell completions
These are missing some of the features of the current hand-rolled
completions, but:

1. Are less buggy.
2. Cover _all_ commands.
3. Don't need to be manually maintained (which we never do anyways).

fixes #4551
fixes #8033
2021-07-01 08:46:49 -07:00
e21bd8e877 docs: Probably helpful to link to the completion script 2015-04-22 11:39:42 -07:00
08c15e4349 docs: Add completion instructions that don't require go 2015-04-22 11:35:31 -07:00
380ee4a535 docs: Command-completion additional refs section 2015-04-22 11:35:31 -07:00
d6d038bf3a docs: Check if GOPATH exists before sourcing command-completion 2015-04-22 11:35:31 -07:00
71e8919101 Instructions for installing command completion in Linux bash 2015-04-22 11:35:31 -07:00