jevify 0.0.1

Put meaning into the arguments of a command: describe a branch, a file or a process and get the real one. Early placeholder; the working tool today is grevi.
# jevify

Put meaning into the arguments of a command. You write the command, you describe one argument in plain English, and jevify replaces the description with the real thing: a branch, a commit, a file, a container.

```sh
jevify git switch @"the checkout bug from last week"
```

This crate is an early placeholder and does nothing yet. The working tool today is [grevi](https://github.com/tpellet/grevi), `grep` for meaning:

```sh
cargo install grevi --locked
git branch | grevi pick "the checkout bug from last week"
```

jevify is an independent open-source project. It uses [Jev](https://docs.typesafe.ai), a model from [TypeSafe AI](https://typesafe.ai), and is not affiliated with TypeSafe AI.

## License

MIT.