4bc8c29c2a
- Update to 1.22 and split into geany-plugin-* ports - Convert to new options framework - Take maintainership PR: ports/165494 [1], ports/171856 Submitted by: Marco Trentini <marco at datasked.com> [1] Approved by: maintainer timeouts (2 weeks for ports/171856)
17 lines
378 B
Text
17 lines
378 B
Text
Geany Mini-Script filter plugin.
|
|
This plugin is a tool to apply a script filter on:
|
|
- text selection
|
|
- current document
|
|
- all documents
|
|
The filter type can be:
|
|
- shell script
|
|
- perl script
|
|
- python script
|
|
- sed commands
|
|
- awk script
|
|
The output can be:
|
|
- selection of current document
|
|
- all documents
|
|
- new document
|
|
|
|
WWW: http://plugins.geany.org/geanyminiscript.html
|