I'm enjoying using the interactive mode. One thing I've noticed, is that I'll often run xc, select docker-build and it will start.
Then I'll make some changes, and want to run it again, so I'll press the up arrow on the keyboard, or I'll use Ctrl+R to search, but docker-build is not in the history.
I think it would be a case of adding a line to either .zsh_history if the shell is zsh, or .bash_history is the shell is bash.
I can put a PR for that together if you like.
I'm enjoying using the interactive mode. One thing I've noticed, is that I'll often run
xc, selectdocker-buildand it will start.Then I'll make some changes, and want to run it again, so I'll press the up arrow on the keyboard, or I'll use
Ctrl+Rto search, butdocker-buildis not in the history.I think it would be a case of adding a line to either
.zsh_historyif the shell is zsh, or.bash_historyis the shell is bash.I can put a PR for that together if you like.