I have some simple scripts that I use on various projects. These typically act on the active layer and thus require no input from the user. I'm looking for a simple single-click way to to execute these. Obviously if they are open in the editor window of the python console, I can run them, but that requires keeping them open in the console. I could make them into processing scripts, but those typically call for user input.* I could attach them to the menus, but that seems overkill and litters the menus when they're not needed. How do others deal with scripts like this?

* Is there a way to write a processing script that doesn't display the window for user input? Leaving an empty initAlgorithm still produces a dialog with no inputs.
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to