{"id":25346555,"url":"https://github.com/elp-revive/company-box","last_synced_at":"2025-04-08T17:21:36.064Z","repository":{"id":39862626,"uuid":"387364829","full_name":"elp-revive/company-box","owner":"elp-revive","description":"A company front-end with icons","archived":false,"fork":false,"pushed_at":"2025-02-24T18:07:07.000Z","size":788,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T19:23:21.291Z","etag":null,"topics":["company-box","revive"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elp-revive.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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},"funding":{"github":["elp-revive","jcs090218"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-07-19T06:41:40.000Z","updated_at":"2025-02-24T18:07:10.000Z","dependencies_parsed_at":"2024-05-08T07:26:33.847Z","dependency_job_id":"f59fb507-deae-4602-8632-4e5ce313d94f","html_url":"https://github.com/elp-revive/company-box","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elp-revive%2Fcompany-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elp-revive%2Fcompany-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elp-revive%2Fcompany-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elp-revive%2Fcompany-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elp-revive","download_url":"https://codeload.github.com/elp-revive/company-box/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247888567,"owners_count":21013002,"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":["company-box","revive"],"created_at":"2025-02-14T13:37:46.682Z","updated_at":"2025-04-08T17:21:36.021Z","avatar_url":"https://github.com/elp-revive.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/elp-revive","https://github.com/sponsors/jcs090218"],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![JCS-ELPA](https://raw.githubusercontent.com/jcs-emacs/badges/master/elpa/v/company-box.svg)](https://jcs-emacs.github.io/jcs-elpa/#/company-box)\n\n# company-box\n\n[![CI](https://github.com/elp-revive/company-box/actions/workflows/test.yml/badge.svg)](https://github.com/elp-revive/company-box/actions/workflows/test.yml)\n\nA company front-end with icons.\n\n![company-box](etc/company-box.png)\n\nDifferences with the built-in front-end:\n\n- Differents colors for differents backends.\n- Icons associated to functions/variables/.. and their backends\n- Display candidate's documentation (support `quickhelp-string`)\n- Not limited by the current window size, buffer's text properties, .. (it's better than you might think)\n\nThis package requires emacs 26.\nAlso, not compatible with emacs in a tty.\n\n\u003c!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --\u003e\n**Table of Contents**\n\n- [company-box](#company-box)\n    - [💾 Installation](#💾-installation)\n    - [🌈 Backends colors](#🌈-backends-colors)\n    - [Themes](#themes)\n    - [Icons](#icons)\n    - [company-box-doc](#company-box-doc)\n\n\u003c!-- markdown-toc end --\u003e\n\n## 💾 Installation\n``` el\n;; With use-package:\n(use-package company-box\n  :hook (company-mode . company-box-mode))\n\n;; Or:\n(require 'company-box)\n(add-hook 'company-mode-hook 'company-box-mode)\n```\n\nTo customize:\n`M-x customize-group [RET] company-box [RET]`\n\n## 🌈 Backends colors\n\nSee the docstring of the variable `company-box-backends-colors`:\n`C-h v company-box-backends-colors`\n\n## Themes\n\nYou can select different themes with `company-box-icons-alist`\n\n## Icons\n\nSee the variable `company-box-icons-functions`\n\nFor now, there are customs icons for 4 backends only: `company-lsp`, `company-elisp`, `company-yasnippet` and `company-php`.\nYou can customize their icons with the variables:\n`company-box-icons-lsp`, `company-box-icons-elisp`, `company-box-icons-yasnippet` and `company-box-icons-acphp`.\n\nNotes:\nBy default, images are used to display icons.\nYou can also use [font icons](https://github.com/sebastiencs/company-box/wiki/icons)\nWith images, you can't change icons colors\n\n## company-box-doc\n\nCustomization:\n\n* `company-box-doc-enable` enable company-box-doc\n* `company-box-doc-delay` Number of seconds before showing the doc\n* `company-box-doc-text-scale-level` Text scale amount for doc buffer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felp-revive%2Fcompany-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felp-revive%2Fcompany-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felp-revive%2Fcompany-box/lists"}