engram icon indicating copy to clipboard operation
engram copied to clipboard

Github Pages page for Karabiner Install

Open willpuckett opened this issue 1 year ago • 0 comments

One of the MacOS install methods, Karabiner, allows for importing files directly via a karabiner:// style link. Currently, the install instructions point to a page of html on my blog that handles redirecting the app to the appropriate JSON file.

It seems like it would be a little more official to have that page included in the engram repo, but I'm not sure how Github Pages is setup. It often seems to have a separate branch, but that doesn't seem to be the case in this instance.

Ideally, engram.dev would serve the following html at a page such as engram.dev/karabiner-install:

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="refresh" content="1; url='karabiner://karabiner/assets/complex_modifications/import?url=https://raw.githubusercontent.com/binarybottle/engram/master/install/mac/karabiner/engram.json'" />
  </head>
  <body>
    <p>Opening Engram layout in Karabiner momentarily!</p>
  </body>
</html>

This is obviously low priority, but I think it would foster more trust to have everything self contained if possible.

willpuckett avatar Oct 30 '23 21:10 willpuckett