fuzzy-finder-wp
fuzzy-finder-wp copied to clipboard
A fuzzy finder for your WordPress admin.
Fuzzy Finder
A fuzzy finder for your WordPress admin. ctrl-shift-f from any WordPress admin area to quickly search for Posts, Pages, Categories, Tags and Users.
Search results are cached in your browser's local storage. Previous results that match your current search will be shown immediately.
It will also search custom post types that have been registered with the show_ui
and show_in_rest
arguments set to true
.
Inspired by the Atom package. Leans heavily on client-js for handling REST API content endpoints.
Installation
Download the latest release package, upload to your WordPress site from Plugins > Add New > Upload Plugin, and activate the Fuzzy Finder from the Plugins list.
Or install with WP-CLI: wp plugin install <url-to-latest-release-package> --activate
.