gnome-command-menu
gnome-command-menu copied to clipboard
A GNOME Shell Extension to manage shortcuts in Top Bar (Inspired by Shuttle and SSHMenu)
PopupSubMenuMenuItem supports icons, it would be nice if this extension supports it https://gjs.guide/extensions/topics/popup-menu.html#popupsubmenumenuitem
https://github.com/arunk140/gnome-command-menu/issues/18#issue-2282780200
Support for GNOME 46 isn't present
Hi! These patches add support for gnome 45 and 46. See my previous comments here: https://github.com/arunk140/gnome-command-menu/issues/15
Hello, Thanks for this very useful extension to me. Consider you to port Gnome Command Menu to Gnome Shell 45 in a near future? Thank you again for your work....
Works fine in gnome 44. Thanks for creating this, I use it daily!
I've checked and the extension works by just updating the metadata, aside from one problem - the icon is missing: 
I have no idea why this not working. ``` [ { "title": "Disconnect", "command": "ps -lef | grep ssh | grep 1337 | awk '{print $4}' | xargs kill", "icon":...
Hi, thanks for your extension, very useful ! Is there a syntax to have more than one "Menu" in the json file ? I would like to have multiples shortcuts...
Hello, I am trying to create a command that will establish a vpn connection and then open an ssh console. The command works fine in the terminal, but nothing happens...