{"id":13560029,"url":"https://github.com/rgolangh/gnome-shell-extension-containers","last_synced_at":"2025-08-20T14:31:08.408Z","repository":{"id":36429316,"uuid":"155080875","full_name":"rgolangh/gnome-shell-extension-containers","owner":"rgolangh","description":"containers is a gnome-shell extension to manage linux container, run by podman","archived":false,"fork":false,"pushed_at":"2024-10-16T08:15:28.000Z","size":1606,"stargazers_count":48,"open_issues_count":1,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-09T11:10:34.008Z","etag":null,"topics":["containers","gnome","podman"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rgolangh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-28T14:37:44.000Z","updated_at":"2024-12-05T14:10:54.000Z","dependencies_parsed_at":"2024-08-01T13:15:38.788Z","dependency_job_id":"f62be688-b791-446d-bb1c-cb8370f7dc90","html_url":"https://github.com/rgolangh/gnome-shell-extension-containers","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgolangh%2Fgnome-shell-extension-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgolangh%2Fgnome-shell-extension-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgolangh%2Fgnome-shell-extension-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgolangh%2Fgnome-shell-extension-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgolangh","download_url":"https://codeload.github.com/rgolangh/gnome-shell-extension-containers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230431100,"owners_count":18224655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","gnome","podman"],"created_at":"2024-08-01T13:00:36.391Z","updated_at":"2025-08-20T14:31:08.401Z","avatar_url":"https://github.com/rgolangh.png","language":"JavaScript","funding_links":[],"categories":["Core Tools"],"sub_categories":[],"readme":"![Project Icon](src/podman-icon.png)\n# GNOME Shell Extension: Containers\n\n**Manage Podman containers seamlessly within GNOME Shell.**\n  \n![GitHub stars](https://img.shields.io/github/stars/rgolangh/gnome-shell-extension-containers)  \n![GitHub issues](https://img.shields.io/github/issues/rgolangh/gnome-shell-extension-containers)\n\n## Features ✨\n\nThis extension provides a convenient GNOME Shell menu to manage your Podman containers. Supported actions include:\n\n- **Start**: Initialize containers. 🚀\n- **Stop**: Terminate running containers. 🛑\n- **Remove**: Delete containers. 🗑️\n- **Pause**: Suspend container processes. ⏸️\n- **Restart**: Reboot containers. 🔄\n- **Top Resources**: Display resource usage stats. 📊\n- **Shell Access**: Open a terminal shell in the container. 🔧\n- **Live Stats**: View real-time statistics in a new terminal. 📈\n- **Logs Monitoring**: Follow logs in a new terminal session. 📋\n- **Inspect Info**: View and copy detailed inspection information. 🔍\n\n## Installation 🛠️\n\n### From GNOME Extensions Page 🌐\nYou can install this extension directly from the [GNOME Extensions page](https://extensions.gnome.org/extension/1500/containers/).\n\n### From Source 📂\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/rgolangh/gnome-shell-extension-containers\n   cd gnome-shell-extension-containers\n   ```\n   \n2. Build and install:\n\n  ```bash\n  make all\n  ```\n\n3. Enable the extension:\n\n  ```bash\n  make enable\n  ```\n\nAlternatively, enable it via Extensions -\u003e Toggle 'Containers'.\n\n## Preferences ⚙\n\n- __*extra-info*__\n  Show information about the container, see the screenshot\n- __*terminal*__\n  The terminal program to use when performing the `Show Logs`, `Watch Top`, `Open Shell`, and `Watch Statistics`\n\n  Tested values:\n  | value | notes |\n  | ----- | ----- |\n  |__*gnome-terminal --*__| default terminal program for all gnome version till 46, inclusive |\n  |__*ptyxis --*__| default terminal program for gnome version from 47 onward |\n  |__*kitty*__| no extra arguments needed |\n  |__*flatpak run app.studiodev.Ptyxis --*__| Some flatpak environments doesn't have podman on the path |\n  |__*flatpak run com.gexperts.Tilix -e*__| Some flatpak environments doesn't have podman on the path |\n\n  Note: The value for __*terminal*__ may not work for you. Please report any working value you have so in time we would have a proper list.\n  There is a system wide gsettings `org.gnome.desktop.default-applications.terminal exec` but depending on the value different args are needed, as seen from above.\n\n- __*pod-list-sort-by*__\n  Sort the pod list by one of the builtin fields:\n    - command\n    - created\n    - id\n    - image\n    - names\n    - runningfor\n    - size\n    - status\n\n## Development / Contributing 🤝\n\nTo contribute to the development of this extension:\n\nClone the repository and make your changes.\nDebugging: Spin up an inline GNOME Shell session in a dedicated window:\n  \n  ```bash\n  make debug\n  ```\n\nContributions are welcome! Please ensure your code follows the project’s style guidelines and is thoroughly tested before submitting a pull request.\n\n## Screenshot 📸\n\n![Project Icon](screenshot.png)\n\n## License 📜\n\nApache-2.0 License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgolangh%2Fgnome-shell-extension-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgolangh%2Fgnome-shell-extension-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgolangh%2Fgnome-shell-extension-containers/lists"}