summaryrefslogtreecommitdiffstats
path: root/hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-04-04 14:44:25 -0700
committerJesse Luehrs <doy@tozt.net>2018-04-06 16:27:41 -0700
commitabfbd65725ba45d0b7d17eca114574ed0be4de3c (patch)
tree4b5039e6c4ef986b6f546b615b7bfc03d9011342 /hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json
parent54053d2dadfd5ba67127c636a3eb4c0f7cff5ef9 (diff)
downloadconf-abfbd65725ba45d0b7d17eca114574ed0be4de3c.tar.gz
conf-abfbd65725ba45d0b7d17eca114574ed0be4de3c.zip
add some osx config
karabiner, bettertouchtool, amethyst, hammerspoon
Diffstat (limited to 'hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json')
-rw-r--r--hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json90
1 files changed, 90 insertions, 0 deletions
diff --git a/hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json b/hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json
new file mode 100644
index 0000000..50c62f2
--- /dev/null
+++ b/hammerspoon/Spoons/ReloadConfiguration.spoon/docs.json
@@ -0,0 +1,90 @@
+[
+ {
+ "Command": [],
+ "Constant": [],
+ "Constructor": [],
+ "Deprecated": [],
+ "Field": [],
+ "Function": [],
+ "Method": [
+ {
+ "def": "ReloadConfiguration:bindHotkeys(mapping)",
+ "desc": "Binds hotkeys for ReloadConfiguration",
+ "doc": "Binds hotkeys for ReloadConfiguration\n\nParameters:\n * mapping - A table containing hotkey modifier/key details for the following items:\n * reloadConfiguration - This will cause the configuration to be reloaded",
+ "name": "bindHotkeys",
+ "parameters": [
+ " * mapping - A table containing hotkey modifier/key details for the following items:",
+ " * reloadConfiguration - This will cause the configuration to be reloaded"
+ ],
+ "signature": "ReloadConfiguration:bindHotkeys(mapping)",
+ "stripped_doc": "",
+ "type": "Method"
+ },
+ {
+ "def": "ReloadConfiguration:start()",
+ "desc": "Start ReloadConfiguration",
+ "doc": "Start ReloadConfiguration\n\nParameters:\n * None",
+ "name": "start",
+ "parameters": [
+ " * None"
+ ],
+ "signature": "ReloadConfiguration:start()",
+ "stripped_doc": "",
+ "type": "Method"
+ }
+ ],
+ "Variable": [
+ {
+ "def": "ReloadConfiguration.watch_paths",
+ "desc": "List of directories to watch for changes, defaults to hs.configdir",
+ "doc": "List of directories to watch for changes, defaults to hs.configdir",
+ "name": "watch_paths",
+ "signature": "ReloadConfiguration.watch_paths",
+ "stripped_doc": "",
+ "type": "Variable"
+ }
+ ],
+ "desc": "Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.",
+ "doc": "Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.\n\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip)",
+ "items": [
+ {
+ "def": "ReloadConfiguration:bindHotkeys(mapping)",
+ "desc": "Binds hotkeys for ReloadConfiguration",
+ "doc": "Binds hotkeys for ReloadConfiguration\n\nParameters:\n * mapping - A table containing hotkey modifier/key details for the following items:\n * reloadConfiguration - This will cause the configuration to be reloaded",
+ "name": "bindHotkeys",
+ "parameters": [
+ " * mapping - A table containing hotkey modifier/key details for the following items:",
+ " * reloadConfiguration - This will cause the configuration to be reloaded"
+ ],
+ "signature": "ReloadConfiguration:bindHotkeys(mapping)",
+ "stripped_doc": "",
+ "type": "Method"
+ },
+ {
+ "def": "ReloadConfiguration:start()",
+ "desc": "Start ReloadConfiguration",
+ "doc": "Start ReloadConfiguration\n\nParameters:\n * None",
+ "name": "start",
+ "parameters": [
+ " * None"
+ ],
+ "signature": "ReloadConfiguration:start()",
+ "stripped_doc": "",
+ "type": "Method"
+ },
+ {
+ "def": "ReloadConfiguration.watch_paths",
+ "desc": "List of directories to watch for changes, defaults to hs.configdir",
+ "doc": "List of directories to watch for changes, defaults to hs.configdir",
+ "name": "watch_paths",
+ "signature": "ReloadConfiguration.watch_paths",
+ "stripped_doc": "",
+ "type": "Variable"
+ }
+ ],
+ "name": "ReloadConfiguration",
+ "stripped_doc": "\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip)",
+ "submodules": [],
+ "type": "Module"
+ }
+] \ No newline at end of file