Skip to content

Romansth/codify-chrome-extension

Repository files navigation

Codify: Code Snippet Manager for Chrome

Streamline your development workflow with Codify, a Chrome extension designed to enhance productivity and organization for developers of all levels. Whether you are a beginner or an experienced coder, Codify offers an intuitive solution to manage and optimize your coding practices directly from your browser.

Features

  • Effortless Snippet Saving: Save valuable code snippets from any webpage or input them manually. Our smart detection checks if the highlighted text is code and provides a popup to save it directly.

  • Automated Tagging: Automatically recognize the programming language of your highlighted code and tag it accordingly. This feature makes categorization and retrieval quick and easy.

  • Advanced Search Capabilities: Find exactly what you need with searches based on title, code content, or tags. Our search functionality ensures that your code snippets are just a few clicks away.

  • Seamless Link Sharing: Generate and share Pastebin links effortlessly. Ideal for collaborating with colleagues or sharing your work for feedback.

Enhance your coding efficiency today with Codify!

Codify_video_promo.mp4

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/codify-chrome-extension.git
    
  2. Navigate to the project directory:

    cd codify-chrome-extension
    
  3. Install dependencies:

    npm install
    
  4. Set up the environment variables:

  • Create a .env file in the root directory.
  • Obtain your Pastebin API key from Pastebin's API documentation.
  • Save the API key in the .env file as API_KEY.
  1. Run:
    npm run build
    

Technologies

Codify is built using:

  • React
  • TypeScript
  • Vite

Contributing

Interested in contributing to Codify? We welcome contributions from the community. Here are some ways you can help:

  • Submit bugs and feature requests.
  • Review the source code and enhance its functionality.
  • Provide updates and improvements to the documentation.

Please fork the repository and submit pull requests with your changes.

Support

For support, feature requests, or bug reporting, please file an issue on the GitHub issues page.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Enhance your coding efficiency today by adding the Code Snippet Manager to your toolkit. Transform how you save, categorize, access, and share code snippets—all without ever leaving your browser!