Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hckr-cli/homebrew-tap

Homebrew tap to install hckr cli
https://github.com/hckr-cli/homebrew-tap

hckr hckr-cli homebrew homebrew-formula homebrew-tap

Last synced: 22 days ago
JSON representation

Homebrew tap to install hckr cli

Awesome Lists containing this project

README

        

# homebrew-tap

Easily install the [Hckr CLI](https://github.com/pateash/hckr) using [Homebrew](https://brew.sh/).

[//]: # (Full documentation about installation can be found at:)

[//]: # (* (AWS) https://docs.databricks.com/en/dev-tools/cli/install.html)

[//]: # (* (Azure) https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/install)

[//]: # (* (GCP) https://docs.gcp.databricks.com/en/dev-tools/cli/install.html)

## Usage

Initialize tap:

```bash
brew tap hckr-cli/tap
```

To install or upgrade the Hckr CLI, run:

```bash
brew install hckr
```

If this tap has been updated but you don't see it show up locally, you can force an update with:

```bash
brew update --force
```

## Shell completion

As long as you have configured shell completion for Homebrew itself,
shell completion for the Hckr CLI will work out of the box.

You can find documentation for setting this up at https://docs.brew.sh/Shell-Completion.