<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hi,</p>
<p dir="auto">wouldn't this be a perfect use case for update-alternatives? I use</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">update-alternatives --install /usr/bin/fd fd /usr/bin/fdfind 10
</code></pre>
<p dir="auto">on my machines in order to use <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">fd</code>. As far as I can tell, it should be relatively easy to implement: <a href="https://salsa.debian.org/debian/nano/-/blob/debian/latest/debian/nano-tiny.postinst" style="color: #3983C4;">https://salsa.debian.org/debian/nano/-/blob/debian/latest/debian/nano-tiny.postinst</a></p>
<p dir="auto">It would be really great if you could implement it.</p>
<p dir="auto">Kind regards (another) Markus</p>
</div>
</div>
</body>
</html>