Azzam S.A
Azzam S.A
Hi. Is there any way to tell binstall not to append version to binary? ``` cargo binstall fnm --no-symlinks --pkg-url="https://github.com/Schniz/fnm/releases/download/v1.31.1/fnm-linux.zip" --pkg-fmt Zip --bin-dir "{ bin }" --install-path /tmp/foo ``` ```...
> I think it might be that the upstream fnm might forget to include the unix attribute when packing the archive. Thanks, reported the issue https://github.com/Schniz/fnm/issues/805
:tada: wow!
Amazing, thanks for all the hardwork 🎉
@NobodyXu Am I missing something? It still fallback to `cargo install` ``` ❯ cargo binstall --no-confirm --no-symlinks git-cliff --pkg-url="https://github.com/orhun/git-cliff/releases/download/v{ version }/{ name }-{ version }-{ target }.tar.gz" --pkg-fmt tgz --bin-dir...
@NobodyXu Am I missing some params? ``` ❯ cargo binstall --no-confirm --no-symlinks git-cliff \ --pkg-url="https://github.com/orhun/git-cliff/releases/download/v{ version }/{ name }-{ version }-{ target }.tar.gz" \ --pkg-fmt tgz --bin-dir "{ name }-{...
> this could be solved if I create my zip on my own, without using the GitHub generated zip from the artifact, and upload it directly to the release drafts....
> right now I have many other things I want to do and achieve (work, other projects, personal stuff) so I don't see how it fits my timeline. Maybe I...
Sad news, Obnam has retired :(. [https://blog.liw.fi/posts/2017/08/13/retiring_obnam/](https://blog.liw.fi/posts/2017/08/13/retiring_obnam/)
I got `0.003081 starship init zsh` but the delay is *noticeable*. Other timings also `0.00xx`. So it doesn't help much. Is there any way to have instantaneous mode such https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt?...