Saturday, July 14, 2007

gedit and external tool plugin

With the external tool plugin can you incredible enhanche the gnome editor, launching for example program like awk or sed to elaborate your text.

For example, let's see a "Remove multiple space" function:
command: sed 's/^ *//;s/ *$//;s/ \{1,\}/ /g'
input: current document
output: current document