From 87e19df9c5d8c2a7438c93c67b4590df722fb95c Mon Sep 17 00:00:00 2001 From: jfmontanaro Date: Mon, 12 Feb 2024 02:32:07 -0800 Subject: feat: Add xonsh history import (#1678) * add importers for xonsh JSON files and SQLite db * rustfmt xonsh importers * remove env-dependent tests from xonsh importers * pass xonsh_data_dir into path resolver instead of looking up in env * review: run format * review: fix clippy errors --------- Co-authored-by: Ellie Huxtable --- atuin-client/tests/data/xonsh-history.sqlite | Bin 0 -> 12288 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 atuin-client/tests/data/xonsh-history.sqlite (limited to 'atuin-client/tests/data/xonsh-history.sqlite') diff --git a/atuin-client/tests/data/xonsh-history.sqlite b/atuin-client/tests/data/xonsh-history.sqlite new file mode 100644 index 00000000..744fcf86 Binary files /dev/null and b/atuin-client/tests/data/xonsh-history.sqlite differ -- cgit v1.3.1