History file (command completion) #16
Labels
enhancement
New feature or request
part:language-server
part:prompt
Command line prompt and input handling
For the history other shells are using different ways to store history,
for example for
fish
this is$HOME/.local/share/fish/fish_history
file with entries likefor
zsh
file$HOME/.zsh_history
with entriesfor
bash
file$HOME/.bash_history
with entriesI think that in
endo
we should not create any files directly in$HOME
directory but use something similar tofish
. Also what I think might be good is to be able to merge history files between different machines either automatically or with some provided script, for example some of the tools for shell history like atuin provide synchronization via serverThe text was updated successfully, but these errors were encountered: