Package Details: xmind2md 1.0.0-1

Git Clone URL: https://aur.archlinux.org/xmind2md.git (read-only, click to copy)
Package Base: xmind2md
Description: A tool to convert XMind files to Markdown format
Upstream URL: https://github.com/chiragbharambe/xmind2md
Licenses: MIT
Submitter: chirag297
Maintainer: chirag297
Last Packager: chirag297
Votes: 1
Popularity: 0.000079
First Submitted: 2024-11-27 10:42 (UTC)
Last Updated: 2024-11-27 10:42 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

chirag297 commented on 2025-11-03 17:27 (UTC)

Thanks for feedback, I will update it.

dreieck commented on 2025-11-03 16:43 (UTC)

This packages does stuff which it should not!

It downloads a dependency at runtime!

Please add python-xmindparser to the depends array and package that package in a way, that xmind2md does not download it at runtime:

xmind2md:

Collecting xmindparser
  Downloading xmindparser-1.0.9-py3-none-any.whl.metadata (1.5 kB)
Downloading xmindparser-1.0.9-py3-none-any.whl (7.1 kB)
Installing collected packages: xmindparser
Successfully installed xmindparser-1.0.9

It does so even without asking and without telling the user where it installs it to -- cluttering the $HOME directory with debris, without me knowing where the stuff goes.