Sha256: 4b2bce70922fedab6c124f1210895f6a1ba216d518a510ec773415fbd56beb5f
Contents?: true
Size: 366 Bytes
Versions: 7
Compression:
Stored size: 366 Bytes
Contents
#!/usr/bin/env ruby lib = File.dirname(__FILE__) + "/../lib" $:.unshift lib unless $:.include? lib require "karabiner" DOTFILE_PATH = File.expand_path("~/.karabiner") if ARGV.first == "dsl" karabiner = Karabiner.new(DOTFILE_PATH) karabiner.apply_configuration else system("/Applications/Karabiner.app/Contents/Library/bin/karabiner #{ARGV.join(' ')}") end
Version data entries
7 entries across 7 versions & 1 rubygems