12 pname = "chatgpt-shell-cli";
18 inherit pname version;
20 src = fetchFromGitHub {
22 repo = "chatgpt-shell-cli";
24 hash = "sha256-hYLrUya4UCsIB1J/n+jp1jFRCEqnGFJOr3ATxm0zwdY=";
27 nativeBuildInputs = [ makeWrapper ];
33 install -Dm755 chatgpt.sh -t $out/bin
39 wrapProgram $out/bin/chatgpt.sh \
50 homepage = "https://github.com/0xacx/chatGPT-shell-cli";
51 description = "Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.";
52 license = licenses.mit;
53 maintainers = with maintainers; [ jfvillablanca ];