One of the feedback suggestions we received was to make the package search more interactive. This feature request will also resolve issues with the package table format being inadequate.
For example, the package being used to create the table leads to output like this:

The table just generally takes up a lot of space in an inefficient manner, it also is printed to the terminal at a fixed size, so cannot be adjusted (must call the package search again).
Using Ink (https://github.com/vadimdemedes/ink), we can create an interactive package search that a user can scroll through. I have already completed the prototype of this, implementing this feature would then require:
One of the feedback suggestions we received was to make the package search more interactive. This feature request will also resolve issues with the package table format being inadequate.
For example, the package being used to create the table leads to output like this:
The table just generally takes up a lot of space in an inefficient manner, it also is printed to the terminal at a fixed size, so cannot be adjusted (must call the package search again).
Using Ink (https://github.com/vadimdemedes/ink), we can create an interactive package search that a user can scroll through. I have already completed the prototype of this, implementing this feature would then require:
.packagecommand and behave correctly.