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 |
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 |
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 |
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 |
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 |
Notes |
|
Source | Source/BonjourLauncher.spoon/recipes.lua line 147 |