carapace-bin icon indicating copy to clipboard operation
carapace-bin copied to clipboard

multi-shell multi-command argument completer

Results 75 carapace-bin issues
Sort by recently updated
recently updated
newest added

finalize ssh completer - [ ] bindings - [ ] options - [x] host definitions

#236 - [ ] completions need to use namespace/file/host from current invokation if changed from default - [ ] do some tests

completions need to be invoked once before they can be replaced so that they are not autoloaded: ```fish complete --do-complete 'chown ' > /dev/null complete --erase -c 'chown' complete -c...

bug
fish

https://github.com/tj/git-extras - [x] [`git abort`](https://github.com/tj/git-extras/blob/master/Commands.md#git-abort) - [x] [`git alias`](https://github.com/tj/git-extras/blob/master/Commands.md#git-alias) - [x] [`git archive-file`](https://github.com/tj/git-extras/blob/master/Commands.md#git-archive-file) - [x] [`git authors`](https://github.com/tj/git-extras/blob/master/Commands.md#git-authors) - [x] [`git browse`](https://github.com/tj/git-extras/blob/master/Commands.md#git-browse) - [ ] [`git browse-ci`](https://github.com/tj/git-extras/blob/master/Commands.md#git-browse-ci) - [ ] [`git...

help wanted
good first issue

- [x] bridges - support different OS/Locations for completions - [ ] invoke - update logic - [x] doc - add `CARAPACE_BRIDGES` to setup instructions - [x] doc - add...

I am using jcvi in google colab. It installs. I am following this tutorial. [Download data](https://github.com/tanghaibao/jcvi/wiki/MCscan-(Python-version)#download-data) I run this command `!python -m jcvi.apps.fetch phytozome` and it appears to be working...

help wanted
good first issue

Replace `carapace-bin/pkg/conditions` with those from `carapace/pkg/condition`.

### Current Behavior ```sh go help # go help help ``` ### Expected Behavior Complete help topics and subcommands. ### Steps To Reproduce _No response_ ### Version 0.28.5 ### OS...

bug