keyb icon indicating copy to clipboard operation
keyb copied to clipboard

Create and view custom hotkey cheatsheets in the terminal

Results 10 keyb issues
Sort by recently updated
recently updated
newest added

keyb should be able to read multiple config and keyb files in a given directory. Things to note: - Handle duplicate keys for the same program in multiple files -...

enhancement

[xdotool](https://github.com/jordansissel/xdotool) can simulate keystrokes from stdin. Although untested, perhaps keyb could start in a special mode where any selection could be piped into xdotool to simulate the keystroke: ```bash $...

enhancement

[xremap](https://github.com/k0kubun/xremap) and [keyd](https://github.com/rvaiya/keyd) are two examples of key remapping tools in Linux. Both utilize a simple configuration file to declaratively define remapped keys. It would be nice if keyb could...

enhancement

I find it a bit cumbersome to type `h:` in order to search for a keybinding related to a specific app. Can it be done so you search in both...

enhancement

keyb creates a default config file that contains prefilled configuration. If a new configuration key is added in the future or an existing one is modified, users can easily miss...

I like to manage my packages with homebrew. Fragmenting my packages over different sources is less ideal. With 1 package manager, I can easily switch computers, or get a list...

enhancement
help wanted

I'd like to be able to change the colors of: * The titles of sections (defined as top level `- name: "title"`) * The name of a keybinding * The...

enhancement

Allow users to show and hide sections with hotkey when cursor is on section heading. This can potentially help with the UX in #16.

enhancement

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. Release notes Sourced from goreleaser/goreleaser-action's releases. v6.0.0 [!WARNING] This is a breaking change! Follow the instructions here to upgrade! What's Changed feat!: use "~>...

dependencies

I notice that `keyb` does not use any colors with `TERM=xterm`, but it does work with `TERM=xterm-color`. I usually just use `TERM=xterm`, can I force `keyb` to use colors without...