summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-02-01Add support for additional field on script entries `meta` (#1052)Jeff
* 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
2017-11-05Install rofi-theme-selector manpage.Dave Davenport
2017-01-31Update gitignoreDave Davenport
2016-10-24add scrollbar test.Dave Davenport
2016-05-07gitignore: Properly identity top-level filesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07gitignore: ReorderQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07gitignore: config.c is not generated any moreQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-06gitignore: add generated filesPaulo Flabiano Smorigo
2015-09-20Playing with atomQC
2015-07-31Update ignore file.Dave Davenport
2014-08-31Add small script test.Dave Davenport
2014-07-19Remove a big chunk of duplicate code by re-ordering.QC
* Remove the refilter code that was in there twice (and directly squash a small bug) * Pull out the window position calculation in a sub-function.
2014-01-19Restructure a bit.QC