4 comments

  • ramon156 58 minutes ago
    If you're going to let an LLM write docs, at least let them write to the target of the dev. this README seems more internal, or more like a pitch, i suppose. It's weird.
  • figmert 34 minutes ago
    But why? Mise does this and more. It can install binaries from github, gitlab, uv, npm, and many more.
  • pseufaux 52 minutes ago
    But isn't this built into uv already? Just point the sources table to GitHub.

    https://docs.astral.sh/uv/concepts/projects/dependencies/#pr...

    • mr_mitm 47 minutes ago
      AFAIK uv installs python packages only. This fetches and runs binaries from Github.
      • pseufaux 31 minutes ago
        Ah. Missed that. Thank you
  • _ZeD_ 1 hour ago
    from TFA

        uv run ohbin run rg -- TODO src/
    
    yeaaah