gpt-cli icon indicating copy to clipboard operation
gpt-cli copied to clipboard

Run linux commands with natural language. Eg.: "show my graphic card" instead "lspci | grep VGA"

Results 7 gpt-cli issues
Sort by recently updated
recently updated
newest added

The code was previously updated so it looked for the the api key in the var OPENAI_API_KEY, however the error strings were not updated and still display OPENAPI_API_KEY

Using `GPT3_API_KEY` is kind of original, every other tool I've encountered uses the `OPENAI_API_KEY` environment variable though.

Options: - [x] cargo-generate-rpm https://github.com/cat-in-136/cargo-generate-rpm/issues/71 - [x] cargo-rmp [ UNMAINTAINED! ](https://github.com/iqlusioninc/cargo-rpm) - [x] [rust2rpm](https://pagure.io/fedora-rust/rust2rpm) ERROR: No license files detected in 'crate'.

There is problem with calling host programs from snap package: ``` thread 'main' panicked at 'Failed to execute command: Os { code: 2, kind: NotFound, message: "No such file or...

blocked

quick-xml v0.22.0 is reuired by `xcb` ``` [[package]] name = "xcb" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c" dependencies = [ "libc", "log", "quick-xml 0.22.0", ] ``` is...

wontfix

Problem ``` cargo run -- change language to spanish ``` gives ``` sudo apt-get install language-pack-es ``` but we can inject info, that this is fedora to system starting prompt.

enhancement