{"id":45387926,"url":"https://github.com/mifwar/key-bee","last_synced_at":"2026-02-21T18:01:08.820Z","repository":{"id":330265991,"uuid":"1122170179","full_name":"mifwar/key-bee","owner":"mifwar","description":"A terminal user interface for browsing and searching all your **keyb**indings across different tools.","archived":false,"fork":false,"pushed_at":"2025-12-26T13:39:49.000Z","size":3546,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-20T18:33:44.165Z","etag":null,"topics":["keybinding","tui"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@mifwar/key-bee","language":"TypeScript","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/mifwar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-24T08:07:40.000Z","updated_at":"2025-12-26T13:39:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb455cb9-7951-418c-91b2-90cfd6372c7a","html_url":"https://github.com/mifwar/key-bee","commit_stats":null,"previous_names":["mifwar/key-bee"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mifwar/key-bee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifwar%2Fkey-bee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifwar%2Fkey-bee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifwar%2Fkey-bee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifwar%2Fkey-bee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mifwar","download_url":"https://codeload.github.com/mifwar/key-bee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mifwar%2Fkey-bee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"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":["keybinding","tui"],"created_at":"2026-02-21T18:00:49.403Z","updated_at":"2026-02-21T18:01:08.813Z","avatar_url":"https://github.com/mifwar.png","language":"TypeScript","readme":"# Key Bee 🐝\n\n[![npm](https://img.shields.io/npm/v/@mifwar/key-bee)](https://www.npmjs.com/package/@mifwar/key-bee)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Node.js](https://img.shields.io/badge/Node.js-18+-339933?logo=node.js\u0026logoColor=white)](https://nodejs.org)\n\nA terminal user interface for browsing and searching all your **keyb**indings across different tools.\n\nBuilt with [Ink](https://github.com/vadimdemedes/ink) + [React](https://react.dev).\n\n![Key Bee - All keybindings view](./assets/key-bee-all.png)\n\nhttps://github.com/user-attachments/assets/5d8412c3-ac3c-4e1c-b830-38671b288781\n\n## Features\n\n- **Multi-tool support**: skhd, tmux, nvim, karabiner, zsh, hammerspoon\n- **Fuzzy search**: Find any keybinding instantly\n- **Conflict detection**: Identify overlapping keybindings across tools\n- **Auto-discovery**: Automatically finds config files in your dotfiles\n- **Change detection**: Detects when config files change\n- **Custom parsers**: Add your own tools via regex patterns\n- **Multiple paths**: Search across multiple dotfiles locations\n\n## Installation\n\n```bash\n# Run directly (no install)\nnpx @mifwar/key-bee\n\n# Or install globally\nnpm install -g @mifwar/key-bee\nkb\n```\n\n## Usage\n\n### First Run\n\nOn first run, a setup wizard will guide you through:\n\n1. **Add search paths** - Where are your dotfiles? (e.g., `~/code/dotfiles`, `~/.config`)\n2. **Select configs** - Choose which discovered config files to include\n\n### Navigation\n\n| Key            | Action                |\n| -------------- | --------------------- |\n| `j/k`          | Navigate up/down      |\n| `h/l` or `Tab` | Switch tabs           |\n| `/` or `f`     | Search                |\n| `e`            | Edit selected config  |\n| `s`            | Sync (reload configs) |\n| `g/G`          | Go to top/bottom      |\n| `Ctrl+R`       | Re-run setup          |\n| `q`            | Quit                  |\n\n### Tabs\n\n- **All** - All keybindings from all tools\n- **[tool]** - Filter by specific tool (skhd, tmux, nvim, etc.)\n- **Conflicts** - Show keybindings that conflict across tools\n\n## Configuration\n\nConfig is stored at `~/.config/key-bee/config.json`:\n\n```json\n{\n  \"basePaths\": [\"~/code/dotfiles\", \"~/.config\"],\n  \"sources\": [\n    { \"type\": \"skhd\", \"path\": \"skhd/skhdrc\" },\n    { \"type\": \"tmux\", \"path\": \"~/.tmux.conf\" },\n    { \"type\": \"nvim-keymap\", \"path\": \"nvim/lua/config/keymaps.lua\" }\n  ],\n  \"autoSync\": true\n}\n```\n\n### Custom Parsers\n\nAdd custom tools using regex patterns:\n\n```json\n{\n  \"sources\": [\n    {\n      \"type\": \"custom\",\n      \"name\": \"aerospace\",\n      \"path\": \"~/.aerospace.toml\",\n      \"pattern\": \"^([a-z-]+)\\\\s*=\\\\s*['\\\"]([^'\\\"]+)['\\\"]\",\n      \"keyGroup\": 1,\n      \"actionGroup\": 2,\n      \"commentPrefix\": \"#\",\n      \"color\": \"#ff6b6b\"\n    }\n  ]\n}\n```\n\nThe `color` field is optional - custom tools without it will use gray.\n\n### Supported Path Formats\n\n```json\n{\n  \"sources\": [\n    { \"type\": \"skhd\", \"path\": \"skhd/skhdrc\" },\n    { \"type\": \"tmux\", \"path\": \"~/.tmux.conf\" },\n    { \"type\": \"karabiner\", \"path\": \"/absolute/path/to/karabiner.json\" }\n  ]\n}\n```\n\n- **Relative paths** - Searched in all `basePaths`\n- **Tilde paths** - Expanded to home directory\n- **Absolute paths** - Used as-is\n\n### Editor Integration\n\nPress `e` to open the selected config in your editor. The app uses `$EDITOR`, then `$VISUAL`, then falls back to `vim`.\n\n## Built-in Parsers\n\n| Type          | Files                     | Description            |\n| ------------- | ------------------------- | ---------------------- |\n| `skhd`        | `skhdrc`, `.skhdrc`       | skhd hotkey daemon     |\n| `tmux`        | `.tmux.conf`, `tmux.conf` | tmux keybindings       |\n| `nvim-keymap` | `keymaps.lua`, `keys.lua` | Neovim Lua keymaps     |\n| `karabiner`   | `karabiner.json`          | Karabiner-Elements     |\n| `zsh-alias`   | `.zshrc`                  | Zsh aliases \u0026 bindkeys |\n| `hammerspoon` | `init.lua`                | Hammerspoon hotkeys    |\n\n## Tech Stack\n\n- [Ink](https://github.com/vadimdemedes/ink) - Terminal UI framework\n- [React](https://react.dev) - UI components\n- [Node.js](https://nodejs.org) - JavaScript runtime\n- [Fuse.js](https://fusejs.io) - Fuzzy search\n\n## Contributing\n\nPRs welcome! Ideas: more built-in parsers (aerospace, raycast, wezterm, etc.)\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmifwar%2Fkey-bee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmifwar%2Fkey-bee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmifwar%2Fkey-bee/lists"}