Alfred0 Posted August 15, 2022 Posted August 15, 2022 (edited) Hi, I'm trying to create a workflow that allows me to search through clipboard items that have been pre-filtered to match a certain string. The basic workflow idea would be to: Invoke the workflow and have it list all clipboard history items that match a certain pattern eg. let's say all clipboard items containing "alfredforum.com". Then what I'd like to be able to do is filter through the matching results by typing additional characters eg "clipboard" which would show me all clipboard items matching both "alfredforum.com" and "clipboard". Does anyone know if that's possible and how I might go about achieving it? Edited August 15, 2022 by Alfred0
vitor Posted August 16, 2022 Posted August 16, 2022 The first option requires some coding. The Clipboard history is stored in the SQLite database at ~/Library/Application Support/Alfred/Databases/clipboard.alfdb. Query that and show the results in a Script Filter. Alternatively, you can get it fast with some GUI automation. Ready-made Workflow.
Alfred0 Posted August 24, 2022 Author Posted August 24, 2022 Thanks @vitor, wouldn't have thought about the GUI automation!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now