docs(fish): add sqlx autocompletion to shell

This commit is contained in:
Lucien Cartier-Tilet 2024-06-20 09:39:55 +02:00
parent 63133d312e
commit 4f50b88488
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -45,6 +45,12 @@ I also use [[https://github.com/elkowar/eww/][eww]] for some widgets, lets lo
eww shell-completions --shell fish | source eww shell-completions --shell fish | source
#+end_src #+end_src
The [[https://crates.io/crates/sqlx][sqlx]] CLI is a requirement for my Rust projects using this crate.
The code below integrates its completions in Fish.
#+begin_src fish
sqlx completions fish | source
#+end_src
Since I dont really have a better place on this website to put it, Since I dont really have a better place on this website to put it,
here is my direnv configuration located at here is my direnv configuration located at
=$HOME/.config/direnv/direnv.toml=. =$HOME/.config/direnv/direnv.toml=.