summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-06-11 18:17:12 +0200
committerDave Davenport <qball@gmpclient.org>2023-06-11 18:17:12 +0200
commit92e730076d461622dc81e44e87ec456317514904 (patch)
treebf2f753485519aa9f8761cc29f8dfb978726ba84 /doc/rofi.1.markdown
parentee80c8487f9765b1e6e8ab8219a6baea089cf5af (diff)
[Doc] Add regex filtering to recursivebrowser.recursive-file
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 5aeec082..c8befe97 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -788,6 +788,10 @@ configuration {
directory: "/some/directory";
/** return 1 on cancel. */
cancel-returns-1: true;
+ /** filter entries using regex */
+ filter-regex: "(.*cache.*|.*\.o)";
+ /** command */
+ command: "xdg-open";
}
}
```