PowerType icon indicating copy to clipboard operation
PowerType copied to clipboard

Enable customization of hint list length

Open premun opened this issue 1 year ago • 1 comments

Would it be possible to show more than 10 items of hints?

Maybe this could be a parameter on Enable-PowerType?

Enable-PowerType -HintCount 20

It would be nice if we could provide something like -1, which would mean "rest of the screen" which would just do as many items as the terminal screen fits.

premun avatar Jan 10 '24 16:01 premun

PowerType sadly has no information about the screen size, but providing a max count should be doable.

AnderssonPeter avatar Jan 10 '24 17:01 AnderssonPeter