1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-19 17:07:48 +03:00
atuin/docs/import.md
Ellie Huxtable 156893d774
Update docs, unify on SQLx, bugfixes (#40)
* Begin moving to sqlx for local too

* Stupid scanners should just have a nice cup of tea

Random internet shit searching for /.env or whatever

* Remove diesel and rusqlite fully
2021-04-25 17:21:52 +00:00

532 B

atuin import

Atuin can import your history from your "old" history file

atuin import auto will attempt to figure out your shell (via $SHELL) and run the correct importer

Unfortunately these older files do not store as much information as Atuin does, so not all features are available with imported data.

zsh

atuin import zsh

If you've set HISTFILE, this should be picked up! If not, try

HISTFILE=/path/to/history/file atuin import zsh

This supports both the simple and extended format

bash

TODO