Comment by ~murlakatamenka on ~nicohman/eidolon
Thanks. I guess I should've made separate tickets, more atomic.
Ticket created by ~murlakatamenka on ~nicohman/eidolon
Would be nice to have shell completion for
eidolon
. If possibly including game titles.Not sure how hard it is to implement and whether your think it's necessary at all.
Games can be run via shell like this:
eidolon run "$(eidolon list | fzf | cut -d- -f2)"
rustup
can be referenced here, that's how I get its completions in my.rc
, for example:source <(rustup completions zsh) 2&>/dev/null