remontoire icon indicating copy to clipboard operation
remontoire copied to clipboard

wish: deduplicate entries that have the same category and action

Open Fraznist opened this issue 2 years ago • 0 comments

Currently, using the following comments creates two entries in remontoire with different keybindings:

## Session // Exit App // <><Shift> q ##
## Session // Exit App // <> q ##

I am using remontoire primarily with regolith. Therefore, I try my best not to modify i3 config directly for keybindings, and opt in to use Xresources to modiy keymappings instead. What I wanted to do was add remontoire comments to my Xresources for only the mappings I modify, and then concatenate my i3 config with my Xresources for a complete remontoire cheatsheet. cat ~/.config/regolith/i3/config ~/.config/regolith/Xresources | remontoire -i This creates duplicate entries, unless I remove the comments in my i3 config.

I wish remontoire would only show only the last line for every category x action combination.

Fraznist avatar Mar 20 '22 10:03 Fraznist