From a7cb21a51b393b436c0ca7e09c892ebb3c597ad0 Mon Sep 17 00:00:00 2001 From: Steven Xu Date: Mon, 27 Mar 2023 01:44:06 +1100 Subject: feat: add *Nushell* support (#788) * feat: add *Nushell* support * refactor: use `sh` to swap `STDOUT` and `STDERR` instead of using a temporary file * feat: include both keybindings, with the current REPL buffer passed to *Atuin*'s * feat: don't record commands run by keybindings --- atuin-client/src/import/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atuin-client/src/import/mod.rs') diff --git a/atuin-client/src/import/mod.rs b/atuin-client/src/import/mod.rs index 65c4f41d..3d38cd29 100644 --- a/atuin-client/src/import/mod.rs +++ b/atuin-client/src/import/mod.rs @@ -8,6 +8,8 @@ use crate::history::History; pub mod bash; pub mod fish; +pub mod nu; +pub mod nu_histdb; pub mod resh; pub mod zsh; pub mod zsh_histdb; -- cgit v1.3.1