danielgtaylor / restish

Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
https://rest.sh/
MIT License
900 stars 74 forks source link

Expand installation instructions; add Nixpkgs option #204

Closed waldyrious closed 1 year ago

waldyrious commented 1 year ago

Restish has been added to the Nixpkgs directory with https://github.com/NixOS/nixpkgs/pull/243465 (Thanks @fabaff!) , so now there's an additional method to install it.

This PR expands the installation instructions and includes a mention of Nixpkgs as another way to install Restish.

By the way, we might want to link to Repology for even more installation methods (e.g. there's AUR for ArchLinuz, MacPorts for macOS, pkgsrc for netbsd, Scoop for Windows, and even Termux for Android.

codecov[bot] commented 1 year ago

Codecov Report

Merging #204 (a8522e5) into main (3a541b4) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/danielgtaylor/restish/pull/204/graphs/tree.svg?width=650&height=150&src=pr&token=1BMagYibk9&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+G.+Taylor)](https://app.codecov.io/gh/danielgtaylor/restish/pull/204?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+G.+Taylor) ```diff @@ Coverage Diff @@ ## main #204 +/- ## ======================================= Coverage 75.37% 75.37% ======================================= Files 26 26 Lines 3513 3513 ======================================= Hits 2648 2648 Misses 666 666 Partials 199 199 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/danielgtaylor/restish/pull/204?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+G.+Taylor). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+G.+Taylor) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/danielgtaylor/restish/pull/204?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+G.+Taylor). Last update [3a541b4...a8522e5](https://app.codecov.io/gh/danielgtaylor/restish/pull/204?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+G.+Taylor). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+G.+Taylor).
waldyrious commented 1 year ago

@danielgtaylor I see you're using a tool called GoReleaser for auto-updating the Homebrew tap. I checked the docs and they seem to also support Nix packages, albeit the instructions seem to be focusing on a custom Nix user repository (NUR). I'm not sure if it still works with the global nixpkgs repository, but I thought I'd mention it :)

waldyrious commented 1 year ago

Also, why don't you submit the Homebrew recipe to the core repository? Any reason you prefer to have a custom tap, or was it just more convenient?

danielgtaylor commented 1 year ago

Also, why don't you submit the Homebrew recipe to the core repository? Any reason you prefer to have a custom tap, or was it just more convenient?

@waldyrious no reason, this was just easy to get started with. I've never submitted anything to the core repo before so it's really just unfamiliarity with the process and how updates get handled there. Feel free to get the ball rolling on that and I can provide support.

waldyrious commented 1 year ago

Feel free to get the ball rolling on that and I can provide support.

Great! I will do that as soon as I get some free time on my hands :)