Jacob Lundqvist
Jacob Lundqvist
Scenario 1 seems to trigger the issue I mentioned, if the user defined shortcut is used as the menu shortcut it would indeed make sense, but sooner or later somebody...
Regarding using yaml to define menus, sure could be done, but not sure if it would make things more convenient when defining dynamic items like the Panes menu, using shell...
Im not arguing against the low friction perspective, and I would agree that yaml would make sense from a pure menu design perspective. I was more thinking that in the...
but sure i you think my menu design concept is hard to understand, that might need to be adressed
GPT suggested that tmux conditionals could be done something like this: ```yaml menus: - name: "My Tmux Menu" items: - label: "Do Action If Pane Marked" command: | if-shell 'tmux...
about to board a plane, you had some interesting inputs - much apreciated, will look into it more tomorrow!
By using a variation of your bash script where i instead filter using tmux list-keys | grep 'prefix' | sed 's/.*prefix *//' and tmux list-keys | grep 'root' | sed...
Since I don't see any practical way to automate this, and there have not been any activity on the ticket for several months, I'm closing it now, feel free to...
I figured out a way to sort of solve it from the reversed direction. I have added a new feature 'Display Commands' This rotates between showing the tmux command being...
+1 for mosh