Support repositories in fish tab completion#5256
Support repositories in fish tab completion#5256ThomasWaldmann merged 3 commits intoborgbackup:masterfrom SanskritFritz:master
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5256 +/- ##
==========================================
- Coverage 83.75% 83.65% -0.11%
==========================================
Files 37 37
Lines 9789 9953 +164
Branches 1622 1655 +33
==========================================
+ Hits 8199 8326 +127
- Misses 1113 1144 +31
- Partials 477 483 +6
Continue to review full report at Codecov.
|
|
similar here: can we have a better commit comment? i guess it can now complete archives by looking into the repo. |
|
Completing archives was already supported. This rewrite allows completion of local directories as repositories and offers ssh hosts as possible remote locations. |
|
I usually use something like |
Fish now offers repositories and ssh hosts.
|
I don't know if that is OK now, there are 3 commits now o_O |
|
I've squashed the commits together, thanks! |
|
Added a backport to 1.1-maint label here, as discussed in #5255. Be careful, that is stable branch, |
|
guess this is one of the last pieces missing for 1.1.14. |
|
Sorry I misunderstood you earlier, I thought you did the backport. Hang on, I'm on it, just a little later today. |
|
Would be great if you could do it, I am not familiar with the completion stuff. |
Support repositories in fish tab completion (#5256)
Now that soon we'll have awesome zsh completions, it is time to make fish completions more awesome.