Review of "Commands Feed" version 2

Details Page Preview

Random commands from http://commandlinefu.com

Extension Homepage
https://github.com/smartameer/gnome-shell-extension-commandsfeed

No comments.

Diff Against

Files

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

All Versions

Version Status
3 Active
2 Active
1 Active

Previous Reviews on this Version

andyholmes active
FYI, probably best to avoid `add_actor()` with the properties dictionary `{foo: bar}`. It's probably not going away, but is deprecated. You should prefer using `add_child()` and just passing those properties in the constructor. There should be standard replacements for both those properties (https://gjs-docs.gnome.org/clutter6~6_api/clutter.actor#index-properties).