GitHub - adri1wald/howto: howto <execute high level action via cli>

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Usage

$ howto --help

Usage: howto <ACTION>

Arguments:
  <ACTION>  The high-level action you would like to get a CLI command for

Options:
  -h, --help  Print help

# If you're feeling extra frisky

$ howto "<action>" | sh

Installation

cargo build --release

cp target/release/howto ~/.local/bin/

chmod +x ~/.local/bin/howto

Credentials

Chuck an API key in ~/.howto-cli/credentials

OR

Set the HOWTO_CLI_OPENAI_API_KEY environment variable

About

howto <execute high level action via cli>

Resources

Readme

Activity

Stars

8 stars

Watchers

1 watching

Forks

0 forks