xonsh.history¶
Command history backends for the xonsh shell.
Provides the pluggable history interface and the built-in backends: JSON file, SQLite, and an in-memory dummy backend.
Base class of Xonsh History backends. |
|
Tools for diff'ing two xonsh history files in a meaningful fashion. |
|
Implements the xonsh history backend. |
|
Implements JSON version of xonsh history backend. |
|
Main entry points of the xonsh history. |
|
Implements the xonsh history backend via sqlite3. |