devtools
Command Menu - A GNOME Shell Extension
GNOME shell extension to manage command shortcuts in the GNOME Top Bar. Inspired by Shuttle and SSHMenu.
Github Link - https://github.com/arunk140/gnome-command-menu
Example ~/.commands.json
[ { "title": "Termimal", "command": "gnome-terminal", "icon": "utilities-terminal" }, { "title": "File Manager", "command": "nautilus", "icon": "folder" }, { "type": "separator" }, { "title": "Web Browser", "command": "firefox", "icon": "web-browser" }, { "type": "separator" }, { "title": "SSH Connections", "type": "submenu", "submenu": [ { "title": "Connect to Server (SSH)", "command": "gnome-terminal -- bash -c 'ssh [email protected] -p 8022'", "icon": "utilities-terminal" } ] } ]