This Snippets plugin let you save key/value snippets and copy to clipboard copy it from Flow Launcher.
- Install this plugin via
pm install Snippets - The default action keyword is
spby default and it's recommended to replace it into*so that all the keys of snippets can be triggered directly. - Examples:
- Save
<key>:<value>for Single Line: open FlowLauncher to typesp <test-key>:<test-value>, click orEnterthe shown optionSave Code Snippetsto save thekey=test-keyandvalue=test-valueinto the local sqlite3 db. - Save From Clipbaord for Multiple Line: Copy your selected snippets and then open FlowLauncher to type
sp <clipboard-snippet-key>, Askey=clipboard-snippet-keyis not saved yet and there are snippets from clipboard, click orEnterthe shown optionSave from clipboardto save thekey=clipboard-snippet-keyandvalue=clipboard-snippetsinto the local sqlite3 db. - Get Snippets By Key:
sp <test-key>: Search for thekey=test-keyand click the item orEnterto copy the snippets value into clipboard. - Delete Snippets By Key:
sp <test-key>: Search for thekey=test-key, it would show the save item, pressShift + Enterto see the context menu on selected item, click the item orEnterto delet the snippets
Disclaimer: The key/value would be stored on **local only ** via sqlite3 db file
./snippets.dbunder%FlowLauncherSettingsFolder%/Flow.Launcher.Snippets/