A GNOME Shell Extension to manage shortcuts in Top Bar (Inspired by Shuttle and SSHMenu). Edit the .commands.json file to add your own shortcuts. Sample Config in the README - https://github.com/arunk140/gnome-command-menu/blob/main/README.md
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Rejected because you shouldn't use spawn command for what you can do in gjs: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#scripts-and-binaries use Gio.AppInfo.launch_default_for_uri() instead: https://gjs-docs.gnome.org/gio20~2.66p/gio.appinfo#function-launch_default_for_uri 2. Also do these on disable: ```js myPopup = null; commands = []; ``` If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions