summaryrefslogtreecommitdiff
path: root/src/history.h
AgeCommit message (Collapse)Author
2022-11-19Add --history-file option.Phil Jones
2022-07-24Add drun mode.Phil Jones
This is a pretty simple implementation, but it should work for most use cases. Notably, generic application names aren't used (though that could be added without too much hassle), and neither are keywords (that would be more difficult).
2022-06-21Add config file handling.Phil Jones
Single letter style arguments have been removed.
2021-11-17Add sorting by run frequency.Phil Jones
This implements a rofi-like run cache. Other smaller changes include simplification of resize logic now that there's only one surface.