Hello all!
Is there a way of searching through the possible completions while using sage in a terminal?
Eg. If g
is a Graph
, then g.<TAB>
yields more than 200 possible completions.
Does anyone know of a way to get only those completions containing a certain string, say path
, without leaving the terminal? Here one would expect to get the 12 (or so) methods containing the word path
, none of which have path
as a prefix.
Thanks :)