Update git-co-authors extension#26090
Conversation
|
Thank you for your contribution! 🎉 🔔 @nickradford @mateusjunges you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. 📋 Quick checkout commandsBRANCH="ext/git-co-authors"
FORK_URL="https://github.com/mrclsu/raycast-extensions.git"
EXTENSION_NAME="git-co-authors"
REPO_NAME="raycast-extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
9dcc7ae to
b9bdd34
Compare
Greptile SummaryThis PR significantly expands the
Confidence Score: 4/5
Important Files Changed
|
| Action | macOS | Windows |
|---|---|---|
| Copy selected authors | ⌘ ⏎ |
Ctrl Enter |
| Paste into window | ⌘ ⇧ ⏎ |
Ctrl Shift Enter |
| Add new author | ⌘ N |
Ctrl N |
| Edit author | ⌘ E |
Ctrl E |
| Remove author | ⌘ ⌫ |
Ctrl Backspace |
| Clear all authors | ⌘ ⌥ ⌫ |
Ctrl Alt Backspace |
Last reviewed commit: 91820e7
- Bump all dependencies - Fix linter errors - Improve error handling - Unify merge co-authors from folder, and repo into a single action - Readme improvements - Fix casing - Merge pull request raycast#3 from mrclsu/emptyview-no-authors - Merge pull request raycast#4 from mrclsu/add-clear-authors-command - Merge branch \'main\' into add-clear-authors-command - Merge pull request raycast#2 from mrclsu/fix-load-co-authors-state-and-dedup - Merge pull request raycast#1 from mrclsu/add-load-from-folder-command - Add clear authors command that clears all imported authors - Add empty view when there are no authors imported yet - Fix state, dedup, and error handling in load-co-authors - fix recursive repo scanning - add load from folder command - Update raycast api versions - Initial implementation of load from repo Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
c1de7d8 to
af8222d
Compare
Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Jonatan Bakucz <jonatan.mark.bakucz@emarsys.com>
pernielsentikaer
left a comment
There was a problem hiding this comment.
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
This PR Includes the following changes to the
git-co-authorsextension:Screencast
Load Authors Action:

Clear Authors Action:

Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder