{"id":42894208,"url":"https://github.com/bugcacher/devstash-vscode-extension","last_synced_at":"2026-01-30T15:03:08.490Z","repository":{"id":306492640,"uuid":"1021002283","full_name":"bugcacher/devstash-vscode-extension","owner":"bugcacher","description":"DevStash – Your private vault for code, commands, queries \u0026 configs.","archived":false,"fork":false,"pushed_at":"2025-07-25T20:18:00.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-26T02:33:51.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugcacher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-16T18:12:21.000Z","updated_at":"2025-07-25T20:10:13.000Z","dependencies_parsed_at":"2025-07-26T02:39:28.814Z","dependency_job_id":"2e769dbb-5fa6-44d4-96be-fc9ab38ec386","html_url":"https://github.com/bugcacher/devstash-vscode-extension","commit_stats":null,"previous_names":["bugcacher/devstash-vscode-extension"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bugcacher/devstash-vscode-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugcacher%2Fdevstash-vscode-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugcacher%2Fdevstash-vscode-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugcacher%2Fdevstash-vscode-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugcacher%2Fdevstash-vscode-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugcacher","download_url":"https://codeload.github.com/bugcacher/devstash-vscode-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugcacher%2Fdevstash-vscode-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-30T15:03:08.352Z","updated_at":"2026-01-30T15:03:08.474Z","avatar_url":"https://github.com/bugcacher.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevStash VS Code Extension\n\nQuickly save code snippets, commands, and notes to your personal knowledge vault. DevStash integrates with your n8n workflow and Algolia search to create a powerful, searchable repository of your development knowledge.\n\n## Features\n\n- **Quick Save**: Save selected code snippets with context\n- **Instant Search**: Search through your saved snippets using Algolia\n- **n8n Integration**: Send snippets to your n8n workflow\n- **Secure**: Optional authentication with tokens\n\n## Commands\n\n| Command | Keybinding | Description |\n|---------|------------|-------------|\n| `Devstash: Save` | `Ctrl+Alt+S` (Windows/Linux)\u003cbr\u003e`Cmd+Opt+S` (Mac) | Save selected text to your vault |\n| `Devstash: Search` | `Ctrl+Alt+D` (Windows/Linux)\u003cbr\u003e`Cmd+Opt+D` (Mac) | Search through your saved snippets |\n\n## Installation\n\n### From VSIX File\n\n1. Download the latest `.vsix` file from the [Releases](https://github.com/bugcacher/devstash-vscode-extension/releases) page\n2. Open VS Code\n3. Press `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (Mac) to open the Command Palette\n4. Type \"Extensions: Install from VSIX...\" and select it\n5. Browse to and select the downloaded `.vsix` file\n6. Restart VS Code when prompted\n\n\n## Configuration\n\nBefore using DevStash, you need to configure the following settings in VS Code:\n\n### Required Settings\n\n#### n8n Workflow Configuration\n- **`devstash.webhookUrl`**: The webhook URL to your n8n workflow where code snippets will be sent\n  - Example: `https://your-n8n-instance.com/webhook/devstash`\n\n- **`devstash.authToken (Optional)`**: Authorization token for authenticating with your n8n workflow\n  - Leave empty if your n8n workflow doesn't require authentication\n\nFor n8n setup instructions, see the [n8n workflow README](./n8n-workflow/README.md).\n\n#### Algolia Search Configuration\n- **`devstash.algoliaAppId`**: Your Algolia Application ID\n- **`devstash.algoliaApiKey`**: Your Algolia Search-Only API Key (not Admin API Key)\n- **`devstash.algoliaIndexName`**: The name of your Algolia search index\n\n\n\n### How to Configure\n\n1. Open VS Code Settings (`Ctrl+,` or `Cmd+,`)\n2. Search for \"DevStash\"\n3. Fill in the required configuration values\n4. Restart VS Code or reload the window\n\n### Example Configuration\n\n```json\n{\n  \"devstash.webhookUrl\": \"https://your-n8n-instance.com/webhook/devstash\",\n  \"devstash.authToken\": \"your-bearer-token-here\",\n  \"devstash.algoliaAppId\": \"YOUR_APP_ID\",\n  \"devstash.algoliaApiKey\": \"your-search-only-api-key\",\n  \"devstash.algoliaIndexName\": \"dev_snippets\"\n}\n```\n\n## Usage\n\n1. **Save a Snippet**: Select code in the editor and press `Ctrl+Alt+S` (or `Cmd+Opt+S` on Mac)\n2. **Search Snippets**: Press `Ctrl+Alt+D` (or `Cmd+Opt+D` on Mac) to search through your saved snippets\n\n## Requirements\n\n- VS Code 1.80.0 or higher\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugcacher%2Fdevstash-vscode-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugcacher%2Fdevstash-vscode-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugcacher%2Fdevstash-vscode-extension/lists"}