Merge branch 'master' of https://git.nuk-svk.ru/svk/projman
This commit is contained in:
commit
3ee60f48c3
|
@ -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
|
|
||||||
|
|
29
README.md
29
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user