diff --git a/extensions/zadjii/hacker-news/extension.json b/extensions/zadjii/hacker-news/extension.json new file mode 100644 index 0000000..3a5a4ef --- /dev/null +++ b/extensions/zadjii/hacker-news/extension.json @@ -0,0 +1,32 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "zadjii.hacker-news", + "title": "Hacker News for Command Palette", + "shortDescription": "View top posts on Hacker News directly from Command Palette.", + "description": "Stay on top of the latest tech news without leaving your workflow. Browse the top posts on Hacker News right from the Command Palette.\n\nQuickly scan headlines, see scores and comment counts, and open interesting articles—all from a fast, keyboard-driven interface.", + "author": { + "name": "zadjii", + "url": "https://github.com/zadjii" + }, + "icon": "icon.png", + "homepage": "https://github.com/zadjii/CmdPalExtensions", + "tags": [ + "hacker-news", + "news", + "tech", + "reading" + ], + "categories": [ + "news-and-weather" + ], + "installSources": [ + { + "type": "winget", + "id": "zadjii.HackerNewsforCommandPalette" + }, + { + "type": "url", + "uri": "https://github.com/zadjii/CmdPalExtensions/releases" + } + ] +} diff --git a/extensions/zadjii/hacker-news/icon.png b/extensions/zadjii/hacker-news/icon.png new file mode 100644 index 0000000..255c90c Binary files /dev/null and b/extensions/zadjii/hacker-news/icon.png differ diff --git a/extensions/zadjii/mastodon/extension.json b/extensions/zadjii/mastodon/extension.json new file mode 100644 index 0000000..387091c --- /dev/null +++ b/extensions/zadjii/mastodon/extension.json @@ -0,0 +1,32 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "zadjii.mastodon", + "title": "Mastodon for Command Palette", + "shortDescription": "View posts on Mastodon, browse your home timeline, and favorite posts from Command Palette.", + "description": "Browse Mastodon right from the Command Palette. View posts on mastodon.social, sign in to see your home timeline, and favorite posts—all without opening a browser.\n\nA lightweight way to stay connected with the fediverse while keeping focus on your work.", + "author": { + "name": "zadjii", + "url": "https://github.com/zadjii" + }, + "icon": "icon.svg", + "homepage": "https://github.com/zadjii/CmdPalExtensions", + "tags": [ + "mastodon", + "fediverse", + "social", + "timeline" + ], + "categories": [ + "social" + ], + "installSources": [ + { + "type": "winget", + "id": "zadjii.MastodonForCmdPal" + }, + { + "type": "url", + "uri": "https://github.com/zadjii/CmdPalExtensions/releases" + } + ] +} diff --git a/extensions/zadjii/mastodon/icon.svg b/extensions/zadjii/mastodon/icon.svg new file mode 100644 index 0000000..0f8baeb --- /dev/null +++ b/extensions/zadjii/mastodon/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/extensions/zadjii/obsidian-notes/extension.json b/extensions/zadjii/obsidian-notes/extension.json new file mode 100644 index 0000000..86dbeb4 --- /dev/null +++ b/extensions/zadjii/obsidian-notes/extension.json @@ -0,0 +1,32 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "zadjii.obsidian-notes", + "title": "Obsidian Notes for Command Palette", + "shortDescription": "Search your Obsidian vault notes, view them in the palette, and make quick edits.", + "description": "Access your Obsidian notes directly from the Command Palette. Search through your vault, preview note contents right in the palette, and make quick edits—all without switching to the Obsidian app.\n\nPerfect for quickly referencing notes, jotting down ideas, or finding information across your knowledge base while staying in your current workflow.", + "author": { + "name": "zadjii", + "url": "https://github.com/zadjii" + }, + "icon": "icon.png", + "homepage": "https://github.com/zadjii/CmdPalExtensions", + "tags": [ + "obsidian", + "notes", + "knowledge-base", + "markdown" + ], + "categories": [ + "productivity" + ], + "installSources": [ + { + "type": "winget", + "id": "zadjii.ObsidianNotesExtension" + }, + { + "type": "url", + "uri": "https://github.com/zadjii/CmdPalExtensions/releases" + } + ] +} diff --git a/extensions/zadjii/obsidian-notes/icon.png b/extensions/zadjii/obsidian-notes/icon.png new file mode 100644 index 0000000..a53a6b3 Binary files /dev/null and b/extensions/zadjii/obsidian-notes/icon.png differ diff --git a/extensions/zadjii/segoe-icons/extension.json b/extensions/zadjii/segoe-icons/extension.json new file mode 100644 index 0000000..e347827 --- /dev/null +++ b/extensions/zadjii/segoe-icons/extension.json @@ -0,0 +1,33 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "zadjii.segoe-icons", + "title": "Segoe Icons for Command Palette", + "shortDescription": "Search and browse the full list of Segoe Fluent icons from Command Palette.", + "description": "Quickly search and browse the complete collection of Segoe Fluent icons right from the Command Palette. Find the exact icon you need by name or keyword, view icon glyphs, and copy icon details for use in your projects.\n\nAn essential tool for developers and designers working with Windows UI who need fast access to the Segoe Fluent icon library.", + "author": { + "name": "zadjii", + "url": "https://github.com/zadjii" + }, + "icon": "icon.png", + "homepage": "https://github.com/zadjii/CmdPalExtensions", + "tags": [ + "icons", + "segoe-fluent", + "design", + "developer-tools" + ], + "categories": [ + "developer-tools", + "utilities-and-tools" + ], + "installSources": [ + { + "type": "winget", + "id": "zadjii.SegoeIcons" + }, + { + "type": "url", + "uri": "https://github.com/zadjii/CmdPalExtensions/releases" + } + ] +} diff --git a/extensions/zadjii/segoe-icons/icon.png b/extensions/zadjii/segoe-icons/icon.png new file mode 100644 index 0000000..7838307 Binary files /dev/null and b/extensions/zadjii/segoe-icons/icon.png differ diff --git a/extensions/zadjii/spongebot/extension.json b/extensions/zadjii/spongebot/extension.json new file mode 100644 index 0000000..d238509 --- /dev/null +++ b/extensions/zadjii/spongebot/extension.json @@ -0,0 +1,33 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "zadjii.spongebot", + "title": "SpongeBot for Command Palette", + "shortDescription": "Convert text to mocking SpongeBob case (aLtErNaTiNg CaSe) from Command Palette.", + "description": "Transform any text into the iconic mocking SpongeBob meme format with alternating case (lIkE tHiS). Just type or paste your text and get instant SpongeBob-style output, ready to copy and share.\n\nA fun, lighthearted extension for when you need to add some humor to your messages.", + "author": { + "name": "zadjii", + "url": "https://github.com/zadjii" + }, + "icon": "icon.png", + "homepage": "https://github.com/zadjii/CmdPalExtensions", + "tags": [ + "spongebob", + "meme", + "text", + "fun" + ], + "categories": [ + "entertainment", + "utilities-and-tools" + ], + "installSources": [ + { + "type": "winget", + "id": "zadjii.SpongeBotForCommandPalette" + }, + { + "type": "url", + "uri": "https://github.com/zadjii/CmdPalExtensions/releases" + } + ] +} diff --git a/extensions/zadjii/spongebot/icon.png b/extensions/zadjii/spongebot/icon.png new file mode 100644 index 0000000..f67e1a8 Binary files /dev/null and b/extensions/zadjii/spongebot/icon.png differ diff --git a/extensions/zadjii/tmdb-search/extension.json b/extensions/zadjii/tmdb-search/extension.json new file mode 100644 index 0000000..472cbfd --- /dev/null +++ b/extensions/zadjii/tmdb-search/extension.json @@ -0,0 +1,32 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "zadjii.tmdb-search", + "title": "TMDB Search for Command Palette", + "shortDescription": "Search for movies and find out which streaming services they are available on.", + "description": "Search for movies right from the Command Palette, powered by The Movie Database (TMDB). Find any movie and discover which streaming services it's available on—so you can quickly figure out where to watch tonight.\n\nA handy tool for movie buffs and anyone who wants to skip the endless scrolling across streaming apps.", + "author": { + "name": "zadjii", + "url": "https://github.com/zadjii" + }, + "icon": "icon.png", + "homepage": "https://github.com/zadjii/CmdPalExtensions", + "tags": [ + "movies", + "tmdb", + "streaming", + "search" + ], + "categories": [ + "entertainment" + ], + "installSources": [ + { + "type": "winget", + "id": "zadjii.TMDBSearch" + }, + { + "type": "url", + "uri": "https://github.com/zadjii/CmdPalExtensions/releases" + } + ] +} diff --git a/extensions/zadjii/tmdb-search/icon.png b/extensions/zadjii/tmdb-search/icon.png new file mode 100644 index 0000000..47b79fd Binary files /dev/null and b/extensions/zadjii/tmdb-search/icon.png differ