# hey-cli
Ask your CLI, next command will be auto-generated.
## Usage
install it
```sh
cargo install hey-cli-app
```
ask it
```sh
hey show cpu usage on my mac
```
the next prompt will be auto-generated 🪄:
```sh
top -o cpu -s 5
```
## Features
- [x] it just works, no setup needed
- [ ] extends its capabilities by extensions
- [x] supported shells
- [x] fish
- [ ] bash
- [ ] zsh
- [ ] powershell
## Contributing
Contributions are welcome, please read [`CONTRIBUTING.md`](https://github.com/ZibanPirate/hey-cli/blob/main/CONTRIBUTING.md) to get started.
## License
Licensed under MIT (twitter: [@zibanpirate](https://twitter.com/zibanpirate)).