diff --git a/commands/README.md b/commands/README.md
index af718d3d4..c12e43720 100644
--- a/commands/README.md
+++ b/commands/README.md
@@ -1512,6 +1512,7 @@ This repository contains sample commands and documentation to write your own one
|
| [Search LinkedIn](web-searches/search-linkedin.sh) | Search LinkedIn | [Nitin Gupta](https://twitter.com/gniting) | ✅ | |
|
|
| [Search MDN (Mozilla Developer Network)](web-searches/mozilla-developer-network.sh) | N/A | [Jon Callahan](https://www.joncallahan.com) | ✅ | |
|
|
| [Search Netflix](web-searches/search-netflix.sh) | Search Netflix. | [Caleb Stauffer](https://github.com/crstauf) | ✅ | |
|
+ |
| [Search OpenSecrets.org](web-searches/opensecrets.sh) | N/A | [Daniel Sieradski](https://github.com/selfagency) | ✅ | |
|
|
| [Search PHP Docs](web-searches/search-php-docs.sh) | Search [PHP official documentation](https://www.php.net/docs.php). | [Caleb Stauffer](https://github.com/crstauf) | ✅ | |
|
|
| [Search Python 3 Documentation](web-searches/search-python3-docs.sh) | Search Python 3 Documentation | [Lucas Costa](https://github.com/lucasrcosta) | ✅ | |
|
|
| [Search Python Package Index (PyPI)](web-searches/search-pypi.sh) | Search Python Package Index (PyPI) | [Lucas Costa](https://github.com/lucasrcosta) | ✅ | |
|
diff --git a/commands/extensions.json b/commands/extensions.json
index ac017140a..851effeb8 100644
--- a/commands/extensions.json
+++ b/commands/extensions.json
@@ -12154,6 +12154,34 @@
"title" : "Search in Emojipedia",
"updatedAt" : "2021-05-07T07:58:55+02:00"
},
+ {
+ "authors" : [
+ {
+ "name" : "Daniel Sieradski",
+ "url" : "https:\/\/github.com\/selfagency"
+ }
+ ],
+ "createdAt" : "2023-04-20T10:30:42-04:00",
+ "currentDirectoryPath" : null,
+ "description" : null,
+ "filename" : "opensecrets.sh",
+ "hasArguments" : true,
+ "icon" : {
+ "dark" : null,
+ "light" : "images\/opensecrets.png"
+ },
+ "identifier" : "38597aea679968985276b287c7860174",
+ "isTemplate" : false,
+ "language" : "bash",
+ "mode" : "silent",
+ "needsConfirmation" : null,
+ "packageName" : "Web Searches",
+ "path" : "web-searches\/",
+ "refreshTime" : null,
+ "schemaVersion" : 1,
+ "title" : "Search OpenSecrets.org",
+ "updatedAt" : "2023-04-24T06:57:26+00:00"
+ },
{
"authors" : [
{
@@ -22506,11 +22534,6 @@
}
],
"languages" : [
- {
- "displayName" : "Bash",
- "icon" : "icon-bash.png",
- "name" : "bash"
- },
{
"displayName" : "Node",
"icon" : "icon-nodejs.png",
@@ -22522,9 +22545,9 @@
"name" : "ruby"
},
{
- "displayName" : "AppleScript",
- "icon" : "icon-applescript.png",
- "name" : "applescript"
+ "displayName" : "Python",
+ "icon" : "icon-python.png",
+ "name" : "python"
},
{
"displayName" : "Swift",
@@ -22532,14 +22555,19 @@
"name" : "swift"
},
{
- "displayName" : "Python",
- "icon" : "icon-python.png",
- "name" : "python"
+ "displayName" : "Bash",
+ "icon" : "icon-bash.png",
+ "name" : "bash"
+ },
+ {
+ "displayName" : "AppleScript",
+ "icon" : "icon-applescript.png",
+ "name" : "applescript"
}
],
"metadata" : [
],
- "totalScriptCommands" : 783,
- "updatedAt" : "2023-03-31T03:48:28Z"
+ "totalScriptCommands" : 784,
+ "updatedAt" : "2023-04-24T06:57:26Z"
}
\ No newline at end of file