ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
303 stars 21 forks source link

Add support for fish shell #494

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

PR originally created by @ricardomatias

This PR adds support for fish shell with completions. I had to create a separate init file so that I could write the completions in a declarative manner (adapting it from the python completions file was a bit too cumbersome and unclear to me).

The original was closed to be able to make some modifications to the branch.