Fabian Homborg
3ed49304f2
Completions
2021-08-04 21:09:47 +02:00
Kid
c7c67755d3
Add --function
to set
completion ( #8202 )
...
* Add `--function` to `set` completion
* Resolve review
* Revert other changes
2021-08-04 08:49:51 +02:00
Branch Vincent
bb10cdbd77
add missing git commit
completions
2021-07-30 19:39:53 -07:00
Sam Yu
ac6507776f
Add zypper subcommands completion ( #8183 )
...
* Add zypper subcommands completion
rename functions to avoid confusion
* Revert partial changes
2021-07-30 18:24:32 +02:00
exploide
ac81d370cd
completion nmap: suppress warning when local scripts folder exists
2021-07-30 17:41:55 +02:00
Kevin Konrad
413fd2fc03
extract argcomplete completion mechanism into its own function
2021-07-28 18:10:59 +02:00
Kevin Konrad
336de2d9fa
add completion for qmk
2021-07-28 18:10:59 +02:00
YAKSH BARIYA
0b8b535187
Add completions for gping
( #8181 )
2021-07-28 17:53:44 +02:00
Branch Vincent
d8465e0a86
document --no-config
2021-07-27 23:00:23 +02:00
Johannes Altmanninger
6c0af841e2
completions/set: fix quoting error
2021-07-23 22:02:01 +02:00
Aniruddh Agarwal
0445126c2e
Undunder __fish_is_nth_token
...
We keep __fish_is_nth_token for compatibility and edit the
implementations of __fish_is_nth_token, __fish_is_first_token and
__fish_is_token_n to use fish_is_nth_token
2021-07-23 17:25:50 +02:00
Fabian Homborg
c35ffc58fc
Merge pull request #8134 from thunder-coding/complete-more-git-commands
...
Add missing completions for some git commands
2021-07-23 08:01:38 +02:00
Yaksh Bariya
e9a16ed7b5
Fix typos
2021-07-23 06:55:07 +05:30
Yaksh Bariya
692c6ae118
Add completions for git-sizer
2021-07-22 19:29:05 +02:00
Yaksh Bariya
29fc74bc6a
Remove -F
supplied to complete
...
Using `complete -F -c git -n __fish_git_needs_subcommand -a $command -d
$description` causes file completions to be forced on entire git command
which is not a desired result. Morever without the `-F` flag file
completions work just as expected and is useless addition
2021-07-22 17:06:59 +05:30
Yaksh Bariya
6f52c017ba
Resolve all conversations
2021-07-22 13:26:38 +05:30
Yaksh Bariya
54476d583b
Add flag completions for git mv
2021-07-22 13:25:12 +05:30
Yaksh Bariya
9d0d0b81fd
Add completions for git apply
2021-07-22 13:25:12 +05:30
Yaksh Bariya
162c4ac789
Add completions for git mailsplit
2021-07-22 13:25:12 +05:30
Yaksh Bariya
4c5f41531d
Add completions for git am
2021-07-22 13:25:12 +05:30
Yaksh Bariya
2e34852ded
Add completions for git mailinfo
2021-07-22 13:25:12 +05:30
Yaksh Bariya
3f5f722e7a
Add completions for git stripspace
2021-07-22 13:25:11 +05:30
Yaksh Bariya
f976144b27
Add completions for git notes
2021-07-22 13:25:11 +05:30
Yaksh Bariya
1344b638d2
Add completions for git maintenance
2021-07-22 13:25:11 +05:30
Yaksh Bariya
55886943c1
Add missing completions for git daemon
2021-07-22 13:25:06 +05:30
Kevin F. Konrad
869c42d72a
Add completion for azure cli (az) ( #8141 )
...
* add completion for azure cli (az)
* alter az.fish to match faho's requests
Co-authored-by: Kevin Konrad <kevin.konrad@unicepta.com>
2021-07-21 17:57:59 +02:00
Fabian Homborg
8223e6f23e
fish_config: Add CLI-based theme selector
...
`fish_config theme`:
- `list` to list all available themes (files in the two theme
directories - either the web_config/themes one or
~/.config/fish/themes!)
- `show` to show select (or all) themes right in the terminal - this
starts another fish that reads the theme file and prints the sample
text, manually colored
- `choose` to load a theme *now*, setting the variables globally
- `save` to load a theme and save the variables universally
- `dump` to write the current theme in .theme format (to stdout)
- `demo` to display the current theme
2021-07-14 18:56:19 +02:00
Fabian Homborg
fd35dc2aa1
completions/git: Describe more "log" options
...
And do this by reusing other entries - mostly range-diff's.
2021-07-14 18:24:08 +02:00
Johannes Altmanninger
6c22c0e30d
completions/git: do not attempt to complete rev:file in option words
...
Fixes #8139
2021-07-14 00:01:20 +02:00
Johannes Altmanninger
e50805646e
completions/git: define function before use
2021-07-12 23:42:01 +02:00
Siavash Askari Nasr
ab201f7590
Add completion for Rakudo
...
[Rakudo](https://rakudo.org/ ) is an implementation of the
[Raku](https://raku.org/ ) programming language.
2021-07-12 21:33:36 +02:00
Raman Gupta
ed7a64ea77
Replicate upstream git logic for alias commands
2021-07-12 16:39:44 +02:00
radiantly
55e60eeae2
Add completions for black
( #8123 )
2021-07-11 14:35:39 +02:00
Fabian Homborg
4ec06f025c
Fix fish_config prompt completions
...
Oops
2021-07-11 10:13:34 +02:00
Siavash Askari Nasr
8d17f81d66
Add zef completion
...
[zef](https://github.com/ugexe/zef ) is a module manager for
[Raku](https://raku.org/ ) programming language.
2021-07-11 09:26:21 +02:00
YAKSH BARIYA
46ae46b54e
Add initial completion for Angular CLI ( #8111 )
...
* Add initial completion for Angular CLI
* Remove completion for `ng completion`
The `ng completion` doesn't exist. The completiond were autogenerated
using a script. See angular/angular-cli#21085
* Use shorter wording
* Fix typos
2021-07-11 09:25:04 +02:00
Avindra Goolcharan
32826d3596
Node completion: add sparkplug option
...
Feature: https://v8.dev/blog/sparkplug
Tested: Node.js v16.4.0
2021-07-08 16:10:34 +02:00
Kid
727934c6b6
Fix duplicate -p
flag in fish
completion
2021-07-05 19:04:23 +02:00
Kid
1361a5f68c
Add missing options for bind
2021-07-03 22:06:48 +02:00
Johannes Altmanninger
c18f293ae2
completions/git: offer arbitrary commits to "git switch -d"
...
Fixes #8101
2021-07-03 08:54:12 +02:00
Johannes Altmanninger
9f54c8d88b
completions/git: don't offer deleted files to "git diff" unless we have a "--"
...
Fixes #8090
2021-06-29 23:31:05 +02:00
Johannes Altmanninger
6c460f643c
completions/git: don't comlete commits after "git difftool -- "
2021-06-29 23:31:05 +02:00
Luca Weiss
b8e7b6bcb0
completions/git: suggest modified-staged-deleted files
...
Add those files to the completion of 'add', 'checkout', 'diff', 'difftool', 'restore' and 'stash
push'.
2021-06-29 23:12:06 +02:00
Johannes Altmanninger
73b13315de
completions/dd: re-use built-in file completion for "dd if=the-file"
...
This allows to complete file arguments even if they contain variables.
Add similar logic for arguments to Maven's -D option.
See https://github.com/fish-shell/fish-shell/issues/5248#issuecomment-857614957
2021-06-19 20:31:46 +02:00
Johannes Altmanninger
48426d6285
Tweak git completion wording (review for #8062 )
2021-06-19 10:10:59 +02:00
lelgenio
b8767cc803
completions/sv.fish: create completion for sv, a part of runit.
2021-06-19 08:17:53 +02:00
Collin Styles
a5e665cd81
Add completions for "empty" options to git-commit
2021-06-18 20:49:34 +02:00
Collin Styles
feec10f389
Add completions for different types of git resets
2021-06-18 20:49:34 +02:00
Collin Styles
0abbd2bc2f
Add completions for git-revert sequencer subcommands
2021-06-18 20:49:34 +02:00
Collin Styles
15fdfb5afe
Add completion for --abbrev-ref
option to git-rev-parse
2021-06-18 20:49:34 +02:00