euporie.core.tabs.base.InMemoryHistory

class euporie.core.tabs.base.InMemoryHistory(history_strings: Optional[Sequence[str]] = None)

History class that keeps a list of all strings in memory.

In order to prepopulate the history, it’s possible to call either append_string for all items or pass a list of strings to __init__ here.