mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remontoire is a small (~71Kb) GTK app for presenting keybinding hints in a compact form suitable for tiling window environments. It is intended for use with the i3 window manager but it's also able to display keybindings from any suitably formatted config file. The program functions by scanning and parsing comments in a specific format (described directly below), then displaying them in a one-layer categorized list view. The program stores the state of which sections are expanded, allowing for use on screens with limited resolution. https://github.com/regolith-linux/remontoire
11 lines
591 B
Text
11 lines
591 B
Text
Remontoire is a small (~71Kb) GTK app for presenting keybinding hints
|
|
in a compact form suitable for tiling window environments. It is
|
|
intended for use with the i3 window manager but it's also able to
|
|
display keybindings from any suitably formatted config file.
|
|
|
|
The program functions by scanning and parsing comments in a specific
|
|
format (described directly below), then displaying them in a one-layer
|
|
categorized list view. The program stores the state of which sections
|
|
are expanded, allowing for use on screens with limited resolution.
|
|
|
|
WWW: https://github.com/regolith-linux/remontoire
|