euporie.core.tabs.kernel.InMemoryHistory

class euporie.core.tabs.kernel.InMemoryHistory(history_strings: Sequence[str] | None = 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.