summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-07 12:50:22 +0200
committerGitHub <noreply@github.com>2018-05-07 12:50:22 +0200
commitaa39e8c3ca511c698df415b3dc7f93e3299f891d (patch)
treed373cf37a27ef49ca8fdb97b359be963898674b7
parentd4c0a7b4af35105c7259df20a579502b873893c2 (diff)
Add screenshots showing incremental search
Should probably move the screenshots out into a separate section soon.
-rw-r--r--README.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5351e2d..e3205dd 100644
--- a/README.rst
+++ b/README.rst
@@ -242,9 +242,21 @@ Two configuration interfaces are currently available:
.. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss6.png
- "Show-all" mode, which includes promptless/invisible items:
+ **"Show-all" mode, which includes promptless/invisible items:**
.. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss9.png
+
+ **Incremental search with regex support:**
+
+ .. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss10.png
+
+ .. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss11.png
+
+ **Destination after pressing Enter, for the example above. "Show-all" mode is turned on automatically when jumping to invisible symbols.**
+
+ .. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss13.png
+
+ .. image:: https://raw.githubusercontent.com/ulfalizer/Kconfiglib/screenshots/screenshots/ss12.png
(Sorry about that yellow color. See the styling code at the top of
``menuconfig.py`` if you want to try to make it prettier. :))