Skip to content

Commit

Permalink
Update cloudinary extension
Browse files Browse the repository at this point in the history
- Merge branch \'contributions/merge-1699995259887285000\'
- Pull contributions
- Merge pull request raycast#8 from colbyfayock/all-contributors/add-doingandlearning
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#7 from doingandlearning/main
- Removes unnecessary function.
- Restructures code to account for early return.
- Updates label
- Adds the ratio urls
- Extracts the imageUrl generation to the helper.
- Merge pull request raycast#6 from colbyfayock/all-contributors/add-daniel-shuy
- docs: update .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#5 from colbyfayock/all-contributors/add-colbyfayock
- docs: create .all-contributorsrc [skip ci]
- docs: update README.md [skip ci]
- Merge pull request raycast#4 from colbyfayock/colbyfayock-patch-1
- Update README.md
- Merge pull request raycast#2 from daniel-shuy/automatic-lint-on-commit
- Automatically run linting and formatting on commit
- Create feature_request.md
- Create bug_report.md
  • Loading branch information
colbyfayock committed Nov 14, 2023
1 parent 06679f3 commit 4c312b9
Show file tree
Hide file tree
Showing 8 changed files with 694 additions and 29 deletions.
46 changes: 46 additions & 0 deletions extensions/cloudinary/.all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "colbyfayock",
"name": "Colby Fayock",
"avatar_url": "https://avatars.githubusercontent.com/u/1045274?v=4",
"profile": "https://colbyfayock.com/newsletter",
"contributions": [
"code",
"doc"
]
},
{
"login": "daniel-shuy",
"name": "Daniel Shuy",
"avatar_url": "https://avatars.githubusercontent.com/u/17351764?v=4",
"profile": "https://github.com/daniel-shuy",
"contributions": [
"infra",
"tool"
]
},
{
"login": "doingandlearning",
"name": "Kevin Cunningham",
"avatar_url": "https://avatars.githubusercontent.com/u/8320213?v=4",
"profile": "http://www.kevincunningham.co.uk",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "raycast-cloudinary",
"projectOwner": "colbyfayock"
}
4 changes: 4 additions & 0 deletions extensions/cloudinary/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
3 changes: 3 additions & 0 deletions extensions/cloudinary/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*": "npm run fix-lint"
}
30 changes: 28 additions & 2 deletions extensions/cloudinary/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Raycast Cloudinary
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Cloudinary utilities available right from your Raycast launcher.

Expand All @@ -16,7 +19,6 @@ You'll be asked to provide your Cloudinary Cloud Name, API Key, and API Secret w

> Need help finding them? Watch how here: https://www.youtube.com/watch?v=1SIp9VL5TMo

## Workflows

### Search
Expand All @@ -34,4 +36,28 @@ Currently will display the first 30 results.
### Upload from URL

* Open the Upload URL action
* Paste a URL as an option
* Paste a URL as an option

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://colbyfayock.com/newsletter"><img src="https://avatars.githubusercontent.com/u/1045274?v=4?s=100" width="100px;" alt="Colby Fayock"/><br /><sub><b>Colby Fayock</b></sub></a><br /><a href="https://github.com/colbyfayock/raycast-cloudinary/commits?author=colbyfayock" title="Code">💻</a> <a href="https://github.com/colbyfayock/raycast-cloudinary/commits?author=colbyfayock" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/daniel-shuy"><img src="https://avatars.githubusercontent.com/u/17351764?v=4?s=100" width="100px;" alt="Daniel Shuy"/><br /><sub><b>Daniel Shuy</b></sub></a><br /><a href="#infra-daniel-shuy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#tool-daniel-shuy" title="Tools">🔧</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.kevincunningham.co.uk"><img src="https://avatars.githubusercontent.com/u/8320213?v=4?s=100" width="100px;" alt="Kevin Cunningham"/><br /><sub><b>Kevin Cunningham</b></sub></a><br /><a href="https://github.com/colbyfayock/raycast-cloudinary/commits?author=doingandlearning" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Loading

0 comments on commit 4c312b9

Please sign in to comment.