{"id":25085626,"url":"https://github.com/shuaib-code/copy_paste_helper","last_synced_at":"2025-10-26T00:35:36.658Z","repository":{"id":266476653,"uuid":"898375911","full_name":"shuaib-code/copy_paste_helper","owner":"shuaib-code","description":"This project offers an AutoHotkey script and executable for quick text copy-pasting using hotkeys. Press F1 to copy selected text and play a notification sound, or F2 to paste. Simplify your workflow with these hotkeys, available as an editable AutoHotkey script or a precompiled .exe for easy use.","archived":false,"fork":false,"pushed_at":"2025-01-20T17:59:57.000Z","size":693,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T08:34:47.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shuaib-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-04T09:32:51.000Z","updated_at":"2025-01-20T17:59:59.000Z","dependencies_parsed_at":"2024-12-04T13:39:36.649Z","dependency_job_id":"5d195dfa-c601-43b1-9019-f64c416cb278","html_url":"https://github.com/shuaib-code/copy_paste_helper","commit_stats":null,"previous_names":["shuaib-code/copy_paste_helper"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fcopy_paste_helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fcopy_paste_helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fcopy_paste_helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fcopy_paste_helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuaib-code","download_url":"https://codeload.github.com/shuaib-code/copy_paste_helper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246650955,"owners_count":20811989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-07T08:29:20.543Z","updated_at":"2025-10-26T00:35:31.632Z","avatar_url":"https://github.com/shuaib-code.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/shuaib-code/copy_paste_helper/refs/heads/main/assets/banner.png\" alt=\"Copy-Paste Helper Banner\" style=\"width: 100%;\"/\u003e\n\n# \u003cimg src=\"https://raw.githubusercontent.com/shuaib-code/copy_paste_helper/main/assets/icon.png\" alt=\"Copy-Paste Helper Icon\" style=\"height: 30px; vertical-align: middle;\"/\u003e Copy Paste Helper\n\nThis **AutoHotkey** script simplifies copy-paste operations with custom keyboard shortcuts, providing instant feedback with sound notifications for a faster and more efficient workflow. 🚀\n\n---\n\n## ✨ Features\n\n✅ **F1**: Copies selected text to the clipboard and plays a notification sound 🔊  \n✅ **F2**: Pastes the copied text from the clipboard 📋  \n✅ **Sound Feedback**: Confirms successful copying with an audio notification 🎵\n\n---\n\n## 🏆 Why Use This Script?\n\n⚡ **Speed** – Quickly copy and paste using F1 \u0026 F2, saving time ⏳  \n🔊 **Audio Confirmation** – Sound feedback ensures successful copying ✅  \n🖥 **Lightweight \u0026 Simple** – No complex setup; just run and use 🔧\n\n---\n\n## 🔧 How to Use\n\n### 🟢 Method 1: Using the AutoHotkey Script (.ahk)\n\n1️⃣ **Install AutoHotkey**\n\n- [Download AutoHotkey](https://www.autohotkey.com/) and install it.\n\n2️⃣ **Save the Script**\n\n- Download and store the `.ahk` file on your PC. 💾\n\n3️⃣ **Run the Script**\n\n- Right-click the `.ahk` file and select **Run Script** ▶️\n\n---\n\n### 🟢 Method 2: Using the PowerShell Script (.ps1)\n\n1️⃣ **Run the PowerShell Script Directly**\n\n- Open PowerShell as an administrator (optional for elevated tasks).\n\n- Run the following command to directly download and execute the installation script:\n  ```powershell\n  irm \"https://raw.githubusercontent.com/shuaib-code/copy_paste_helper/main/install.ps1\" | iex\n  ```\n\n2️⃣ **Follow On-Screen Instructions**\n\n- The script will install and configure the app to run at startup.\n\n---\n\n## ⚙️ How It Works\n\n- **F1**: Sends `Ctrl+C` (Copy) and plays a notification sound 🔊\n- **F2**: Sends `Ctrl+V` (Paste) 📋\n- **Sound Feedback**: Confirms successful copying ✅\n\n---\n\n## 🔄 Customization\n\n🔹 Modify the `.ahk` file to change hotkeys or sound notifications ✏️  \n🔹 Compile the `.ahk` script into an `.exe` using AutoHotkey’s compiler 🛠\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE). 📝\n\n---\n\n## 🙌 Acknowledgments\n\n💡 Built using **AutoHotkey**, a powerful scripting language for Windows automation.  \n🎵 Uses the default system sound `notify.wav` for feedback.  \n🖼️ Icon sourced from the internet. If you own the icon and want credit or removal, please contact us.\n\n🚀 **Boost your productivity with this easy-to-use AutoHotkey script!** 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuaib-code%2Fcopy_paste_helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuaib-code%2Fcopy_paste_helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuaib-code%2Fcopy_paste_helper/lists"}