          MODULE=rofi
         VERSION=2.0.0
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://github.com/davatorium/$MODULE/releases/download/$VERSION
      SOURCE_VFY=sha256:6a55ee27f189ef9a1435cea329b146805b5dc830d8abc7a08c50a971521a8d8d
        WEB_SITE=https://davatorium.github.io/rofi
         ENTERED=20181230
         UPDATED=20251004
           SHORT="A window switcher, application launcher and dmenu replacement"

cat <<EOF
Rofi, like dmenu, will provide the user with a textual list of options where
one or more can be selected. This can either be, running an application
selecting a window or options provided by an external script.
Its main features are:
  - fully configurable keyboard navigation
  - type to filter
    - tokenized: type any word in any order to filter
    - (togglable) case insensitive
    - support for fuzzy-, regex-, and glob matching
  - UTF-8 enabled
    - UTF-8-aware string collating
    - international keyboard support
  - RTL language support
  - Cairo drawing and Pango font rendering
  - built-in modes:
    - window switcher mode
      - EWMH compatible WM
    - application launcher
    - desktop file application launcher
    - SSH launcher mode
    - Combi mode, allowing several modes to be merged into one list
  - history-based ordering — last 25 choices are ordered on top based on use (optional)
  - Levenshtein distance ordering of matches (optional)
  - drop-in dmenu replacement
    - many added improvements
  - easily extensible using scripts
  - theming
Rofi has several built-in modes implementing common use cases and can be
extended by scripts (either called from Rofi or calling Rofi).
EOF
