Use alfred_workflow_data
to save most used symbols
#9
Labels
enhancement
New feature or request
whenever
Whenever I'm bored and I need something small to work on.
Because the database tracking the most used symbols is inside the workflow’s directory, it gets deleted with every workflow update and usage is lost.
The way around it is to
mkdir -p "${alfred_workflow_data}"
then have the database at"${alfred_workflow_data}/user.sqlite3"
(variables documentation).Unless you’re doing it that way as a design choice. In which case, feel free to close.
The text was updated successfully, but these errors were encountered: