Akuli
Akuli
Maybe we can use `-i`: https://unix.stackexchange.com/a/101625
The more I think about this, the more I want to make the commands project-specific. I think: - If a command does not use the file name in substitutions, it...
Ideally there would be a way for plugins to depend on each other. For example, if you disable `filemanager` and `directory_tree`, and then enable `filemanager`, it would be nice if...
Making plugins depend on each other could look something like this: ``` dont_setup_without = ["directory_tree"] ```
I don't have strong opinions for docstring vs comment either. Maybe it should depend on whether we want users to see the Maintenance Status of each plugin in the plugin...
Makes sense. Let's use a comment if we decide to go ahead with this :) I would like to also hear thoughts of at least @rdbende and @ThePhilgrim before I...
> quite a lot of work for Akuli. The same could be said about most quality improvements, not just this one. For example, setting up tests or type checking or...
I think only the `test_jump_to_definition_plugin.py` failures are caused by this. If you xfail them, it would be nice if you made a PR about it, and also add 3.11 to...
I am aware that pyright and pylance are not the same, but pyright also has a langserver that gives autocompletions and such. It is usable without pylance, and probably enough...
Thanks for reporting this. I will look into this eventually. Pipx seems like a good way to install and run Porcupine, if you already have pipx installed, so I want...