i3-bindings icon indicating copy to clipboard operation
i3-bindings copied to clipboard

Simple tool that reads the i3 config files and shows a table with the bindings defined therein

Results 5 i3-bindings issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. Release notes Sourced from clap's releases. v4.1.4 [4.1.4] - 2023-01-24 Fixes (help) Respect disable_colored_help when using arg_required_else_help Performance Speed up...

dependencies

Updates the requirements on [prettytable-rs](https://github.com/phsym/prettytable-rs) to permit the latest version. Release notes Sourced from prettytable-rs's releases. v0.10.0 Fixed Fix panic due to incorrect ANSI escape handling #137 Fix display of...

dependencies

This little tool is really useful, because I'm forever digging through my i3 config file to find out keybindings I've forgotten, but unfortunately, it doesn't seem to take into account...

Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

`sway`'s `bindsym` syntax is very similar to `i3`'s, with the addition of supporting "modes" for different sets of keybindings. I think `i3-bindings`'s existing support for categories would map well to...