diff --git a/commands/README.md b/commands/README.md
index ebd7f6099..c67a732f0 100644
--- a/commands/README.md
+++ b/commands/README.md
@@ -130,6 +130,7 @@ This repository contains sample commands and documentation to write your own one
- [Vpnutil](#vpnutil)
- [Web Searches](#web-searches)
- [WordPress](#wordpress)
+- [Writing](#writing)
## Apps
@@ -1323,6 +1324,12 @@ This repository contains sample commands and documentation to write your own one
| | [WordPress Functions Reference](web-searches/wordpress/wordpress-functions-reference.sh) | Open [WordPress functions reference](https://developer.wordpress.org/reference/functions/) for specified function. | [Caleb Stauffer](https://github.com/crstauf) | ✅ | | |
| | [WordPress Hooks Reference](web-searches/wordpress/wordpress-hooks-reference.sh) | Open [WordPress hooks reference](https://developer.wordpress.org/reference/hooks/) for specified hook. | [Caleb Stauffer](https://github.com/crstauf) | ✅ | | |
+## Writing
+
+| Icon | Title | Description | Author | Args | Templ | Lang |
+| :--: | ----- | ----------- | :----: | :--: | :---: | :--: |
+ | 🤖 | [Word Count](writing/word-count.sh) | Counts the number of words of the text in the clipboard | [Benny Wong](https://bwong.net) | | | |
+
## Community
This is a shared place and we're always looking for new Script Commands or other ways to improve Raycast.
diff --git a/commands/extensions.json b/commands/extensions.json
index de34df5c0..644e26a90 100644
--- a/commands/extensions.json
+++ b/commands/extensions.json
@@ -17962,6 +17962,40 @@
}
]
},
+ {
+ "name" : "Writing",
+ "path" : "writing",
+ "scriptCommands" : [
+ {
+ "authors" : [
+ {
+ "name" : "Benny Wong",
+ "url" : "https:\/\/bwong.net"
+ }
+ ],
+ "createdAt" : "2022-01-29T12:34:13-05:00",
+ "currentDirectoryPath" : null,
+ "description" : "Counts the number of words of the text in the clipboard",
+ "filename" : "word-count.sh",
+ "hasArguments" : false,
+ "icon" : {
+ "dark" : null,
+ "light" : "🤖"
+ },
+ "identifier" : "4757d0ea5b9d6eedf37b64f283531315",
+ "isTemplate" : false,
+ "language" : "bash",
+ "mode" : "inline",
+ "needsConfirmation" : null,
+ "packageName" : "Writing",
+ "path" : "writing\/",
+ "refreshTime" : "15s",
+ "schemaVersion" : 1,
+ "title" : "Word Count",
+ "updatedAt" : "2022-01-29T12:34:13-05:00"
+ }
+ ]
+ },
{
"name" : "Media",
"path" : "media",
@@ -19610,25 +19644,25 @@
],
"languages" : [
{
- "displayName" : "AppleScript",
- "icon" : "icon-applescript.png",
- "name" : "applescript"
+ "displayName" : "Ruby",
+ "icon" : "icon-ruby.png",
+ "name" : "ruby"
},
{
"displayName" : "Node",
"icon" : "icon-nodejs.png",
"name" : "node"
},
- {
- "displayName" : "Ruby",
- "icon" : "icon-ruby.png",
- "name" : "ruby"
- },
{
"displayName" : "Swift",
"icon" : "icon-swift.png",
"name" : "swift"
},
+ {
+ "displayName" : "AppleScript",
+ "icon" : "icon-applescript.png",
+ "name" : "applescript"
+ },
{
"displayName" : "Bash",
"icon" : "icon-bash.png",
@@ -19643,6 +19677,6 @@
"metadata" : [
],
- "totalScriptCommands" : 685,
- "updatedAt" : "2022-01-31T15:58:53Z"
+ "totalScriptCommands" : 686,
+ "updatedAt" : "2022-01-31T16:21:20Z"
}
\ No newline at end of file