# 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
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.