Replies: 1 comment
-
|
For the time being, I wrote an autocompletion script for ZSH, and submitted a bug report #452. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Am I the only one having issues with tab completion for
protontricks? I don't recall if it was always the case, but I just found out it doesn't work for me. Protontricks is written in Python, so I tried generating autocompletion script with standard practice:…but the resulting autocompletion kept starting Protontricks GUI whenever I pressed
<tab>. AI says it's a common issue with Python projects, and it happens because Protontricks initializes GUI beforeargcompletehooks (in the source code), but that's not something I know how to deal with.Any ideas? Am I doing something wrong, or should I open an issue with that initialisation order thing?
Beta Was this translation helpful? Give feedback.
All reactions