summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff <jdost@users.noreply.github.com>2020-02-01 04:49:11 -0800
committerGitHub <noreply@github.com>2020-02-01 13:49:11 +0100
commit83c2e467d5b34f9e74e2c55b1e9df2b715be175e (patch)
tree714ca7b869018ae516bdc5aefdc535aa0e84a630 /include
parenta422b33e9974e05ff9836a7ebcf1c938c20e4a37 (diff)
Add support for additional field on script entries `meta` (#1052)
* Add test for hidden meta data in script mode The purpose of this is to provide support for "hidden" fields on a script item that work for search but don't get displayed. This is mostly to provide something similar to the optional display (but still matchable) fields in drun like "categories" or "keywords". This also enables the choice to display unicode icons but still allow for searching for the keywords without needing to print them. * Ignore the output file from test runs * Add support for the "meta" field on script entries This fields provides a matchable but unprinted string for entries in a script mode list match. This means you can use one thing but provide multiple options that can match that item without polluting the list view or make confusing output. * Add new test to test suite file
Diffstat (limited to 'include')
-rw-r--r--include/dialogs/dmenuscriptshared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dialogs/dmenuscriptshared.h b/include/dialogs/dmenuscriptshared.h
index 16400e0a..31e8aae5 100644
--- a/include/dialogs/dmenuscriptshared.h
+++ b/include/dialogs/dmenuscriptshared.h
@@ -8,6 +8,8 @@ typedef struct {
char *icon_name;
/** Async icon fetch handler. */
uint32_t icon_fetch_uid;
+ /** Hidden meta keywords. */
+ char *meta;
} DmenuScriptEntry;
/**
* @param sw Unused