forked from raycast/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bibigpt-summarize-audiovideo-with-ai extension (raycast#10515)
* feat: Complete full feature development of the plugin * Update bibigpt-summarize-audiovideo-with-ai extension - chore: add .gitignore and package-lock.json files - Remove node_modules from repository * chore: delete yarn.lock * feat: update ui files * Update bibigpt-summarize-audiovideo-with-ai extension - feat: update icon - feat: update icon * fix: resolve eslint errors * chore: add perferences * feat: add support for multiple languages * fix: eslint * Update summarizemedia.tsx * Update package.json * metadata * Update README.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <per@raycast.com> Co-authored-by: raycastbot <bot@raycast.com>
- Loading branch information
1 parent
fea0dca
commit 7e0222e
Showing
11 changed files
with
2,569 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
extensions/bibigpt-summarize-audiovideo-with-ai/.eslintrc.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"root": true, | ||
"extends": ["@raycast"] | ||
} |
13 changes: 13 additions & 0 deletions
13
extensions/bibigpt-summarize-audiovideo-with-ai/.gitignore
This file contains 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
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 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# BibiGPT-Summarize-AudioVideo-with-AI Changelog | ||
|
||
## [Initial Version] - 2024-02-02 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# BibiGPT AI Summarize Audio and Video | ||
Transform your media summarization process with the BibiGPT-Summarize-AudioVideo-with-AI plugin for Raycast. Utilize the power of the BibiGPT API to effortlessly generate concise summaries, significantly enhancing efficiency and comprehension of complex media content. This plugin is perfect for professionals and enthusiasts alike who are looking to save time and gain deeper insights into their media. | ||
|
||
For detailed instructions on how to utilize this plugin, including setup, usage tips, and troubleshooting, please visit our comprehensive documentation at https://docs.bibigpt.co/bibigpt-api?lang=en. Our guide will assist you in maximizing the plugin's potential and ensure a smooth, productive experience with BibiGPT-Summarize-AudioVideo-with-AI. |
Binary file added
BIN
+47.8 KB
extensions/bibigpt-summarize-audiovideo-with-ai/assets/bibigpt-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.87 MB
...ummarize-audiovideo-with-ai/metadata/bibigpt-summarize-audiovideo-with-ai-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.