Skip to content

Instantly share code, notes, and snippets.

@kytrinyx
Created August 15, 2020 20:17
Show Gist options
  • Select an option

  • Save kytrinyx/29b7e1c3530b639dd04e1f6efef76a7e to your computer and use it in GitHub Desktop.

Select an option

Save kytrinyx/29b7e1c3530b639dd04e1f6efef76a7e to your computer and use it in GitHub Desktop.

Revisions

  1. Katrina Owen created this gist Aug 15, 2020.
    8 changes: 8 additions & 0 deletions open-recent-in-fission.scpt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    set sourceFolder to "Macintosh HD:Users:kytrinyx:Music:Audio Hijack" as alias

    tell application "Finder"
    sort (get files of sourceFolder) by creation date
    -- This raises an error if the folder doesn't contain any files
    set theFile to (item -1 of result) as alias
    end tell
    tell application "Fission" to open theFile