Closed Freed-Wu closed 1 year ago
Use readline to record log.
I don't support #35 and #40. #35's sqlite3 is too troublesome for user to modify the history, and #40 should use readline to realize the function.
readline don't support record time. If this function is needed, prompt-toolkit can be used to replace readline.
And I hope the history path can support XDG (e.g. ~/.local/share/ydcv/ydcv_history.txt)
~/.local/share/ydcv/ydcv_history.txt
And the zsh completion script should be changed to add new cmd option.
Close for no response.
Use readline to record log.
I don't support #35 and #40. #35's sqlite3 is too troublesome for user to modify the history, and #40 should use readline to realize the function.
readline don't support record time. If this function is needed, prompt-toolkit can be used to replace readline.