/Sheeter

Cheat sheet viewer of the current application

Primary LanguageC#

Sheeter

sheeter

Cheat sheet viewer of the current application

What is Sheeter?

Sheeter is a utility for quickly checking a program's shortcut.

Now just remember one shortcut

Inspired by Microsoft's PowerToys and Intelli J's "Search Everywhere."

resultr

How to Use

Requirements

  1. install dotnet core 3.0 runtime

Download And Setting

  1. Download from the GitHub releases page.
  2. Add Json File to keymap folder
  • File Name : process name
  • ext : json
  • contents
{
   "icon": "intellj.png", //Currently no meaning
   "keybindings": [
       {
           "key": "shift shift",
           "command": "Search Everything"
       }
       //...
    ]
 }
  1. run Sheeter.exe
  2. Press the win + scroll lock key to overlay

Note

When you open the overlay, you will see the process name.

Close

  • Alt F4 on overlay
  • Exit button in Tray

image

Project Goal

Goal

  1. Overlay Keymap
  2. Search Keymap (Not yet)
  3. Setting (Not yet)
  4. Icon Tab (Not yet)

Open Source License

FSharp.Data (Apache 2.0)