Maximilian Knespel
Maximilian Knespel
Just wondering, do you think a TUI would work? Screenshot made with [argparse-tui](https://github.com/fresh2dev/argparse-tui), a fork of [trogon](https://github.com/Textualize/trogon), both of which use [Textual](https://github.com/Textualize/textual).  Unfortunately, there are some rough edges. At...
Sorry for the very late answer :(. I was not able to reply in January and then lost the notification. This should work to at least reduce disc accesses: ```bash...
> * For unit tests and tools files, I added `using namespace rapidgzip` and `using namespace rapidgzip::core` to allow for brevity. That's absolutely fine. Looking at the PR, I feel...
> @mxmlnkn I cleaned up the PR to have core included in rapidgzip namespace. Only a few spots needed additional prefixing now. One thing I did have to change was...
Fixed the CI and cherry-picked it into the develop branch, soon to be in master. Thank you for your contribution! And I'm sorry it took so long to merge it.
I have fixed this in c840d0e53cd44f9a2efb5a5e44e42e7494c8fb0b. You can test it with: ```bash python3 -m pip install --user --force-reinstall \ 'git+https://github.com/mxmlnkn/ratarmount.git@develop#egginfo=ratarmountcore&subdirectory=core' \ 'git+https://github.com/mxmlnkn/ratarmount.git@develop#egginfo=ratarmount' ```
I have the same problem with being unable to quit. The issue is that I have set a global shortcut for Ctrl+Q to a noop so that I would not...
> You can also quit via the Textual command pallette, unless whatever config has broken that key binding as well. That works if you know how to open it. It's...
Sorry, I assumed you were a maintainer whom I had to persuade about the necessity. Thanks for your try to help.
It is possible to `export TEXTUAL_ALLOW_SIGNALS=1`. You could even add this to your .bashrc to live in peace knowing that Ctrl+C and Ctrl+Z will work normally with any textual app....