Review of "Docker" version 3

Details Page Preview

Quick access to Docker and Docker Compose.

Extension Homepage
https://gitlab.com/stickman_0x00/gnome_shell_extension_docker

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)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection waiting for author
Do you really need to use `exec $SHELL` in lib/docker.js? I understand it's not sudo but It's better to not use user changeable variables in spawn commands.
stickman_0x00 posted a review
I was using to start dynamically the type of the shell the user has. I was doing that so the terminal wouldn't close and the user not being able to see the output. I have trade it for a read instead to let the user close the window by choice.
JustPerfection rejected
Good. Newer version approved.