From 336a05cd61e48884f25c269c7a5c853682a26801 Mon Sep 17 00:00:00 2001 From: svk Date: Thu, 23 Feb 2023 13:46:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index c3548fa..25ce87c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,35 @@ For UNIX-like OS Tcl/Tk >= 8.6 http://tcl.tk tcllib, tklib +## Screenshots + +- Navigation the source code structure + +![projman-1.png](https://nuk-svk.ru/images/projman/projman-1.png) + +- Hints when entering names of variables and procedures + +![projman-2.png](https://nuk-svk.ru/images/projman/projman-2.png) + +- Searching for a variable definition in ansible files + +![projman-ansible-1.png](https://nuk-svk.ru/images/projman/projman-ansible-1.png) + +- Navigation the ansible source code structure + +![projman-ansible-2.png](https://nuk-svk.ru/images/projman/projman-ansible-2.png) + +- Navigation the markdown source code structure + +![projman-md-1.png](https://nuk-svk.ru/images/projman/projman-md-1.png) + +- Git dialog (commit history) + +![projman-git-1.png](https://nuk-svk.ru/images/projman/projman-git-1.png) + +- Git dialog (changes) + +![projman-git-2.png](https://nuk-svk.ru/images/projman/projman-git-2.png) ## Getting source code