master
svkalinin 2023-07-27 13:04:32 +03:00
commit 3ee60f48c3
2 changed files with 30 additions and 3 deletions

View File

@ -1,8 +1,6 @@
pipeline: pipeline:
build: build:
image: svk28/tcltk-build-debian image: svk28/tcltk-build-debian:latest
commands: commands:
- cd debian - cd debian
- ./build-deb-projman.sh - ./build-deb-projman.sh
when:
branch: master

View File

@ -29,6 +29,35 @@ For UNIX-like OS
Tcl/Tk >= 8.6 http://tcl.tk Tcl/Tk >= 8.6 http://tcl.tk
tcllib, tklib 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 ## Getting source code