NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

feature: Add fish to supported shells for shimming #92

Closed jonhoo closed 11 months ago

jonhoo commented 11 months ago

This adds support for the Fish shell to the -i shims.

A couple of notes:

I think there's an argument for > ~/.config/fish/functions/slap.fish instead of >> ~/.config/fish/config.fish (it'll still be automatically picked up by Fish), but opted for consistency over idiom here.

I followed https://github.com/NiklasRosenstein/slap/pull/74 as a guide, so I may have missed something else that needs to be changed if the code has evolved since then.

NiklasRosenstein commented 11 months ago

This is available in 1.10.0