From f54cf78e545de1631722b3520a7a1534c81a8d70 Mon Sep 17 00:00:00 2001 From: Mueez Khan <30333942+rzmk@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:29:31 -0400 Subject: [PATCH] contrib: add demo GIF for Bashly completions --- contrib/bashly/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/bashly/README.md b/contrib/bashly/README.md index 3119dc022..c486a03fc 100644 --- a/contrib/bashly/README.md +++ b/contrib/bashly/README.md @@ -1,5 +1,7 @@ # qsv completions with Bashly +![qsv-completions-bashly-demo](https://github.com/jqnatividad/qsv/assets/30333942/d1e4f78a-e9d3-4761-9ddb-2343857d3545) + > These completions may be outdated by the time you're using them (see the version value in `src/bashly.yml` for the expected version to use it for). Update `src/bashly.yml` to ensure they're in sync with qsv's latest commands. This is a foundation for CLI completions for [qsv](https://github.com/jqnatividad/qsv) using [Bashly](https://bashly.dannyb.co/).