An open API service indexing awesome lists of open source software.

https://github.com/teliucs/copilot-key-fix

Linux script to remap the Copilot key and launch an AI assistant using Zenity and Llama 3.
https://github.com/teliucs/copilot-key-fix

ai copilot-key fedora

Last synced: 4 months ago
JSON representation

Linux script to remap the Copilot key and launch an AI assistant using Zenity and Llama 3.

Awesome Lists containing this project

README

          

# Copilot Key Fix

A tiny Linux helper that reclaims your Copilot key — and turns it into something useful.

Copilotctl remaps the **Copilot key** (found on newer laptops) to launch a small AI assistant
using **Zenity** and a Hugging Face model like **Meta Llama 3**.

(Tested only on Fedora)

---

## 🚀 Features

- Blocks or remaps the Copilot key
- Launches a lightweight AI popup (powered by Hugging Face)
- Uses `zenity` for GUI dialogs and `jq` for JSON parsing
- Works entirely locally except for API calls

---

## ⚙️ Installation

```bash
git clone https://github.com/teliucs/Copilotctl.git
cd Copilotclt
chmod +x copilotctl.sh