Skip to content
Snippets Groups Projects
Select Git revision
  • 2.x
  • 8.x-1.x
  • 7.x-2.x
  • 7.x-1.x
  • 6.x-1.x
  • master
  • 2.0.1
  • 2.0.0
  • 8.x-1.4
  • 8.x-1.3
  • 8.x-1.2
  • 8.x-1.1
  • 8.x-1.0
  • 8.x-1.0-beta2
  • 7.x-2.3
  • 8.x-1.0-beta1
  • 7.x-2.2
  • 7.x-2.1
  • 7.x-2.0
  • 6.x-1.0
  • 7.x-1.0
21 results

README.md

Blame
  • Pratik's avatar
    Issue #3320438 by _pratik_, nebel54, Nila Hyalij, shubham rathore, nitapawar:...
    Pratik authored and Oliver Köhler committed
    Issue #3320438 by _pratik_, nebel54, Nila Hyalij, shubham rathore, nitapawar: Replace README.txt with README.md
    be87eba8
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Summary

    The Coffee module helps you navigate the Drupal admin interface faster, inspired by Alfred and Spotlight (macOS). By default, the management menu is included in the suggestions. Go to the configuration page to add addition menus to the search index.

    For a full description of the module, visit the project page.

    To submit bug reports, feature suggestions, or track changes, visit the issue queue.

    Requirements

    This module requires the following module:

    Installation

    Install as you would normally install a contributed Drupal module. For further information, see the guide on Installing Drupal Modules.

    Configuration

    • Configure user permissions at admin/people/permissions:

      • Access Coffee:
        Users with the "access coffee" permission can use the Coffee module.
    • Configure which menus are included in the Coffee results at:
      admin/config/user-interface/coffee

    Usage

    Toggle Coffee using the keyboard shortcut:

    • Alt + D
    • Alt + Shift + D (in Opera)
    • Alt + Ctrl + D (in Windows Internet Explorer)

    Type the first few characters of the task you want to perform. Coffee will attempt to find the correct result with as few characters as possible. For example, to navigate to the Appearance admin page, type ap and hit Enter.

    To open the first result in a new window, press Command + Enter (on macOS) or Ctrl + Enter (on Windows).

    If your search query returns multiple results, use the up/down arrow keys to select the desired option.

    This works for all Drupal admin pages.

    If the Devel module is installed, Coffee will also include items generated by Devel. For example, typing clear will return the result devel/cache/clear.

    Coffee Commands

    Coffee provides default commands that you can use:

    • add: Quickly add a node of a specific content type.

    Coffee Hooks

    You can define your own commands in your module using hook_coffee_commands(). See coffee.api.php for further documentation.

    Maintainers