When debugging or supporting users, it can be useful to see the object hierarchy of the session of the user with the problem.
An easy way to do this seems to be to ask him to save his layout and pastebin it (like at http://paste.pocoo.org/show/494879/ ). It might be neat to have a simple way to display this information a bit more pleasantly.
Anonymous
This actually comes rather close:
cat ~/.notion/default-session--0/saved_layout.lua | grep -e 'type\|name'