Sample recipes for various service types that you can use with the BonjourLauncher spoon.
This submodule includes sample templates for a variety of advertised services which may be of interest when used with the BonjourLauncher spoon. Each template can be displayed in the Hammerspoon console for reference by typing help.spoon.BonjourLauncher.recipes.*name*
into the console input field, or added as is to the active templates of the BonjourLauncher by doing the following either in the Hammerspoon console or in your configuration init.ua
file:
hs.loadSpoon("BonjourLauncher")
spoon.BonjourLauncher:addRecipes(*name*)
where name is one of the variables described within this submodule.
Signature | BonjourLauncher.recipes.AFP |
---|---|
Type | Variable |
Description | Display computers and servers advertising AppleShare file server services advertised with the `_afpovertcp._tcp.` service type. This was the default with earlier versions of MacOS and is still used by Apple AirPort and Time Machine file servers. |
Notes |
|
Source | Source/BonjourLauncher.spoon/recipes.lua line 79 |
Signature | BonjourLauncher.recipes.SMB |
---|---|
Type | Variable |
Description | Display computers and servers advertising Windows or Samba file server services advertised with the `_smb._tcp.` service type. Most Apple Macintosh computers and Laptops will also advertise file sharing with this service type. |
Notes |
|
Source | Source/BonjourLauncher.spoon/recipes.lua line 54 |
Signature | BonjourLauncher.recipes.SSH |
---|---|
Type | Variable |
Description | Display computers and servers advertising Secure Shell services advertised with the `_ssh._tcp.` service type. This is advertised by MacOS machines with Remote Login enabled in the Sharing panel of System Preferences. |
Notes |
|
Source | Source/BonjourLauncher.spoon/recipes.lua line 18 |
Signature | BonjourLauncher.recipes.VNC |
---|---|
Type | Variable |
Description | Display computers and servers advertising screen sharing or VNC services advertised with the `_rfb._tcp.` service type. This is advertised by MacOS machines with Screen Sharing enabled in the Sharing panel of System Preferences. |
Notes |
|
Source | Source/BonjourLauncher.spoon/recipes.lua line 109 |
Signature | BonjourLauncher.recipes.VNC_RealVNC_Alternate |
---|---|
Type | Variable |
Description | Display computers and servers advertising screen sharing or VNC services advertised with the `_rfb._tcp.` service type. This is advertised by MacOS machines with Screen Sharing enabled in the Sharing panel of System Preferences. |
Notes |
|
Source | Source/BonjourLauncher.spoon/recipes.lua line 147 |