adtac / climate

The swiss-army knife of utility tools for Linux.
GNU General Public License v3.0
1.43k stars 76 forks source link

Add autocomplete for fish #20

Closed Hunsu closed 7 years ago

Hunsu commented 7 years ago

I can do it. I will first look on how I could do it with dynamic autocomplete.

adtac commented 7 years ago

@Hunsu hey! Sorry for the really late reply - I probably missed the notification.

And yes, autocomplete for fish would be lovely :) Looking forward to it. (Assigning you this issue.)

Hunsu commented 7 years ago

Submitted a PR to the fish project https://github.com/fish-shell/fish-shell/pull/3760

adtac commented 7 years ago

Huh, didn't know that fish had a centralized repo for all completions :)

Anyway, thanks a lot for the patch there! Feel free to close this issue when you get it merged it there.

Hunsu commented 7 years ago

https://github.com/fish-shell/fish-shell/commit/a5e8b81ee34ecc5bd19114c2079a3fff196e6a10

adtac commented 7 years ago

Nice, thanks!