Command Bar 
How to use 
The Command Bar is a versatile Svelte component designed to streamline navigation and resource management. Users can quickly switch between resource types, including:
- External Bookmarks: Access saved links to external sites.
 - Internal Links: Navigate effortlessly through articles and resources.
 - External Searchbars: Conduct searches on external platforms.
 
Additional features:
- Save Searches: Retain searched items in localStorage for future reference.
 - Clear Storage: Use the special clear command to easily reset saved searches.
 
This intuitive command bar enhances user productivity by combining rapid navigation with persistent storage capabilities.
Special Keywords 
| Keyword | Description | 
|---|---|
clear | Clear stored queries | 
Keymaps 
| Key Combination | Description | 
|---|---|
| Ctrl-Space | Toggle Command Bar | 
| Meta-K | Toggle Command Bar | 
| Ctrl-K | Open Command Bar | 
| Ctrl-D | Close Command Bar | 
| Escape | Close Command Bar | 
| Ctrl-u | Clear current query | 
| Down arrow | Next item | 
| Ctrl-n | Next item | 
| Ctrl-j | Next item | 
| Up arrow | Previous item | 
| Ctrl-p | Previous item | 
| Ctrl-k | Previous item |