Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 942 Bytes

File metadata and controls

15 lines (12 loc) · 942 Bytes

Plugin Ecosystem Roadmap

Status-driven roadmap for the official plugin registry. Each entry reflects work already in the repository; the "open" items are direction, not commitments.

Done

  • Core plugin system (info_plugins / logo_animation) — xfetch plugin install/list/remove
  • Official plugins for every platform: animate-logo, chocolatey, display-resolution, docker, github-stats, music-player, temperature, theme-detection, theme-manager, timezone, user-info, weather
  • Chocolatey moved out of the core into a plugin (v0.6.0)
  • Platform compatibility matrix (docs/compatibility.md)
  • Timeout standard: every official plugin wraps its work in with_timeout (enforced by CI)
  • Parallel plugin loading in the core (API untouched)
  • Community plugins: the SDK (xfetch-plugin-api) is stable; new plugins are welcome via the contribution process in CONTRIBUTING.md