Hi, I've made a custom completion function for one of my tools:
https://github.com/baskerville/owl And I'd like `compgen -f` to behave like the default bash filename completion, but it doesn't: for example, if I type `f` and if the only file starting with `f` in the current directory is a directory named `foo`, then, if I press `<Tab>`, I'll get `foo `, I'd like to get `foo/` instead. Greetings, -- b.d (| |) ^ ^