My goal is to pipe options from one command to a function that generates a menu using select. Shell select loop reads from stdin, which by default is linked to keyboard inputs, when you are in a pipe however, stdin becomes the stdout of the previous command (I may be oversimplifying here).
https://stackoverflow.com/questions/60216801/how-would-you-pipe-options-in-a-shell-select-loop

