Skip to content

afogel/quick-prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Prompt Snippets

Overview

Quick Prompt Snippets is a browser extension that allows users to quickly paste predefined prompt snippets into input fields. This tool is designed to enhance the quality of prompts by providing users with easy access to commonly used phrases and templates.

Features

  • Quickly insert predefined snippets into text fields.
  • Search functionality to filter snippets.
  • User-friendly interface with a dropdown menu.
  • Supports both contenteditable elements and standard input fields.

Installation

Prerequisites

  • A modern web browser (Chrome, Firefox, etc.) that supports extensions.

Steps to Install in Developer Mode

  1. Clone the Repository

    git clone https://github.com/yourusername/quick-prompt-snippets.git
    cd quick-prompt-snippets
  2. Open Your Browser's Extension Management Page

    • For Chrome: Go to chrome://extensions/
    • For Firefox: Go to about:debugging#/runtime/this-firefox
  3. Enable Developer Mode

    • In Chrome, toggle the "Developer mode" switch in the top right corner.
    • In Firefox, click on "Load Temporary Add-on".
  4. Load the Extension

    • In Chrome, click on "Load unpacked" and select the directory where you cloned the repository.
    • In Firefox, click on "Load Temporary Add-on" and select the manifest.json file from the cloned directory.
  5. Test the Extension

    • Open a new tab and test the extension by focusing on an input field. You should see the snippet trigger icon appear.

Contributing

We welcome contributions to improve Quick Prompt Snippets! Here are some guidelines to help you get started:

  1. Fork the Repository

    • Click the "Fork" button on the top right of the repository page.
  2. Create a New Branch

    git checkout -b feature/YourFeatureName
  3. Make Your Changes

    • Implement your feature or fix a bug.
  4. Commit Your Changes

    git commit -m "Add a descriptive commit message"
  5. Push to Your Fork

    git push origin feature/YourFeatureName
  6. Create a Pull Request

    • Go to the original repository and click on "New Pull Request". Provide a clear description of your changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published