# IDEAS.txt

I1. "Transformation functions": What if you could select a text, name a 
Python function (or method, or anything callable), it gets called with
the selected text, and the return value (hopefully also a text) replaces
the original text?

Something like

    trans rot13
    
on the command line, could be very powerful. Users can add their own module
with custom functions, and it will be automagically imported, and can be
used by the 'trans' command.

