svelte-command-palette
                                
                                 svelte-command-palette copied to clipboard
                                
                                    svelte-command-palette copied to clipboard
                            
                            
                            
                        Dead simple command palette for svelte
Removed the .vscode folder Added the changes in the .getignore
Issue #10
Exclude folders like `.vscode`, `.idea`, etc from being committed. Add to `.gitignore`
Hi folks, Thanks for creating such a cool project, really a great job! I tried to integrate this module into one of my projects and noticed that the keybinding got...
Hi there, thanks so much for this project -- it's doing exactly what I wanted in a keyboard handler/interface! As a feature request, please add the `action` type (maybe as...
I have a use case where users can create new items and so far I need to reload the page every time before a new item is added to the...