atuin/atuin-client/src
jfmontanaro 4512cd5c7f
fix(xonsh): Add xonsh to auto import, respect $HISTFILE in xonsh import, and fix issue with up-arrow keybinding in xonsh (#1711)
* add xonsh to `atuin import auto`

* respect $HISTFILE in xonsh importers

* disable up-arrow binding in xonsh when completion menu is active

* include xonsh logic in the same conditional as other shells

* format and fix clippy lints
2024-02-15 19:33:30 +00:00
..
history perf: optimize history init-store (#1691) 2024-02-12 09:56:42 +00:00
import fix(xonsh): Add xonsh to auto import, respect $HISTFILE in xonsh import, and fix issue with up-arrow keybinding in xonsh (#1711) 2024-02-15 19:33:30 +00:00
record feat: use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite store (#1703) 2024-02-12 09:25:06 +00:00
api_client.rs feat: add store push --force 2024-02-02 18:01:09 +00:00
database.rs fix: set durability for sqlite to recommended settings (#1667) 2024-02-04 18:42:48 +00:00
encryption.rs feat: reencrypt/rekey local store (#1662) 2024-02-01 15:00:46 +00:00
history.rs fix(tests): add Settings::utc() for utc settings (#1677) 2024-02-06 17:47:00 +00:00
kv.rs feat: use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite store (#1703) 2024-02-12 09:25:06 +00:00
lib.rs Automatically filter out secrets (#1182) 2023-08-19 12:28:39 +01:00
ordering.rs ignore JetBrains IDEs, tidy-up imports (#348) 2022-04-28 18:53:59 +01:00
secrets.rs feat: include atuin login in secret patterns (#1518) 2024-01-08 09:37:42 +00:00
settings.rs feat: add 'ignored_commands' option to stats (#1722) 2024-02-15 18:52:19 +00:00
sync.rs fix(sync): save sync time when it starts, not ends (#1573) 2024-01-15 13:10:10 +00:00