{"id":40675354,"url":"https://github.com/monsterbrain/keyboard-shortcut-cheatsheet-editor-react","last_synced_at":"2026-01-21T09:39:33.047Z","repository":{"id":294515421,"uuid":"987182667","full_name":"monsterbrain/keyboard-shortcut-cheatsheet-editor-react","owner":"monsterbrain","description":"Web app for creating \u0026 editing keyboard shortcut cheatsheets. Easily organize and export your shortcuts. Ideal for developers, designers, and anyone looking to create custom shortcut lists.","archived":false,"fork":false,"pushed_at":"2025-06-11T11:38:19.000Z","size":1417,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T12:41:57.326Z","etag":null,"topics":["cheatsheet","keyboard","keyboard-shortcuts","shortcuts"],"latest_commit_sha":null,"homepage":"https://monsterbrain.github.io/keyboard-shortcut-cheatsheet-editor-react/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monsterbrain.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,"zenodo":null}},"created_at":"2025-05-20T17:40:24.000Z","updated_at":"2025-06-11T11:37:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7ec16f6-7c62-43f0-babd-d485d0d98f19","html_url":"https://github.com/monsterbrain/keyboard-shortcut-cheatsheet-editor-react","commit_stats":null,"previous_names":["monsterbrain/keyboard-shortcut-cheatsheet-editor-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monsterbrain/keyboard-shortcut-cheatsheet-editor-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monsterbrain","download_url":"https://codeload.github.com/monsterbrain/keyboard-shortcut-cheatsheet-editor-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cheatsheet","keyboard","keyboard-shortcuts","shortcuts"],"created_at":"2026-01-21T09:39:32.355Z","updated_at":"2026-01-21T09:39:33.033Z","avatar_url":"https://github.com/monsterbrain.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keyboard Shortcut Cheatsheet Editor React\n\nThis project is a React-based application that allows users to create, edit, and manage keyboard shortcut cheatsheets. It provides an intuitive interface for adding, organizing, and exporting shortcuts.\n\n## Current Features\n\n*   **Edit Table Title:** Customize the title of your shortcut cheatsheet.\n*   **Add/Delete Rows:** Easily add new shortcuts or remove existing ones.\n*   **Update Shortcuts:** Modify function names and key combinations on the fly.\n*   **Move Rows:** Reorder shortcuts using intuitive up and down controls.\n*   **Special Key Handling:** Accurately capture complex shortcuts involving modifier keys like Control, Shift, Alt, and Meta. Escape key clears the current input.\n*   **Clear Shortcut:** Quickly clear a specific shortcut entry.\n*   **Preview Mode:** Switch between editing and a clean preview of your cheatsheet.\n*   **Export to HTML:** (Planned) Generate an HTML file of your cheatsheet.\n*   **Export to Markdown:** (Planned) Generate a Markdown file of your cheatsheet.\n\n## Upcoming Features\n\n*   **Dark Mode:** A comfortable viewing experience in low-light environments.\n*   **Full Export Functionality:** Complete implementation of \"Export to HTML\" and \"Export to Markdown\".\n*   **Import Cheatsheets:** Allow users to import existing cheatsheets from various formats.\n*   **User Accounts \u0026 Cloud Sync:** Save and sync cheatsheets across devices.\n\n## Installation\n\n1.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/monsterbrain/keyboard-shortcut-cheatsheet-editor-react.git\n    ```\n2.  **Navigate to the project directory:**\n    ```bash\n    cd keyboard-shortcut-cheatsheet-editor-react\n    ```\n3.  **Install dependencies:**\n    ```bash\n    npm install\n    ```\n\n## Usage\n\n1.  **Start the development server:**\n    ```bash\n    npm start\n    ```\n    This will open the application in your default web browser, usually at `http://localhost:3000`.\n\n2.  **Using the Editor:**\n    *   Modify the table title by clicking on it and typing.\n    *   Click the \"Add Row\" button to add new shortcuts.\n    *   Edit the \"Function\" and \"Shortcut\" fields directly in the table.\n    *   Use the arrow buttons to reorder rows.\n    *   Use the trash icon to delete a row.\n    *   Click the \"Preview\" button to see a clean version of your cheatsheet.\n    *   (Once implemented) Use the \"Export to HTML\" or \"Export to Markdown\" buttons to save your cheatsheet.\n\n## Deployment\n\nThis project is configured for easy deployment to GitHub Pages.\n\n1.  **Build the project:**\n    ```bash\n    npm run build\n    ```\n    This command creates an optimized `build` folder for production.\n\n2.  **Deploy to GitHub Pages:**\n    ```bash\n    npm run deploy\n    ```\n    This will push the contents of the `build` folder to the `gh-pages` branch of your repository, making it accessible online. The homepage URL is set in `package.json`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonsterbrain%2Fkeyboard-shortcut-cheatsheet-editor-react/lists"}