gptcli.com

gptcli

Website: https://www.gptcli.com/

gptcli.com
Pricing plans

Detailed pricing plans are not available yet for this tool.

Detailed overview

GPT CLI✨PluginsStarAll in one ChatGPT CLI For AI Commit.AI CommandAI Translate.AI Weather.AI gitmojiCZ.Notion.Whisper.🔥 多功能 ChatGPT 命令行工具,内置 AI Commit、AI Command、AI Translate,构建自己的 AI 命令行工具,就像 GitHub Actions 工作流一样sudo npm i @johannlai/gptcli -gCopygptcli commit AI 自动生成 Commit Message The commit plugin allows users to generate a Git commit message automatically by simply entering gptcli commit in the terminal. The plugin will use the content from the Git diff to create a suitable commit message, making it easier for users to commit changes without having to manually craft a commit message themselves. This plugin helps streamline the Git commit process and saves users time and effort.$ git diffdiff --git a/src/cli.ts b/src/cli.ts index 227b825..a1f76a4 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -9,7 +9,6 @@ import { join } from 'path'; import { PLUGINS_DIR } from './constants.js'; -// if node version < 16 , give a warning $ 🤖️ git commit -m'✨ Remove version check for Node.js in CLI'gptcli command$ gptcli command `js files in the folder`🤖️ ls *.js 🤖️ Would you like to execute the following command? (y/n)❯ ls *.js next.config.js postcss.config.js prettier.config.js tailwind.config.js tsconfig.json 由 GPT 写命令The command plugin allows users to describe their desired command in natural language, and then outputs the corresponding plugin to fulfill the user request. For example, if the user inputs `show all js files in the current folder`, the plugin will output the corresponding plugin to display all the .js files in the current folder. This plugin makes it easier for users to find and utilize the appropriate plugins for their needs.More Plugins --- GPT CLI✨PluginsStarCustom Plugins EverywhereBUILT IN🤖️GPT commandEnables to give commands in natural language and then executes the relevant plugin accordingl. For instance, if a user inputs "display all .js files in the current directory", the plugin will generate and execute the appropriate plugin to show all the .js files in the current directory. This plugin simplifies the process of identifying and utilizing suitable plugins for users.BUILT IN🔏GPT commitThe commit plugin allows users to generate a Git commit message automatically by simply entering gptcli commit in the terminal. The plugin will use the content from the Git diff to create a suitable commit message, making it easier for users to commit changes without having to manually craft a commit message themselves.BUILT IN🫣GPT chatEnables real-time interaction with the ChatGPT model directly in the terminal, allowing users to chat and get answers quickly and efficiently.BUILT IN🌐GPT translateallows users to easily translate text within the terminal. By using this plugin, users can input any text they want to translate, choose their desired target language, and the plugin will output the translated text in the terminal. This plugin makes it more convenient for users to translate text without having to switch to a separate application or window.BUILT IN🎉GPT gitmojiThe gitmoji plugin allows users to generate Git commit messages in the gitmoji format by using the command gptcli gitmoji followed by a brief description of the commit, such as fix a bug. This plugin utilizes emojis to provide visual representations of the type of commit being made(e.g: 🐛 fix a bug), making it easier for users to categorize and understand the purpose of each commit. 🎉🚀👍BUILT IN🔬GPT CZplugin for ChatGPT. You can input the commit message, and cz plugin help you transform it into cz style(fix: fix a bug)BUILT IN☀️GPT weatherhe weather plugin allows users to check the weather in any city with Natural language, it will generate a curl command to curl wttr.in , and show the weather information in the terminalBUILT IN📝GPT notion[WIP]BUILT IN🤫GPT whisperauto to text by using whisperBuild your own plugin