metadata.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This file contains metadata for your plugin.
  2. # This file should be included when you package your plugin.# Mandatory items:
  3. [general]
  4. name=File Management
  5. qgisMinimumVersion=3.22
  6. description=Plugin to help with file management from the Layers Panel.
  7. version=0.1
  8. author=Ellis Symons
  9. email=support@tuflow.com
  10. about=The File Management plugin allows users to rename layers on disk within QGIS via the right-click context menu in the Layers Panel, and copy layer paths (both absolute and relative) to the clipboard.
  11. tracker=https://gitlab.com/tuflow/qgis-file-management-plugin/-/issues
  12. repository=https://gitlab.com/tuflow/qgis-file-management-plugin.git
  13. # End of mandatory metadata
  14. # Recommended items:
  15. hasProcessingProvider=no
  16. # Uncomment the following line and add your changelog:
  17. changelog=--- 0.1 ---
  18. first version
  19. # Tags are comma separated with spaces allowed
  20. tags=Copy paths,Rename layers/databases
  21. homepage=https://gitlab.com/tuflow/qgis-file-management-plugin
  22. category=Plugins
  23. icon=mActionFileOpen.svg
  24. # experimental flag
  25. experimental=True
  26. # deprecated flag (applies to the whole plugin, not just a single version)
  27. deprecated=False
  28. # Since QGIS 3.8, a comma separated list of plugins to be installed
  29. # (or upgraded) can be specified.
  30. # Check the documentation for more information.
  31. # plugin_dependencies=
  32. Category of the plugin: Raster, Vector, Database or Web
  33. # category=
  34. # If the plugin can run on QGIS Server.
  35. server=False