ottomatica/slim

Add shell completion for images

gjabell opened this issue · 2 comments

Fish/zsh/bash shell completion for images, so that hitting tab with slim run <name> will list and auto-complete available images

The package that we're using for managing commands, yargs, supports generating completion scripts. But not sure if that could be used to help with this.

Wasn't able to get the yargs completion working properly, but I think this isn't a super important task anyways. Can revisit in the future if someone else requests it.