Show HN: Please โ€“ local CLI that translates English โ€“> tar
github.comยท5hยท
Flag this post

๐Ÿ™๐Ÿ™๐Ÿ™

A command-line tool that lets you interact with your terminal in natural language. All inference stays local.

The name is chosen so that the invocation reads like a natural-language phrase.

please-screencast.mp4

Installation

First, install the tool itself. You can get it from Homebrew:

$ brew install xhjkl/made/please

Or with the installer script:

# either the above, or this:
$ curl -fsSL xhjkl.xyz/please | sh

Alternatively, you can install it from source. It needs to be pulled from git, crates-io do not have it:

# either one of the above, or this:
$ cargo install --git https://github.com/xhjkl/please

Then, download the weights just once:

$ please load

And, optionally, verify them:

$ sha256sum ~/.please/weights/gp...

Similar Posts

Loading similar posts...