Skip to content

Commit fa4cf7a

Browse files
authored
✨ Add hoobio.bitwarden to gallery (#57)
1 parent df2577a commit fa4cf7a

4 files changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "hoobio.bitwarden",
4+
"title": "Bitwarden",
5+
"shortDescription": "Instant search and copy of credentials, TOTP codes, and notes from your Bitwarden vault, directly from the Command Palette.",
6+
"description": "A free, open-source extension that brings your Bitwarden vault into the Command Palette for instant, keyboard-driven access. Built as an alternative to 1Password Quick Access.\n\nFeatures:\n\n- Vault search with fallback suggestions across all item types\n- Secure clipboard: passwords excluded from clipboard history and auto-cleared on a configurable timer\n- Smart sorting: recently used, favorites, and context-matched items float to the top\n- TOTP display with live codes and countdown timers (including Steam Guard)\n- Search filters using prefix syntax like is:fav, folder:Work, has:totp, url:github\n- Watchtower tags: visual warnings for weak, old, or reused passwords\n- Context awareness: detects open apps and browser tabs to surface relevant items\n- Custom field copy, SSH quick-connect, and manual vault sync\n\nRequires the Bitwarden CLI (bw) on your PATH.",
7+
"author": {
8+
"name": "Hoobi",
9+
"url": "https://github.com/hoobio"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/hoobio/command-palette-bitwarden",
13+
"tags": [
14+
"bitwarden",
15+
"password",
16+
"vault",
17+
"totp",
18+
"credentials"
19+
],
20+
"categories": [
21+
"productivity",
22+
"utilities-and-tools"
23+
],
24+
"installSources": [
25+
{
26+
"type": "msstore",
27+
"id": "9P5KS8T80MV3"
28+
},
29+
{
30+
"type": "url",
31+
"uri": "https://github.com/hoobio/command-palette-bitwarden/releases/latest"
32+
}
33+
]
34+
}
94 KB
Loading
371 KB
Loading
332 KB
Loading

0 commit comments

Comments
 (0)