You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#212 will add the rest of the Readline shortcuts, and abstract them to a Readline class.
One thing left over from this move is that the history management still lives in command_bar.py under a CommandBarHistory class. The class is pretty generic -- add, previous, next, cleanup, across multiple commands.
So CommandBarHistory should be moved into Readline as a generic History class, probably changing the command arguments to something more generic like tag or type.
The text was updated successfully, but these errors were encountered:
#212 will add the rest of the Readline shortcuts, and abstract them to a
Readline
class.One thing left over from this move is that the history management still lives in
command_bar.py
under aCommandBarHistory
class. The class is pretty generic --add
,previous
,next
,cleanup
, across multiple commands.So
CommandBarHistory
should be moved intoReadline
as a genericHistory
class, probably changing thecommand
arguments to something more generic liketag
ortype
.The text was updated successfully, but these errors were encountered: