Skip to content

Commit

Permalink
Improve the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 26, 2024
1 parent 1d66477 commit 828531f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -923,15 +923,15 @@ FILTERS *ddu-filters*

The filters are used to filter items from the sources.

"matchers": Filter items based on user input and process the input as
needed. If matchers return an object with an "input" field,
the value of this field is passed to subsequent filters as
user input
"matchers": Filter items based on user input.

"sorters": Sort items.

"filters": Convert item's attributes.

If filters return an object with an "input" field, the value of this field is
passed to subsequent filters as user input.

The filters are applyed the following order.

"matchers" -> "sorters" -> "converters"
Expand Down

0 comments on commit 828531f

Please sign in to comment.