aimo 0.1.12

just another [ai] model orchestrator
Documentation
1
2
3
4
5
6
7
8
9
function _aimo_fish
    set -l _old (commandline)
    if test -n $_old
        echo -n "⌛"
        commandline -f repaint
        commandline (aimo -e $_old)
    end
end
bind \ee _aimo_fish