Review of "Smart Dock Menus" version 2

Details Page Preview

Adds smart quick-access menus to your dock icons. Right-click any supported app to instantly access what matters. Supported apps: — VS Code / VSCodium / Cursor: recent folders and workspaces — GitKraken: recently opened repositories — GNOME Files: recently opened files — Spotify: now playing, play/pause, next, previous — Text Editor: recently opened documents (txt, md, json, py, sh, and more) — Obsidian: recently opened vaults — GNOME Settings: Wi-Fi, Bluetooth, Sound, Displays, Power, and more Requires Dash-to-Dock or Ubuntu Dock.

Extension Homepage
https://github.com/Amgadezzat-andro/Rectent-Folders-Vscode-DashtoDock-Gnome-Extenstion

No comments.

Diff Against

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • extension.js:106
    file.load_contents(null)

All Versions

Version Status
12 Active
11 Rejected
10 Active
9 Rejected
8 Inactive
7 Inactive
6 Rejected
5 Inactive
4 Inactive
3 Inactive
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Please use aysnc for reading file content since you are in shell process (line 106 `extension.js`): [Gio.File.load_contents_async](https://gjs-docs.gnome.org/gio20~2.0/gio.file#method-load_contents_async)