Skip to content

Commit

Permalink
add script for getting skim notes to rtf
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Apr 4, 2019
1 parent 6e49c71 commit fd3e8e6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/get-skimnotes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

test -f "$1" && which skimnotes &>/dev/null && skimnotes get -format rtf "$1"
13 changes: 13 additions & 0 deletions config/karabiner/karabiner.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@
}
}
]
},
{
"disable_built_in_keyboard_if_exists": false,
"fn_function_keys": [],
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 305,
"vendor_id": 1390
},
"ignore": true,
"manipulate_caps_lock_led": false,
"simple_modifications": []
}
],
"fn_function_keys": [
Expand Down
1 change: 1 addition & 0 deletions hammerspoon/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ hs.hotkey.bind(module.hyperkey, "f", function() hs.applications.launchOrFocus("/
hs.hotkey.bind(module.hyperkey, "t", launcher("com.culturedcode.ThingsMac"))
hs.hotkey.bind(module.hyperkey, "k", launcher("com.reinvented.KeepIt"))
hs.hotkey.bind(module.hyperkey, "m", launcher("com.apple.iChat"))
hs.hotkey.bind(module.hyperkey, "n", launcher("notion.id"))
hs.hotkey.bind(module.hyperkey, "s", launcher("org.whispersystems.signal-desktop"))
hs.hotkey.bind(module.hyperkey, "c", launcher("com.flexibits.fantastical2.mac"))
hs.hotkey.bind(module.hyperkey, "i", launcher("com.googlecode.iterm2"))
Expand Down

0 comments on commit fd3e8e6

Please sign in to comment.