Lzu Tao
e0266067c4
git: completion for git commit --edit
2024-06-22 20:00:31 +00:00
Schlomo Schapiro
b3a16e0993
Show only writeable volumes
...
to exclude system volume
2024-06-19 09:17:14 -07:00
Schlomo Schapiro
f0c8f7406c
Extend diskutil eject to suggest volumes
...
Extend `diskutil eject` completion to also suggest mounted volumes.
Fixes #10573
2024-06-19 09:17:14 -07:00
Manuel Krebs
27c7578760
Add completions for dust
2024-06-19 02:10:52 +02:00
Lzu Tao
d370adf5fe
git: allow path completion after git reset --
2024-06-15 11:59:24 -07:00
Shun Sakai
525a39b42c
Add completions for actionlint
2024-06-12 08:10:57 +02:00
Mark Huang
1d8b10399a
apt list completions
2024-06-12 08:10:38 +02:00
tesuji
01e958d2fb
git: add completion for sparse-checkout subcommand ( #10542 )
2024-06-02 22:02:06 -05:00
Mahmoud Al-Qudsi
9f0e034fad
Fix curl data string from path completions
...
Closes #10539 .
2024-06-02 21:58:54 -05:00
Mahmoud Al-Qudsi
fc9a743622
completions/env: overhaul completions
...
The value completions were rendered almost entirely useless due to the forced
inclusion of file completions at all tokens, including in the head/command
position thanks to the use of `__fish_complete_subcommand` which doesn't
understand the semantics of `env` and expects something like `ssh`. But we don't
need it at all.
2024-05-31 20:49:48 -05:00
Mahmoud Al-Qudsi
46f6aa8024
Update ssh-keygen completions
...
Don't run `ssh` upon sourcing and don't rely on `ssh -Q` being available.
2024-05-29 14:08:21 -05:00
Mahmoud Al-Qudsi
828b88a212
Add issue reference to flatpak completion workaround
...
[ci skip]
2024-05-29 13:54:39 -05:00
Yuntao Zhao
96416cc49e
feat: improve completion for konsole ( #10528 )
...
* feat: improve konsole completion
* Improve konsole profile completion to be dynamic
Directly complete --profile as a long argument
* Dynamically complete konsole -p
2024-05-28 10:26:03 -05:00
Nguyen Huu Kim
8880fa8dd7
feat: add completions for k8s tools (kustomize, flux) ( #10473 )
...
* feat: add completions for kustomize
* feat: add completions for FluxCD
* Update flux.fish
* Update kustomize.fish
---------
Co-authored-by: Mahmoud Al-Qudsi <mqudsi@neosmart.net>
2024-05-26 22:12:49 -05:00
Mahmoud Al-Qudsi
dbf6dfd5d2
completions/flatpak: dynamically complete flatpak install
2024-05-26 22:03:27 -05:00
Mahmoud Al-Qudsi
4868166f86
completions/rustc: preserve trailing = in -Z values
2024-05-26 21:44:02 -05:00
Mahmoud Al-Qudsi
84d057e7b7
Finish refactoring rustc completions
...
* Properly handle a lot more -Z completion formats as suggested by `rustc -Z
help`
* Don't run any `rustc` commands when sourcing `rustc.fish`; these invocations
are instead deferred until the user attempts to complete the specific switch.
* Support CSV -A/F/D/W values
2024-05-26 21:33:48 -05:00
tesuji
114856e1d9
git: add --reuse-message and --reedit-message completion ( #10530 )
2024-05-26 20:57:43 -05:00
Klaus Hipp
cd9f5bdbaa
Add jnv completions ( #10519 )
2024-05-24 17:09:18 -05:00
tesuji
57963ced4b
add completions for ssh-keygen ( #10508 )
...
* add bare completions for ssh-keygen
* chore: more completions for ssh-keygen
2024-05-24 17:07:32 -05:00
Fabian Boehm
06d842b0d8
completions/csvlens: Fix a typo
2024-05-24 22:40:18 +02:00
Klaus Hipp
843933ce95
Add csvlens completions ( #10520 )
2024-05-24 15:38:45 -05:00
Shun Sakai
6d8b4214d5
Add completions for reuse-tool ( #10511 )
2024-05-23 16:53:53 -05:00
Fabian Boehm
5bd1c5ecbf
completions/git: Move unmerged to git restore --staged
...
I still don't get how exactly restore works.
Fixes #10518
2024-05-23 15:08:55 +02:00
Fabian Boehm
00e0d6ad9d
Yet more shortening
2024-05-23 14:36:56 +02:00
Johannes Altmanninger
2f84f76cc2
completions/bind: complete ctrl/alt modifier abbreviations
2024-05-22 22:38:06 +02:00
Johannes Altmanninger
de7f39d627
builtin bind: make function keys lowercase (f1 instead of F1)
...
All other key names are lowercase so this inconsistency is weird.
2024-05-22 22:38:06 +02:00
Mahmoud Al-Qudsi
4869b98482
completions/flatpak.fish: Use terser/faster declarative style
2024-05-22 13:53:25 -05:00
Mahmoud Al-Qudsi
c2ecfe60ac
completions/flatpak: Fix compatibility with older versions
...
Filter out ansi control characters and pretty formatting from older versions
that don't detect the absence of a tty.
Closes #10514 .
2024-05-22 13:53:25 -05:00
Michal Koutný
fa0c585662
completions/git: Add git branch --edit-description
( #10512 )
...
* completions/git: Add `git branch --edit-description`
2024-05-21 18:56:52 -05:00
Jannik Vieten
bd4e5fe69a
completions ip: silence stderr in case -d does not exist (busybox) ( #10509 )
2024-05-20 07:28:40 -05:00
Klaus Hipp
4659fdf704
Add git-lfs completions ( #10490 )
2024-05-19 09:09:33 -05:00
tesuji
255c8da22d
add completions for ibus ( #10500 )
2024-05-19 09:05:40 -05:00
Jannik Vieten
66d28f5fda
completions: improved ip completions ( #10505 )
...
- complete routing table names/IDs
- rudimentary completions for ip rule subcommand
2024-05-19 09:00:29 -05:00
Mahmoud Al-Qudsi
ef614ba2d9
Speed up rustc completions, filter out deprecated options
...
Don't unconditionally execute the plumbing to get `rustc -C` completions (use it
only when trying to complete `rustc -C`), filter out deprecated options, and use
fewer calls to the `string` builtin to optimize further.
Need to do the same thing for the `-Z` completions next, those hang the shell
for a good 1.5+ seconds.
2024-05-18 12:37:18 -05:00
Mahmoud Al-Qudsi
0a7725e469
Add comment re accuracy of cargo --target completions
...
[ci skip]
2024-05-18 12:00:45 -05:00
Mahmoud Al-Qudsi
cbb399f2ed
completions/cargo.fish: Add python fallback for jq
2024-05-17 18:45:19 -05:00
Mahmoud Al-Qudsi
79f7b9f92a
completions/cargo.fish: Dynamically generate --features completion
2024-05-17 18:17:53 -05:00
Mahmoud Al-Qudsi
6dbae76b24
Update cargo-asm completions
...
Try not to let `cargo asm` build a large project and hang the terminal (and make
the fans go crazy) if we try to generate a list of functions/paths and the
project is in a dirty state. Also support dynamic completion of --target.
2024-05-17 17:10:10 -05:00
Mahmoud Al-Qudsi
1d36c6ad8c
completions/cargo.fish: Generate dynamic --target options
...
If rustup is installed, use the existing `__rustup_installed_targets` to get a
list of installed targets to compile for. If it's not, print a list of all
targets known to rustc.
It sucks that the completions file is currently architected in a way where we
have to manually specify the arguments for each subcommand. 🤷
2024-05-17 16:57:40 -05:00
Mahmoud Al-Qudsi
9ab1ec2a9e
Tweak newly added rustc completion descriptions
...
Addendum to https://github.com/fish-shell/fish-shell/pull/10491
2024-05-17 12:33:59 -05:00
tesuji
d3758d3751
completion: add more arguments for rustc --print
( #10491 )
...
Based off of rustc 1.80.0-nightly
2024-05-17 12:32:41 -05:00
Ian Chamberlain
1462da3ae2
Complete cargo check
bin targets like build
( #10499 )
...
Since `check` operates on basically the same things as `build`, it makes
sense to complete binary targets the same way (i.e. tests, bins, examples)
2024-05-17 12:31:30 -05:00
Mahmoud Al-Qudsi
0271d91d3a
Add completions for cargo-asm
2024-05-17 12:31:02 -05:00
Fabian Boehm
5dc07c9e7e
completions: More shortening
...
Also removes a few deprecated options - there's really no need to
offer these.
2024-05-16 18:29:42 +02:00
Fabian Boehm
8bac13360b
completions/gcc: More cleanup
...
These options, I tell you
2024-05-15 20:07:28 +02:00
Fabian Boehm
173bcf29ab
completions/gcc: Cleanup options
...
- Remove duplicated options - we had `-type` 9 times!
- Remove deprecated options and synonyms
- Make descriptions shorter, even removing some - when they're inscrutable they might as well not be there.
Really, 99.8% of these options are of interest to nobody except possibly (a subset of) gcc developers, so it pays to have *less* on your screen that you don't use anyway.
2024-05-15 17:05:02 +02:00
Fabian Boehm
4cadaa4041
completions/gcc: Fix some options
...
Especially the "-l" one was *always* offered.
2024-05-15 17:05:02 +02:00
tesuji
f71623ec1b
Partially update zig completions for zig 0.13 ( #10479 )
...
Try for completeness with `zig -h` and `zig build -h`
2024-05-09 15:31:07 -05:00
Klaus Hipp
ae486bafc8
Add completions for VS Code preview builds ( #10485 )
2024-05-09 15:28:14 -05:00
Klaus Hipp
1c0887eba2
Add duf completions ( #10486 )
2024-05-09 15:27:13 -05:00
Klaus Hipp
5524b46181
Add zed completions ( #10487 )
2024-05-09 15:25:41 -05:00
Mahmoud Al-Qudsi
2ca92cd52d
completions/rustup: Filter out installed components from rustup component add
2024-05-08 18:47:15 -05:00
Mahmoud Al-Qudsi
671d128a3e
completions/rustup: Fix incorrect component names
...
The components with the form abc-x86_64-unknown-linux-gnux32 were ending
up generating invalid components of the form abcx32, which is incorrect.
2024-05-08 18:43:28 -05:00
Mahmoud Al-Qudsi
bcc1fc0167
rustup: add rustup target xxx
completions
2024-05-04 18:42:11 -05:00
Mahmoud Al-Qudsi
40591ba629
Unify convert
and magick
completions
2024-04-27 11:45:54 -05:00
Jadi
6840ef46f7
Completion for magick ( #10307 )
...
In ImageMagick 7 or later, legacy commands have been replaced with
magick. Here a new functions, defines these completions and it is
called for `magick` and `magick convert`.
fixes #7172 . Closes #10307 .
Co-authored-by: Mahmoud Al-Qudsi <mqudsi@neosmart.net>
2024-04-27 11:45:12 -05:00
Fabian Boehm
2da5ce7a48
completions/conda: Enable file completions for --file options
...
Fixes #10463
2024-04-27 17:11:52 +02:00
Nguyen Huu Kim
891b0a74fd
Update helm completions ignore stderr
2024-04-21 14:39:49 +02:00
Nguyen Huu Kim
2e61ce5540
Replace minikube completions with autogenerated script
2024-04-21 14:39:49 +02:00
Nguyen Huu Kim
00f661d8e8
add devspace completions
2024-04-21 14:39:49 +02:00
Johannes Altmanninger
c9793711dc
Remove stale mention of plus key name
2024-04-20 15:36:29 +02:00
Johannes Altmanninger
334946af61
completions/complete: add --escape
2024-04-20 13:34:08 +02:00
Johannes Altmanninger
2e42d80dc9
completions/scp: silence error on unexpected version
...
There seem to be versions of ssh (possibly not from OpenSSH) that don't
print the version number in -V, so make sure not to pass an empty string as
numeric arg to test.
Fixes #10445
2024-04-17 09:52:12 +02:00
Johannes Altmanninger
47a446ae18
Teach fish_indent to only indent and unindent
...
To be used in the following commits.
2024-04-15 08:32:31 +02:00
Anurag Singh
c044d5e3f0
add history append subcommand
2024-04-15 08:31:16 +02:00
Adam J. Stewart
6f408211a1
Add ruff completions ( #10440 )
...
* Add ruff completions
* Automatically generate and cache
2024-04-14 13:29:10 +02:00
Lia Lenckowski
90cffb18a1
complete brightnessctl flags
2024-04-12 12:53:55 +02:00
Johannes Altmanninger
33701faa8c
completions/set: offer private variables if token starts with _
2024-04-06 21:20:53 +02:00
Johannes Altmanninger
18f6492564
completions/set: strip cursed descriptions from history/fish_killring
...
If I type
$ echo $SOME_VARIABLE_WIHT_A_TYPO
$ set -S SOME_VARIABLE_WIHT
and press tab, I'm always extremely surprised that this completes to
$ set -S fish_history
which is because $history[1] contains the typo'd variable name. I don't
think anyone intends to filter by that last 3-4 history items, so let's
remove this pitfall.
Note that I usually hit this scenario with undefined variables, not necessarily
typos.. "set -S" is usually redundant but it's still quite nice in this case,
to rule out any weird empty strings/empty lists.
2024-04-06 19:12:25 +02:00
Johannes Altmanninger
444cda20bc
Document focus events
2024-04-06 18:14:17 +02:00
phanium
b121b9649b
Fix completions for pactree, pkgfile
2024-04-05 15:26:06 +02:00
Klaus Hipp
3c9b5713c9
Update code completions
2024-04-05 15:25:32 +02:00
Armin Brauns
3c0d7d0feb
Add typst completions
2024-04-05 15:24:36 +02:00
Felix Luciano Salomon
8bbf760860
Added bruno completions ( #10388 )
...
* Added bruno completions
* Modified format completion to include formats as closed list arguments
2024-04-05 15:23:29 +02:00
Johannes Altmanninger
8bf8b10f68
Extended & human-friendly keys
...
See the changelog additions for user-visible changes.
Since we enable/disable terminal protocols whenever we pass terminal ownership,
tests can no longer run in parallel on the same terminal.
For the same reason, readline shortcuts in the gdb REPL will not work anymore.
As a remedy, use gdbserver, or lobby for CSI u support in libreadline.
Add sleep to some tests, otherwise they fall (both in CI and locally).
There are two weird failures on FreeBSD remaining, disable them for now
https://github.com/fish-shell/fish-shell/pull/10359/checks?check_run_id=23330096362
Design and implementation borrows heavily from Kakoune.
In future, we should try to implement more of the kitty progressive
enhancements.
Closes #10359
2024-04-02 14:35:16 +02:00
Johannes Altmanninger
22717339b4
fish_clipboard_paste: don't bypass pager search field.
...
To do so add an ad-hoc "commandline --search-field" to operate on pager
search field.
This is primarily motivated because a following commit reuses the
fish_clipboard_paste logic for bracketed paste. This avoids a regression.
2024-04-02 14:35:16 +02:00
Felix Luciano Salomon
1f68d66692
Added pbpaste command completions ( #10389 )
...
* Added pbpaste command completions
2024-03-30 22:35:53 -05:00
Johannes Altmanninger
62a49acda3
completions/iwctl: fix spurious error on "iwctl device foo"
2024-03-25 20:56:08 +01:00
Johannes Altmanninger
f5d6ea6cf6
Basic completions for gdbserver
2024-03-25 05:42:16 +01:00
Fabian Boehm
0ff1e50a33
rustc: Protect against lines starting with -
...
Fixes #10379
2024-03-19 16:49:46 +01:00
Johannes Altmanninger
cd71359c42
completions/git: complete files iff last token is not a fixupish
...
Closes #10371
2024-03-16 10:45:57 +01:00
Johannes Altmanninger
62d1720605
completions/htop: fix --sort-key completions
2024-03-16 10:31:01 +01:00
fortifiedhill
8678ad8ca0
Update htop completions
...
Added and updated completions and updated htop link.
2024-03-16 09:00:42 +01:00
Xiretza
8271021fb6
Add completions for dmidecode
2024-03-16 08:57:43 +01:00
Fabian Boehm
0aa2426552
completions/wg-quick: Complete files after the subcommand
...
Fixes #10366
2024-03-12 17:32:51 +01:00
amiyzku
bb6b3101ff
Shortened some which.fish completions. ( #10347 )
...
* Shortened some which.fish completions.
* improve descriptions for which command options
2024-03-09 20:52:55 -06:00
RomainGiraud
f8757d154c
Fix scp completion for WSL (with ssh.exe) ( #10290 )
...
* Fix scp completion for WSL (with ssh.exe)
* Be more explicit
2024-03-09 15:39:57 -06:00
QianChenglong
b3c610feff
add completion for mycli
...
Closes #10309
2024-03-09 10:28:03 +01:00
Felix Luciano Salomon
90b9bce174
Added completion for ollama
...
Closes #10327
2024-03-09 10:28:03 +01:00
Next Alone
a1d44a92be
fix : #10184 causes adb file completion failures ( #10349 )
...
Signed-off-by: NextAlone <12210746+NextAlone@users.noreply.github.com>
2024-03-08 21:56:37 -06:00
Johannes Altmanninger
6eddaa37af
Revert "feat: adb completion cleared of awk"
...
It's broken, see https://github.com/fish-shell/fish-shell/pull/10184
and doesn't really help I don't think.
This reverts commit ee837f254b
.
2024-03-08 07:33:18 +01:00
John
b75e5ee823
remove repetitive words ( #10348 )
...
Signed-off-by: hishope <csqiye@126.com>
2024-03-07 18:35:41 -06:00
zuisong
a1e46a94f6
Add --url-query completion for curl ( #10332 )
...
Add missing completion for curl's `--url-query` option
2024-02-29 12:09:51 -06:00
Fabian Boehm
78c9482822
Reformat share/**.fish with newlines collapsed
2024-02-27 16:25:01 +01:00
Mathis Chenuet
73d760560b
Add completion for pstree ( #10317 )
...
* Add completion for pstree.fish
* use fish functions, much better
2024-02-26 17:39:11 +01:00
may
66aab66670
add recent commits to completion for git diff ( #10321 )
2024-02-25 14:36:05 -06:00
Jadi
e207f8464e
Make descriptions shorter: iex, jhipster, lpadmin, mocp, rmmod
2024-02-22 18:59:08 +01:00
Jason Nader
fc58b9c68f
completions: add ssh -D option
2024-02-22 18:58:04 +01:00
Jason Nader
2f332f0019
completions: update 'echo'
2024-02-20 17:40:35 +01:00