Reinteract Extensions
Reinteract extensions are python modules that must provide a subclass of reinteract.custom_result.CustomResult?, and implement a create_widget() method. This method must return a pygtk widget, that will be displayed in the Reinteract shell.
Some know extensions (add yours):
| Extension | Description | Author |
| rehtml | render html strings and ElementTrees? | Eduardo de Oliveira Padoan |
| reshell | provides a ls function to list directories nicelly | Mathias Hasselmann |
| reglade | preview .glade xml files | Mathias Hasselmann |
| reimage | paint images, GDK pixbuffs, GTK widgets and PIL images | Mathias Hasselmann |
| rere | Highlight regular expression matches | Tero Jäntti |
| repgm | Integrate a Pigment canvas inside Reinteract | Philippe Normand |
