From 4038149a459c86928f69d5b0f3eb1047e50733f3 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 29 Feb 2016 08:35:23 -0800 Subject: [PATCH] Add function to print files/directories selected in Finder --- functions.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 <