mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

596
comptes actifs

#pkg_search

0 message0 participant0 message aujourd’hui
parvXtl<p>…​ else normal search was nearly worthless …​</p><p>pkg search --regex markdown | grep …​</p><p>rubygem-tty-markdown</p><p>It would be really funny if the above package would turn out to be only a library|module, lacking a command to run on the command line in the terminal🤣<br>^UPDATE: It was just as funny as mentioned🤷‍♂️</p><p>:sigh: Goes to show you package name, comment, &amp; sometimes description too, matter when searching for suitable packages. <a href="https://tech.lgbt/tags/discoverability" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>discoverability</span></a></p><p><a href="https://tech.lgbt/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeBSD</span></a> <a href="https://tech.lgbt/tags/pkg_search" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pkg_search</span></a> <a href="https://tech.lgbt/tags/Markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Markdown</span></a></p>
parvXtl<p>Due to <span class="h-card" translate="no"><a href="https://tech.lgbt/@reallychris" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>reallychris</span></a></span>' <a href="https://tech.lgbt/@reallychris/113349747270664203" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">tech.lgbt/@reallychris/1133497</span><span class="invisible">47270664203</span></a> I am reminded that after initial glow of "glow" (a "<a href="https://tech.lgbt/tags/Markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Markdown</span></a>" format renderer in the __terminal__) wore off, it turned out to have rather annoying behaviour (do not remember what exactly. And please do not make me use it again in order to recollect the reasons).</p><p>I see, via (<a href="https://tech.lgbt/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeBSD</span></a>) "pkg search --regex --comment markdown | grep 'render|view'", a handful of others to try …​</p><p>py311-mdv</p><p>…​ better result was with …​</p><p>pkg …​ | grep 'cli\b|terminal|command.?line'</p><p>mdp<br>rubygem-tty-markdown<br>lookatme<br>py311-mdv</p><p>…​ with a more exp{a,e}nsive search …​</p><p>need_my_term='cli\\b|terminal|command.?line'</p><p>pkg search --description --regex "markdown.+($need_my_term)|($need_my_term).+markdown)" \<br>| ugrep --color=always --perl-regexp --passthru 'cli\b|terminal|command.?line'</p><p>py311-rich-cli # Far removed from its purpose.<br>rubygem-tty-markdown<br>py311-mdv<br>cmark<br>lookatme</p><p>…​ notably missing is "mdp" from this list. Am running out of patience now to find a better search term</p><p><a href="https://tech.lgbt/tags/pkg_search" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pkg_search</span></a></p>