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 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5f4f1ee2..8510746b 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,21 @@ Install `atuin` shell plugin in zsh, bash, or fish with [Fig](https://fig.io) in +### Nushell + +Run in *Nushell*: + +``` +mkdir ~/.local/share/atuin/ +atuin init nu | save ~/.local/share/atuin/init.nu +``` + +Add to `config.nu`: + +``` +source ~/.local/share/atuin/init.nu +``` + ## ...what's with the name? Atuin is named after "The Great A'Tuin", a giant turtle from Terry Pratchett's -- cgit v1.3.1