TNG / please-cli

An AI helper for creating CLI commands
Apache License 2.0
66 stars 16 forks source link

Add Nix Flake #24

Closed dschrempf closed 1 year ago

dschrempf commented 1 year ago
maxhbr commented 1 year ago
$ nix run github:dschrempf/please-cli/nix-flakes
Please - a simple script to translate your thoughts into command line commands using GPT
Usage: /nix/store/awz51clwqf2mhcym09jki21g4b6cklim-please/bin/please.sh [options] [input]

Options:
  -e, --explanation    Explain the command to the user
  -l, --legacy         Use GPT 3.5 (in case you do not have GPT4 API access)
      --debug          Show debugging output
  -a, --api-key        Store your API key in the local keychain
  -v, --version        Display version information and exit
  -h, --help           Display this help message and exit

Input:
  The remaining arguments are used as input to be turned into a CLI command.

OpenAI API Key:
  The API key needs to be set as OPENAI_API_KEY environment variable or keychain entry.