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."
How to Use
Requirements
- install dotnet core 3.0 runtime
Download And Setting
- Download from the GitHub releases page.
- 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"
}
//...
]
}
- run Sheeter.exe
- 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
Project Goal
- Overlay Keymap
- Search Keymap (Not yet)
- Setting (Not yet)
- Icon Tab (Not yet)
Open Source License
FSharp.Data (Apache 2.0)