Review of "Command Menu" version 1

Details Page Preview

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

Extension Homepage
https://github.com/arunk140/gnome-command-menu

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
6 Active
5 Active
4 Active
3 Active
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
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