aimo 0.1.12

just another [ai] model orchestrator
Documentation
1
2
3
4
5
6
7
_aimo_bash() {
    if [[ -n "$READLINE_LINE" ]]; then
        READLINE_LINE=$(aimo -e "$READLINE_LINE")
        READLINE_POINT=${#READLINE_LINE}
    fi

}
bind -x '"\ee": _aimo_bash'