Import Atuin History into Nushell

If you want Nushell’s per-directory auto-suggestions backed by the commands you’ve already captured in Atuin’s SQLite3 history, you can read the full dataset and pipe it into history import. Warning You must be using the SQLite3 backend for Nushell as the text version doesn’t support current working directory (cwd). ...

Oct 30, 2025 · 1 min