objexplore
objexplore copied to clipboard
A terminal UI to inspect and explore Python objects
## **Describe the bug** Newly installed through conda-forge, opened in python to check out features... Immediately got exception. ``` >>> import objexplore as obex >>> obex.inspect(obex) TypeError: __init__() got an...
I would like to be able to view the heirarchy of parent classes for each object
https://github.com/kylepollina/objexplore/blob/main/objexplore/help_layout.py#L110 Need more fun quotes!
When I have the stack view open, I would like the preview layout on the right side to update with the dir/preview/type/docstring of the highlighted object on the stack. Currently,...
I want to be able to use the commands listed here: https://www.gnu.org/software/bash/manual/html_node/Commands-For-Moving.html for moving around in the search filter.
Currently when the search filter gets too long it cuts off any part of the filter it can not see. I would like the filter to scroll to the right...
Can you please tag v1.6.3 and future releases on github?
(home/end keys here send KEY_FIND/KEY_SELECT, so these are included)