You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin Exporter is a QGIS plugin that can export installed plugins into a .csv or .json file. The user can export all the installed plugins or select the plugins they want to export.
7
+
Plugin Exporter can also use the generated file to install the plugins back in QGIS.
8
+
9
+
## Getting Started
10
+
11
+
### Dependencies
12
+
13
+
* QGIS 3.28 or above (I did not test the plugin with older versions).
14
+
15
+
### Installing
16
+
I am planning on releasing the plugin in the official QGIS repo soon. In the meantime, please use my custom repository.
17
+
* In the QGIS plugin manager, click on settings
18
+
* Add the following URL: https://scriptbash.github.io/plugins.xml
19
+
* Search for "Plugin Exporter" in the "all" menu
20
+
* Click on install
21
+
22
+
### How to use Plugin Exporter
23
+
#### Export plugins
24
+
* Click on the "Plugins" menu
25
+
* Select "Plugin Exporter" and click on "Export plugins"
26
+
* You can then select which plugins to export
27
+
* Select a format (.csv or .json)
28
+
* Select an output file and click on "OK"
29
+
* The plugin will export the plugins
30
+
31
+
#### Import plugins
32
+
* Click on the "Plugins" menu
33
+
* Select "Plugin Exporter" and click on "Export plugins"
34
+
* Select the "Import" option
35
+
* Select a file to import and click on "OK"
36
+
* The plugin will install the plugins and by default will skip those already installed
37
+
38
+
## Help
39
+
40
+
If you have an issue, a feature request or feedback, please let me know by opening an issue here : https://github.com/Scriptbash/PluginExporter/issues
0 commit comments