Gilson Urbano
Gilson Urbano
That's a great suggestion, and I appreciate your input. I initially considered this approach but decided against it primarily due to concerns related to dependencies. Releasing the package on PyPI...
Hi @bstadlbauer ! Apologies for the delayed response; I was on vacation 🏝️. Your plan sounds great. Let's definitely move ahead with it! Are you up for handling the guard...
Action to automatic release to PyPi pushed to [#17](https://github.com/urbanogilson/SICAR/tree/17-upload-to-pypi-registry)
@bstadlbauer the format changed, and I updated it to support the new version. I will keep this issue open to monitor interest in this implementation
O problema persiste? Qual é a versão do sistema operacional? Python?
That's an interesting idea! To better understand your suggestion and help you implement it, could you please provide an example scenario where this feature would be useful? Having a concrete...
You can go to next and previous page using `left ←` and `right →` arrow keys. Is that what you meant?
I'd like to see this feature implemented in the [console-rs/dialoguer](https://github.com/console-rs/dialoguer) library, but the `Tab` behavior is already defined in [multi_select.rs#L249](https://github.com/console-rs/dialoguer/blob/dfd6e22a5e75cfc0934130f2d9c94351645d767c/src/prompts/), and I'm not sure the maintainers want to change that....
Issue asking if they are open to accepting this change https://github.com/console-rs/dialoguer/issues/272
I modified the library to test how this feature would work and it is available in the https://github.com/urbanogilson/lineselect/tree/1-shortcut-to-select-line-and-move-down branch. You can see if this is what you expect `ls |...