https://github.com/jannchie/ai-cmd-runner
Execute console commands in natural language.
https://github.com/jannchie/ai-cmd-runner
Last synced: 11 months ago
JSON representation
Execute console commands in natural language.
- Host: GitHub
- URL: https://github.com/jannchie/ai-cmd-runner
- Owner: Jannchie
- License: mit
- Created: 2023-09-09T08:44:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T13:28:10.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T13:34:58.928Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Command Runner
## Example
```log
$ run "docker downlod and run this image: dperson/torproxy, with auto restart, and expose 9050 port"
┌ Run start
│
◇ Script generated
│
│ docker run -d --restart always -p 9050:9050 dperson/torproxy
│
◇ Do you want to run this script?
│ Yes
│
◇ Run complete
b639306084657d5bd0f412e8b7b9fd4f628f29bd36b38eb2e9036a5ba4bca692
```
## Install
```bash
pnpm install -g ai-cmd-runner
```
## Usage
```bash
run -h
```
## License
MIT