Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 531 Bytes

addNetworkFavorite

Adds a network share to Finder favorites list

First tries to mount the share and then tries to add the favorite. If the share is already mounted the mount path is guessed.

usage

ddNetworkFavorite SHARE_URL PATH_IN_SHARE (optional) DISPLAY_NAME

examples

addnetworkFavorite smb://example.org/share ""
addnetworkFavorite smb://example.org/share "" "display name"
addnetworkFavorite smb://example.org/share folder/
addnetworkFavorite smb://example.org/share folder/ "display name"