atuinsh / atuin

✨ Magical shell history
https://atuin.sh
MIT License
20.13k stars 543 forks source link

Feature Request: Add modified command to appear on the history list. #1762

Closed sungkim11 closed 6 months ago

sungkim11 commented 6 months ago

When I press UP key to see history then select a command using TAB to modify that command. I want that modified command to appear on the history list.

ellie commented 6 months ago

Are you using bash?

It already should be, and the only times I've seen where it doesn't has been a bash issue. We're trying to sort the various problems there, but Bash by default lacks most of the features we need to hook into the shell - so everything there is a bit of a kludge.

sungkim11 commented 6 months ago

Yes, I am using bash. Should I change shell? If so, which one?

ellie commented 6 months ago

We also support fish, zsh, nushell and xonsh. I'd suggest zsh for the most bash-like, but fish is also nice.

sungkim11 commented 6 months ago

Thank you.