Skip to content

Google Chrome Extension for Quick Copy & Paste of Commonly Used Prompts.

Notifications You must be signed in to change notification settings

zbailey83/prompt-save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt-Save: Chrome Extension for Quick Prompt Management

Overview

Prompt-Save is a Google Chrome extension designed to streamline your workflow by allowing you to quickly save, copy, and paste frequently used prompts. Whether you're a developer, writer, customer support agent, or anyone who relies on repetitive text snippets, Prompt-Save can significantly boost your productivity.

Features

  • Save Prompts: Easily store your commonly used prompts within the extension.
  • Quick Copy: Copy prompts to your clipboard with a single click.
  • Paste Anywhere: Paste your copied prompts into any text field.
  • Organize Prompts: Categorize and manage your prompts for easy access (Future Enhancement).
  • User-Friendly Interface: Intuitive design for a seamless user experience.
  • Lightweight: Minimal impact on browser performance.
  • Open Source: Contribute to the project and customize it to your needs.

Installation

  1. Download the Extension:

  2. Enable Developer Mode in Chrome:

    • Open Chrome and navigate to chrome://extensions.
    • In the top right corner, toggle the "Developer mode" switch to ON.
  3. Load the Extension:

    • Click the "Load unpacked" button.
    • Browse to the directory where you cloned/extracted the Prompt-Save repository and select the root folder.
  4. Pin the Extension (Optional):

    • Click the Chrome extensions icon (puzzle piece) in the toolbar.
    • Find "Prompt-Save" in the list and click the pin icon next to it to keep it visible in your toolbar.

How to Use

  1. Open the Extension: Click the Prompt-Save icon in your Chrome toolbar.
  2. Add a New Prompt: (Explain how to add a prompt using the UI. E.g., "Click the 'Add Prompt' button, enter your prompt text, and save.")
  3. Copy a Prompt: (Explain how to copy a prompt. E.g., "Click the 'Copy' button next to the prompt you want to use.")
  4. Paste the Prompt: Paste the copied prompt into any text field using Ctrl+V (or Cmd+V on macOS).

Contributing

We welcome contributions to Prompt-Save! If you have suggestions, bug reports, or would like to contribute code, please follow these steps:

  1. Fork the Repository: Create your own fork of the repository on GitHub.
  2. Create a Branch: Create a new branch for your feature or bug fix.
    git checkout -b feature/your-feature-name
    
  3. Make Changes: Implement your changes, ensuring code quality and adding appropriate tests.
  4. Commit Changes: Commit your changes with descriptive commit messages.
    git commit -m "feat: Add a new feature"
    
  5. Push to Your Fork: Push your branch to your forked repository.
    git push origin feature/your-feature-name
    
  6. Create a Pull Request: Submit a pull request from your branch to the main repository.

Planned Enhancements (Roadmap)

  • Prompt Organization: Implement categories and tags for better prompt management.
  • Import/Export: Allow users to import and export their prompts as JSON files.
  • Cloud Sync: Synchronize prompts across multiple devices (Future consideration).
  • Enhanced UI: Improve the user interface based on user feedback.

Bug Reports

If you encounter any issues or bugs, please submit a bug report through the GitHub issue tracker. Include detailed steps to reproduce the bug and any relevant error messages.

License

This project is licensed under the MIT License - see the LICENSE file for details. (Make sure you have a LICENSE file in your repository)

Contact

If you have any questions or suggestions, feel free to contact me:

  • [Your Name/Username](Link to your GitHub profile or personal website)
  • [Your Email Address]

Acknowledgements

  • Thanks to all contributors who help improve this project.
  • [Any other libraries/frameworks used]

Note: Replace the placeholder image link, bracketed instructions, and contact information with your own details. Also, ensure you have a LICENSE file in your repository.

About

Google Chrome Extension for Quick Copy & Paste of Commonly Used Prompts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published