tauri-apps / tauri-docs

The source for all Tauri project documentation.
https://tauri.app
MIT License
749 stars 512 forks source link

Guide showing how to add shell completions in Fish #1288

Open FabianLars opened 1 year ago

FabianLars commented 1 year ago

In https://github.com/tauri-apps/tauri-docs/pull/1283 we've added docs for bash, zsh and powershell, however tauri completions also supports fish but i've had issues coming up with something nice having 0 experience with Fish and being vegan, https://github.com/tauri-apps/tauri-docs/pull/1283#discussion_r1226659935.

A short recap of my assumptions in the linked comments:

ideally we'd want to have a tauri.fish in one of the aforementioned dir which triggers on tauri, cargo tauri, yarn tauri and npm run tauri but i could not find a way to do this and therefore i'm hoping that actual fish users may know more than me :)

simonhyll commented 9 months ago

I feel like we might be able to make an article about this in the Develop guide section about general dev environment setup?