Добавлено определение путей до внешних программ при подключении к редактору.
This commit is contained in:
23
README.md
23
README.md
@@ -158,6 +158,29 @@ Or type "projman" into terminal, Or choose the name of the program "Projman" on
|
||||
- Alt-S - Split the edited window horizontally
|
||||
- Alt-K - Open folder
|
||||
|
||||
### Work with external tools
|
||||
ProjMan allows you to connect any external tools to the editor. To do this, you need to add an entry to the file ~/.config/projman/tools.ini.
|
||||
|
||||
Calling an external program is available through the main and pop-up menus. To transfer the parameters, write the appropriate template in the file.
|
||||
- %s - template for substituting selected text in the editor
|
||||
- %f - template for substituting selected file\(s\) in the file tree
|
||||
|
||||
When adding multiple %f templates, the corresponding number of files allocated in the tree will be substituted.
|
||||
|
||||
```
|
||||
[TkDIFF]
|
||||
commandString=tkdiff %f %f
|
||||
description=TkDiff is a Tcl/Tk front-end to diff
|
||||
icon=
|
||||
shortCut=
|
||||
|
||||
[VisualRegexp]
|
||||
commandString=tkregexp "%s"
|
||||
description=A graphical front-end to write/debug regular expression
|
||||
icon=
|
||||
shortCut=
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
||||
Sergey Kalinin - author
|
||||
|
||||
Reference in New Issue
Block a user