diff --git a/functions.md b/functions.md index 4f2acbc..2badd9d 100644 --- a/functions.md +++ b/functions.md @@ -10,6 +10,7 @@ - [App Icons](#app-icons) - [Finder](#finder) - [Get Path of Frontmost Finder Window](#get-path-of-frontmost-finder-window) + - [Print Files Selected in Finder](#print-files-selected-in-finder) - [Set Current Directory's Finder View to Column View](#set-current-directorys-finder-view-to-column-view) - [Set Current Directory's Finder View to Icon View](#set-current-directorys-finder-view-to-icon-view) - [Set Current Directory's Finder View to List View](#set-current-directorys-finder-view-to-list-view) @@ -44,7 +45,6 @@ function mkicns() { } ``` - ## Finder ### Get Path of Frontmost Finder Window @@ -61,6 +61,23 @@ function finder_path { } ``` + ### Print Files Selected in Finder + + ```bash + selected() { + osascript <