feat: add FreeTube extension - #342
Merged
Merged
Conversation
Search YouTube, open videos/channels/playlists, jump to feeds, and manage bookmarks — all inside the FreeTube desktop client.
Explicitly hide the animated searching toast before opening FreeTube so it does not remain active in the Vicinae status bar after execution.
Contributor
|
I didn't know about freetube it's a pretty cool app. And this extension works well. |
Contributor
Author
|
Thanks aurelle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a FreeTube extension to the store. FreeTube is a privacy-focused YouTube desktop client that registers a
freetube://URI handler.The extension provides seven commands:
All commands funnel user input through a single YouTube URL resolver (src/youtube.ts), so a link pasted into Open behaves identically to the same link saved as a bookmark. The resolver is covered by tests/youtube.test.ts
The extension targets Linux, macOS, and Windows since FreeTube is cross-platform, and is classified under the Media category.