SnippetKit

Search Command

Find code snippets by name or tags with the 'search' command.

search

Use the search command to locate code snippets in your registry by keyword, tag, or language.

snippetkit search <query> [flags]

Example

snippetkit search spinner

Output Example:

šŸ” Search Results: šŸ“Œ Z6sBKkjT - Spinner [typescript]
šŸ“Œ J8sCQlkP - SpinnerX [javascript]

šŸ’” To install a snippet, use:

snippetkit add <snippet_id>

Flags

FlagDescriptionExample
--langFilter results by programming languagesnippetkit search spinner --lang=typescript
--tagFilter results by tagsnippetkit search button --tag=ui
--limitLimit the number of search results (defaults to 10)snippetkit search loader --limit=5

On this page