testing version

This commit is contained in:
anon
2024-08-03 15:14:52 +02:00
parent 0480db08fa
commit 29accaf24e
14 changed files with 278 additions and 53 deletions

View File

@ -0,0 +1,9 @@
function _histui_run() {
COMMANDFILE="${XDG_CACHE_HOME}/histui_command.txt"
histui tui 3> "${COMMANDFILE}"
READLINE_LINE=$(cat "${COMMANDFILE}")
READLINE_POINT=${#READLINE_LINE}
}
bind -x '"\e[A": _histui_run'
bind -x '"\C-r": _histui_run'