From 10dace9f58e85bd6b0ff2d07c061a2296f0aab83 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:04:19 -0400 Subject: [PATCH] Add link to set up just completions --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 891e084..70e17af 100644 --- a/readme.md +++ b/readme.md @@ -363,7 +363,10 @@ Additional arguments to `just build` are passed on to `west`. For instance, a pristine build can be triggered with `just build all -p`. (For this particular example, there is also a `just clean` recipe, which clears -the build cache. To list all available recipes, type `just`.) +the build cache. To list all available recipes, type `just`. Bonus tip: `just` +provides +[completion scripts](https://github.com/casey/just?tab=readme-ov-file#shell-completion-scripts) +for many shells.) #### Drawing the keymap