diff --git a/commands/README.md b/commands/README.md index 125c3be63..70bfd89b5 100644 --- a/commands/README.md +++ b/commands/README.md @@ -1069,6 +1069,7 @@ This repository contains sample commands and documentation to write your own one | 🔍 | [Open Finder](navigation/open-finder.sh) | Open Finder at Home folder or argument location | [Afraz](https://github.com/afrazkhan) | ✅ | | | | | [Open Home](navigation/open-home.sh) | Opens the Home folder in the Finder. | Raycast | | | | | | [Open Image From Clipboard](navigation/open-clipboard-in-pixelmator-pro.applescript) | Creates a new document in Pixelmator Pro from the image stored in your clipboard. | [Bryce Carr](https://github.com/bdcarr) | | | | + | | [Open Last Downloaded](navigation/open-last-downloaded.sh) | Opens the last file that was downloaded | Raycast | | | | | | [Open Library](navigation/open-library.sh) | Opens the Library folder in the Finder. | Raycast | | | | | 🌐 | [Open URL From Clipboard](navigation/open-url-from-clipboard.sh) | Opens the URL in the clipboard. | Raycast | | | | | | [Quit Application](navigation/quit-application.applescript) | Quit the application. Edit the command to change the default values (Application: "", Force quit?: "No"). | [Jakub Lanski](https://github.com/jaklan) | ✅ | | | diff --git a/commands/extensions.json b/commands/extensions.json index 7e312b004..484e4fdc4 100644 --- a/commands/extensions.json +++ b/commands/extensions.json @@ -1616,6 +1616,29 @@ "title" : "Open Desktop", "updatedAt" : "2021-04-27T16:34:55-04:00" }, + { + "authors" : null, + "createdAt" : "2020-09-30T12:56:01+01:00", + "currentDirectoryPath" : null, + "description" : "Opens the last file that was downloaded", + "filename" : "open-last-downloaded.sh", + "hasArguments" : false, + "icon" : { + "dark" : null, + "light" : "images\/folder-downloads.png" + }, + "identifier" : "3ad14a4406ddef3807e797a606132af0", + "isTemplate" : false, + "language" : "bash", + "mode" : "silent", + "needsConfirmation" : null, + "packageName" : "Navigation", + "path" : "navigation\/", + "refreshTime" : null, + "schemaVersion" : 1, + "title" : "Open Last Downloaded", + "updatedAt" : "2022-03-30T20:25:55+00:00" + }, { "authors" : null, "createdAt" : "2020-09-30T12:56:01+01:00", @@ -20486,9 +20509,9 @@ ], "languages" : [ { - "displayName" : "Bash", - "icon" : "icon-bash.png", - "name" : "bash" + "displayName" : "Node", + "icon" : "icon-nodejs.png", + "name" : "node" }, { "displayName" : "Ruby", @@ -20496,9 +20519,9 @@ "name" : "ruby" }, { - "displayName" : "AppleScript", - "icon" : "icon-applescript.png", - "name" : "applescript" + "displayName" : "Python", + "icon" : "icon-python.png", + "name" : "python" }, { "displayName" : "Swift", @@ -20506,19 +20529,19 @@ "name" : "swift" }, { - "displayName" : "Python", - "icon" : "icon-python.png", - "name" : "python" + "displayName" : "Bash", + "icon" : "icon-bash.png", + "name" : "bash" }, { - "displayName" : "Node", - "icon" : "icon-nodejs.png", - "name" : "node" + "displayName" : "AppleScript", + "icon" : "icon-applescript.png", + "name" : "applescript" } ], "metadata" : [ ], - "totalScriptCommands" : 714, - "updatedAt" : "2022-03-27T20:07:09Z" + "totalScriptCommands" : 715, + "updatedAt" : "2022-03-30T20:25:55Z" } \ No newline at end of file