Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link-bundles extension #15590

Merged
merged 8 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/link-bundles/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/link-bundles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/link-bundles/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/link-bundles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Link Bundles Changelog

## [Initial Version] - {PR_MERGE_DATE}
20 changes: 20 additions & 0 deletions extensions/link-bundles/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Link Bundles

Streamline your browsing workflow by managing and launching groups of links with ease.

## Features

- 🚀 **Quick Launch**: Instantly open entire link groups with a single command.
- ✏️ **Easy Management**: Create, edit, and delete bundles with intuitive commands.
- 🔍 **Fuzzy Search**: Quickly find your bundles.
- 🎯 **Profile-Specific**: Open link groups in specific Chrome profiles.

## Commands

### Search Link Bundles

Browse and manage all your link bundles.

### Create Link Bundle

Quickly create new link bundles with a dedicated command. Add multiple URLs, set a Chrome profile, and include a description for better organization.
Binary file added extensions/link-bundles/assets/icon_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading