summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarge Bot <marge-bot@gnome.org>2022-11-22 19:53:40 +0000
committerMarge Bot <marge-bot@gnome.org>2022-11-22 19:53:40 +0000
commit669a888bec641efc2b59cd605750582d6bb77244 (patch)
treee1feebf66c08ff1323efbc3f7772056dc509574a
parent2e333d8ad9ec3387b8db641fdd7416d534e621a6 (diff)
parentc0f5f5768fa4620951e009081da8089b13d876be (diff)
downloadlibrsvg-669a888bec641efc2b59cd605750582d6bb77244.tar.gz
Merge branch 'completion-docs' into 'main'
Completion docs See merge request GNOME/librsvg!772
-rw-r--r--NEWS8
-rw-r--r--rsvg-convert.rst6
2 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4119561f..b8586582 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2.55.1
+==============
+
+- #878 - rsvg-convert now supports shell completion for bash, elvish,
+ fish, powershell, and zsh. Please run "rsvg-convert --completion
+ bash" to generate the completion file. You can use the other
+ shells' names as an argument to the --completion option. (Marcos Simental)
+
Version 2.55.0-alpha
====================
diff --git a/rsvg-convert.rst b/rsvg-convert.rst
index 6b4ca706..3d2d6a99 100644
--- a/rsvg-convert.rst
+++ b/rsvg-convert.rst
@@ -472,6 +472,12 @@ MISCELLANEOUS
``--testing``
For developers only: render images for librsvg's test suite.
+``--completion`` *shell-name*
+ Generate a script for a shell's Tab completion. You can use ``bash``,
+ ``elvish``, ``fish``, ``powershell``, and ``zsh`` for the shell's
+ name. Rsvg-convert will then write a suitable script to standard
+ output.
+
ENVIRONMENT VARIABLES
=====================