https://github.com/kkapsner/addnetworkfavorite
Adds a mounted network share to Finder favorites list
https://github.com/kkapsner/addnetworkfavorite
Last synced: about 1 year ago
JSON representation
Adds a mounted network share to Finder favorites list
- Host: GitHub
- URL: https://github.com/kkapsner/addnetworkfavorite
- Owner: kkapsner
- Created: 2015-03-23T14:42:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T14:38:23.000Z (about 11 years ago)
- Last Synced: 2025-02-09T12:25:34.375Z (over 1 year ago)
- Language: Objective-C
- Size: 137 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```shell
ddNetworkFavorite SHARE_URL PATH_IN_SHARE (optional) DISPLAY_NAME
```
# examples
```shell
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"
```