summaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 495644bc..ac7472d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,7 @@
/doc/*.html
/doc/*.doxy
/gitconfig.h
+test/output.txt
# I want to ignore log files
*.log