blob: cf0542af09e1bdf440502d9f4027972272f1373f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|