Skip to content

snapverse/gemi-slices

Repository files navigation

Gemi Slices ✂️

The best way to search for anything on Google ✨

Table of Contents

  1. Overview
  2. How to use it
  3. Start the project
  4. Uninstall
  5. Support
  6. Contributing

Overview

The b̶e̶s̶t̶ way to search for anything on Google ✨

Gemi Slice is a Chrome extension designed to enhance your programming workflow. It automatically generates and displays relevant code snippets directly in your Google search results whenever you perform a programming-related query. With features like instant code copying, code explanation via text-to-speech, and the ability to regenerate snippets, this extension saves you time and helps you better understand the code you’re working with. Perfect for both learners and experienced developers, Gemini Snippet on Search makes coding more accessible and efficient.

How to use it

Manually

  • Install the extension from the Chrome Web Store.
  • Enable the extension in your Chrome browser.
  • Perform a search related to programming on Google.
  • View the relevant code snippets directly in your search results.
  • Use the copy feature to quickly add the code to your project.

Automatically

Soon on Chrome Web Store

Start the project

Quick open

Open in IDX

Or just press . key

Locally

Clone it

git clone https://github.com/snapverse/gemi-slices.git
# or
gh repo clone snapverse/gemi-slices

Install dependencies

npm i -g pnpm
pnpm i

Start the server & build extension

# extension
# the build process will create a dist directory; just select that folder
# at chrome://extensions with developer mode on
# each rebuild may require a forced refresh
pnpm run build:chrome
# api
# go to 0.0.0.0:[PORT]/docs to see the Swagger documentation
pnpm run api:develop

Project IDX

Soon...

Dev Container (VSCode)

Soon...

Uninstall

To uninstall the Gemi Slice extension:

  • Go to chrome://extensions in your Chrome browser.
  • Find the Gemi Slice extension card.
  • Click the Remove button to uninstall.

Support

If you encounter any issues or have questions, feel free to open an issue on GitHub.

You can also reach out to our support team at support@example.com.

Contributing

We are excited to see your contributions! Please read our contributing guidelines before submitting a pull request.

Check out the open pull requests and feel free to join the conversation!

🫡 Happy Coding!