A command-line interface using ChatGPT for AI-powered tasks. It generates Git commit messages and executes commands based on natural language input.
The commit plugin allows users to generate a Git commit message automatically. It uses the content from the Git diff to create a suitable commit message, making it easier for users to commit changes without manually crafting a commit message. This helps streamline the Git commit process and saves time and effort.
The command plugin allows users to describe their desired command in natural language, and then outputs the corresponding plugin to fulfill the user request. It enhances ease of use by allowing users to input requests like 'show all js files in the current folder' and automatically finding the appropriate plugin.
Enables users to give commands in natural language, executing relevant plugin actions. For example, typing 'display all files in the current directory' will list files. This simplifies finding and using plugins.
Automatically generates Git commit messages by using the command 'gpt cli commit' in the terminal. It uses content from the 'cli diff' command.
Enables real-time interaction with the ChatGPT model directly in the terminal, facilitating quick and efficient Q&A.
Allows users to translate text within the terminal. Users can type text and choose a desired target language to translate, providing output directly in the terminal.
Generates Git commit messages in the gitmoji format using 'gpt cli gitmoji', providing emojis representing the commit type, like bug fixes.
Transforms commit messages into cz style format using ChatGPT, e.g., from 'Fix a bug' to a structured format.
Allows users to check weather for any city using natural language in the terminal, providing curl command output.
Feature is labeled as 'WIP' (Work In Progress).
Converts audio to text using Whisper.