RecuencoJones / cheesecuts

Keyboard Shortcuts CheatSheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheesecuts

Apparently I had to write ~500 lines of code to display a blank page with a summary of shortcuts. Yes.

Usage

Install, then create a shortcuts.yaml file in ~/.cheesecuts with the following format:

groups:
- General

shortcuts:
- name: Alfred
  keys: ⌘ Spacebar
  group: General
- name: AltTab
  keys: ⌘ Tab
  group: General
- name: Quit app
  keys: ⌘ Q

Attributions

About

Keyboard Shortcuts CheatSheet

License:MIT License


Languages

Language:JavaScript 73.1%Language:Vue 24.5%Language:HTML 2.4%