{"id":13566717,"url":"https://github.com/CurlGPT/CurlGPT","last_synced_at":"2025-04-04T00:32:01.443Z","repository":{"id":162629330,"uuid":"631212365","full_name":"CurlGPT/CurlGPT","owner":"CurlGPT","description":"ChatGPT in your favourite terminal","archived":true,"fork":false,"pushed_at":"2024-01-05T15:14:35.000Z","size":159,"stargazers_count":8,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T04:51:18.067Z","etag":null,"topics":["chatgpt","cli","contributions-welcome","curl","gpt-3","help-wanted","homebrew","node","nodejs","open-source","openai","opensource","shell","typescript"],"latest_commit_sha":null,"homepage":"https://curlgpt.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CurlGPT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-22T09:48:17.000Z","updated_at":"2024-03-02T03:45:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"9acc871b-978e-448b-98be-2a8c10542774","html_url":"https://github.com/CurlGPT/CurlGPT","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurlGPT%2FCurlGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurlGPT%2FCurlGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurlGPT%2FCurlGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CurlGPT%2FCurlGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CurlGPT","download_url":"https://codeload.github.com/CurlGPT/CurlGPT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103290,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","cli","contributions-welcome","curl","gpt-3","help-wanted","homebrew","node","nodejs","open-source","openai","opensource","shell","typescript"],"created_at":"2024-08-01T13:02:15.266Z","updated_at":"2025-04-04T00:32:01.170Z","avatar_url":"https://github.com/CurlGPT.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCurlGPT 👋\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Latest%20Version-1.0.1-brightgreen\" alt=\"Latest Version\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eCurlGPT is a command-line tool that brings the power of OpenAI's ChatGPT to your favorite terminal. It allows you to type the prompt and the command line will output the proper command. 💬🚀\u003c/p\u003e\n\n\u003cvideo width=\"640\" height=\"380\" controls\u003e\n  \u003csource src=\"https://github.com/CurlGPT/CurlGPT/assets/74011196/888fc421-f1d2-49f2-8a45-1fe2e43dcdbd\" type=\"video/mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c/video\u003e\n\n## Features ✨\n\n-   Get the command for the specified prompt ChatGPT on your terminal.\n-   Get accurate command for the prompt\n-   Auto Copy the outputted command to clipboard\n-   Easy-to-use command-line interface\n-   Support for setting an API key for accessing OpenAI's API 🔑\n\n## Installation 🛠️\n\n1. Make sure you have Node.js installed on your system.\n2. Run the following command to install CurlGPT globally:\n\n    ```shell\n    npm install -g curlgpt\n    ```\n\n## Usage 🚀\n\n1. Create an [OpenAI's API Key](https://platform.openai.com) if you have not already created it.\n2. Set your OpenAI API key using the **--set-apiKey** option:\n\n    ```shell\n    curlgpt --set-apiKey \u003cyour-api-key\u003e\n    ```\n\n3. Test the CurlGPT by giving a prompt:\n\n    ```shell\n    curlgpt how to run a postgres container in local\n    ```\n\n    The tool will return appropriate response based on the provided prompt.\n\n4. Explore additional options and commands using the built-in help:\n\n    ```shell\n    curlgpt --help\n    ```\n\n## Contributing 🤝\n\nContributions are welcome! If you find a bug, have a feature request, or want to contribute code, please open an issue or submit a pull request to the GitHub repository.\n\n### Local Development 👨‍💻\n\n1. Fork the [repository](https://github.com/CurlGPT/CurlGPT/fork) from Github\n2. Clone the forked repository\n    ```shell\n    git clone https://github.com/\u003cyour-username\u003e/CurlGPT.git\n    ```\n3. Open the clone repository in your favorite code editor\n4. Install the dependencies by running the following command\n    ```shell\n    yarn\n    ```\n5. Test the tool by running the following command to print the CurlGPT version\n\n    ```shell\n        yarn start -v\n    ```\n\n\u003e Note: you will require CurlGPT's API Key to test the prompt in local\n\n## License 📝\n\nCurlGPT is open-source software released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCurlGPT%2FCurlGPT","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCurlGPT%2FCurlGPT","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCurlGPT%2FCurlGPT/lists"}