Function: forge-topics-filter-labels

forge-topics-filter-labels is an interactive function defined in forge-topics.el.

Signature

(forge-topics-filter-labels)

Documentation

Read labels and limit topic list to topics with one of these labels.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(transient-define-suffix forge-topics-filter-labels ()
  "Read labels and limit topic list to topics with one of these labels."
  :class 'forge--topics-filter-command
  :slot 'labels
  :formatter (##and % (forge--format-labels % " ")))