Features
- Add
filter
(filter by keys and values, default binding to/
),filter_key
(filter by key, default binding to?
) andfilter_value
(filter by values, default binding to*
) actions to filter items. (#82) - Add
show_help
(default binding toH
) action to show help message (all actions and their bindings) in popup widget. (#83) - Add
expand_children
(default binding tox
) andexpand_all
(default binding toX
) actions. (#84)
What's Changed
- feat: support filtering by key or value by @fioncat in #82
- feat: support help action by @fioncat in #83
- feat: add expand_children and expand_all actions by @fioncat in #84
Full Changelog: v0.4.1...v0.5.0