diff --git a/commands/README.md b/commands/README.md index 2f5e6df90..1efad0d15 100644 --- a/commands/README.md +++ b/commands/README.md @@ -1434,6 +1434,7 @@ This repository contains sample commands and documentation to write your own one | 📦 | [Bundlephobia cost](web-searches/bundlephobia.sh) | N/A | [Zander Martineau](https://zander.wtf) | ✅ | | | | ❓ | [Caniuse.com search](web-searches/caniuse.sh) | N/A | [Zander Martineau](https://zander.wtf) | ✅ | | | | 🌦 | [Check Weather](web-searches/check-weather.sh) | N/A | [Jakub Lanski](https://github.com/jaklan) | ✅ | | | + | 🚚 | [Clipboard to 17TRACK](web-searches/clipboard-to-17track.js) | Open 17TRACK with the tracking code found in the clipboard | [Alessandra Pereyra](https://github.com/alessandrapereyra) | | | | | 🪙 | [CoinMarketCap Search](web-searches/search-coinmarketcap.sh) | Searches coinmarketcap currencies. | [Benedict Neo](https://github.com/benthecoder) | ✅ | | | | | [Find Email Address With Hunter](web-searches/hunter.sh) | Find emails using hunter.io | [Tanguy Le Stradic](https://github.com/tanguyls) | ✅ | | | | | [Giphy search](web-searches/giphy.sh) | N/A | [Zander Martineau](https://zander.wtf) | ✅ | | | diff --git a/commands/extensions.json b/commands/extensions.json index 9ec3d29e3..3a5fc6627 100644 --- a/commands/extensions.json +++ b/commands/extensions.json @@ -12031,6 +12031,34 @@ "title" : "Search Unsplash", "updatedAt" : "2020-12-02T14:53:50-05:00" }, + { + "authors" : [ + { + "name" : "Alessandra Pereyra", + "url" : "https:\/\/github.com\/alessandrapereyra" + } + ], + "createdAt" : "2022-09-09T11:36:33-05:00", + "currentDirectoryPath" : null, + "description" : "Open 17TRACK with the tracking code found in the clipboard", + "filename" : "clipboard-to-17track.js", + "hasArguments" : false, + "icon" : { + "dark" : null, + "light" : "🚚" + }, + "identifier" : "5bf7134b1d8dfeca8b30b6b3a598f247", + "isTemplate" : false, + "language" : "node", + "mode" : "silent", + "needsConfirmation" : null, + "packageName" : "Web Searches", + "path" : "web-searches\/", + "refreshTime" : null, + "schemaVersion" : 1, + "title" : "Clipboard to 17TRACK", + "updatedAt" : "2022-09-09T11:36:33-05:00" + }, { "authors" : [ { @@ -21562,16 +21590,6 @@ } ], "languages" : [ - { - "displayName" : "Python", - "icon" : "icon-python.png", - "name" : "python" - }, - { - "displayName" : "Ruby", - "icon" : "icon-ruby.png", - "name" : "ruby" - }, { "displayName" : "Swift", "icon" : "icon-swift.png", @@ -21582,20 +21600,30 @@ "icon" : "icon-applescript.png", "name" : "applescript" }, + { + "displayName" : "Bash", + "icon" : "icon-bash.png", + "name" : "bash" + }, + { + "displayName" : "Python", + "icon" : "icon-python.png", + "name" : "python" + }, { "displayName" : "Node", "icon" : "icon-nodejs.png", "name" : "node" }, { - "displayName" : "Bash", - "icon" : "icon-bash.png", - "name" : "bash" + "displayName" : "Ruby", + "icon" : "icon-ruby.png", + "name" : "ruby" } ], "metadata" : [ ], - "totalScriptCommands" : 750, - "updatedAt" : "2022-09-08T23:52:26Z" + "totalScriptCommands" : 751, + "updatedAt" : "2022-09-13T08:13:36Z" } \ No newline at end of file