{"id":25210081,"url":"https://github.com/backdrop-contrib/coffee","last_synced_at":"2025-04-05T05:25:26.439Z","repository":{"id":72160051,"uuid":"46878231","full_name":"backdrop-contrib/coffee","owner":"backdrop-contrib","description":"A port of the Drupal module Coffee","archived":false,"fork":false,"pushed_at":"2024-03-02T04:22:36.000Z","size":68,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":9,"default_branch":"1.x","last_synced_at":"2025-02-10T13:19:16.729Z","etag":null,"topics":["backdrop","backdropcms","cms","menu","shortcut","spotlight"],"latest_commit_sha":null,"homepage":null,"language":"Less","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backdrop-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2015-11-25T18:03:54.000Z","updated_at":"2024-10-22T14:26:39.000Z","dependencies_parsed_at":"2024-03-01T21:48:08.913Z","dependency_job_id":null,"html_url":"https://github.com/backdrop-contrib/coffee","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fcoffee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fcoffee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fcoffee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fcoffee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backdrop-contrib","download_url":"https://codeload.github.com/backdrop-contrib/coffee/tar.gz/refs/heads/1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247291128,"owners_count":20914822,"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":["backdrop","backdropcms","cms","menu","shortcut","spotlight"],"created_at":"2025-02-10T13:19:19.638Z","updated_at":"2025-04-05T05:25:26.415Z","avatar_url":"https://github.com/backdrop-contrib.png","language":"Less","funding_links":[],"categories":[],"sub_categories":[],"readme":"Coffee\n---------------------\n\nThe Coffee module helps you to navigate through the Backdrop admin faster, inspired by Alfred and Spotlight (OS X).\n\nCONTENTS OF THIS FILE\n---------------------\n\n - Introduction\n - Tested\n - Known Issues\n - Special Thanks\n - Requirements\n - Installation\n - Coming From Drupal?\n - Usage\n - License\n - Credits\n - Maintainers\n\nTESTED\n-----\n\nWorking perfectly in Backdrop 1.2+.\n\nKNOWN ISSUES\n---------------------\n\nCustom coffee hooks have not yet been tested yet.\n\nSPECIAL THANKS\n--------------\n\nMaintainer\n- Michael Mol 'michaelmol' \u003chttp://drupal.org/user/919186\u003e\n\nCo-maintainer\n- Alli Price 'heylookalive' \u003chttp://drupal.org/user/431193\u003e\n\nJavaScript/CSS/Less\n- Maarten Verbaarschot 'maartenverbaarschot' \u003chttp://drupal.org/user/1305466\u003e\n\nREQUIREMENTS\n------------\n\nRequires Javascript enabled and the menu module.\n\nINSTALLATION\n------------\n\nInstall this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules\n\nCOMING FROM DRUPAL?\n-------------------\n\nglobal Language-\u003elanguage is now Language-\u003elangcode\n\nPERMISSIONS\n------------\n\nyes, this module installs permissions for your roles to use\n\nUSAGE\n-----\n\nBy default the management menu is included in the results.\nGo to the config page at admin/config/user-interface/coffee to select other menus.\n\nToggle Coffee using the keyboard shortcut alt + D\n(alt + shift + D in Opera, alt + ctrl + D in Windows Internet Explorer).\n\nType the first few characters of the task that you want to perform. Coffee\nwill try to find the right result in as less characters as possible.\nFor example, if you want to go the the Appearance admin page, type ap and\njust hit enter.\n\nIf your search query returns multiple results, you can use the arrow up/down\nkeys to choose the one you were looking for.\n\nThis will work for all Backdrop admin pages.\n\nIf the Devel module is installed it will also look for items that Devel\ngenerates. For example; type 'clear' to get devel/cache/clear as result.\n\n-- UPGRADE PATH --\n\nIf you had Coffee 1.x installed, make sure to run update.php as it will install\na cache table for the prefetching the Coffee results.\n\nIf you have implemented the hook hook_coffee_command() make sure to rewrite it\nto the newly hook_coffee_commands(), see coffee.api.php for an example.\n\n-- COFFEE COMMANDS --\n\nCoffee provides default commands that you can use.\n\n:add\nRapidly add a node of a specific content type.\n\n-- COFFEE HOOKS --\n\nYou can define your own commands in your module with hook_coffee_commands(),\nsee coffee.api.php for further documentation.\n\n\nLICENSE\n-------\n\nThis project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.\n\nCREDITS\n-----------\n\nThis module is based on the Coffee module for Drupal, originally written and maintained by a large number of contributors, including:\n\nMichael Mol 'michaelmol' \u003chttp://drupal.org/user/919186\u003e\n\nAlli Price 'heylookalive' \u003chttp://drupal.org/user/431193\u003e\n\nMaarten Verbaarschot 'maartenverbaarschot' \u003chttp://drupal.org/user/1305466\u003e\n\nMAINTAINERS\n-----------\n\n- seeking\n\nPorted to Backdrop by:\n\n- biolithic \u003chttps://github.com/biolithic\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Fcoffee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackdrop-contrib%2Fcoffee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Fcoffee/lists"}