{"id":13897356,"url":"https://github.com/lwindolf/gedit-shellcheck","last_synced_at":"2025-07-17T14:31:23.656Z","repository":{"id":151610183,"uuid":"109897488","full_name":"lwindolf/gedit-shellcheck","owner":"lwindolf","description":"Gedit3 plugin for linting shell scripts using ShellCheck","archived":true,"fork":false,"pushed_at":"2022-07-16T22:42:20.000Z","size":44,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-08T23:32:42.315Z","etag":null,"topics":["bash","gedit","linter-plugin","shell-scripts"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lwindolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-11-07T22:17:13.000Z","updated_at":"2024-06-08T23:32:43.084Z","dependencies_parsed_at":null,"dependency_job_id":"f844e966-37a2-4328-9081-22bd83d6927f","html_url":"https://github.com/lwindolf/gedit-shellcheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwindolf%2Fgedit-shellcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwindolf%2Fgedit-shellcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwindolf%2Fgedit-shellcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lwindolf%2Fgedit-shellcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lwindolf","download_url":"https://codeload.github.com/lwindolf/gedit-shellcheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214236242,"owners_count":15703458,"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":["bash","gedit","linter-plugin","shell-scripts"],"created_at":"2024-08-06T18:03:32.410Z","updated_at":"2024-08-06T18:08:04.983Z","avatar_url":"https://github.com/lwindolf.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"ShellCheck plugin for Gedit\n===========================\n\u003c!---\n[![start with why](https://img.shields.io/badge/start%20with-why%3F-brightgreen.svg?style=flat)](http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action)\n---\u003e\n[![GitHub release](https://img.shields.io/github/release/lwindolf/gedit-shellcheck/all.svg?maxAge=1)](https://GitHub.com/lwindolf/gedit-shellcheck/releases/)\n[![GitHub tag](https://img.shields.io/github/tag/lwindolf/gedit-shellcheck.svg)](https://GitHub.com/lwindolf/gedit-shellcheck/tags/)\n[![GitHub license](https://img.shields.io/github/license/lwindolf/gedit-shellcheck.svg)](https://github.com/lwindolf/gedit-shellcheck/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/lwindolf/gedit-shellcheck.svg)](https://GitHub.com/lwindolf/gedit-shellcheck/issues/)\n[![GitHub issues-closed](https://img.shields.io/github/issues-closed/lwindolf/gedit-shellcheck.svg)](https://GitHub.com/lwindolf/gedit-shellcheck/issues?q=is%3Aissue+is%3Aclosed)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/lwindolf/gedit-shellcheck/issues)\n[![GitHub contributors](https://img.shields.io/github/contributors/lwindolf/gedit-shellcheck.svg)](https://GitHub.com/lwindolf/gedit-shellcheck/graphs/contributors/)\n[![Github All Releases](https://img.shields.io/github/downloads/lwindolf/gedit-shellcheck/total.svg)](https://github.com/lwindolf/gedit-shellcheck)\n\nThis software is a plugin for the text editor [Gedit](https://wiki.gnome.org/Apps/Gedit). It allows to check shell scripts using the [ShellCheck](https://www.shellcheck.net/) linter.\n\n\n![Screenshot](https://lzone.de/images/gedit-shellcheck.png)\n\n## Contributors\n\n- This plugin is derived from the JSHint Gedit plugin by [Xavier Gendre](https://github.com/Meseira/gedit-jshint)\n- Live checking and matching improvements by [Jürgen Key](https://github.com/elbosso)\n\n## Requirements\n\nRequires Gedit 3.14+ and ShellCheck being installed. On Debian-based distros install it using\n\n    apt install shellcheck\n\n## Installation\n\nYou might want to install the plugin using the [Gedit Plugin Installer](https://github.com/lwindolf/gedit-plugininstaller) or using these manual steps\n\n    git clone https://github.com/lwindolf/gedit-shellcheck.git\n    mkdir -p ~/.local/share/gedit/plugins/\n    cp -r gedit-shellcheck/shellcheck.plugin gedit-shellcheck/shellcheck/ ~/.local/share/gedit/plugins/\n\nEnsure to restart Gedit and activate the plugin in the preferences.\n\n## Usage\n\nWhen a shell source code file is active, you can check it\n\n- editing and moving the cursor to the next line\n- or by selecting menu option `Tools \u003e Check with ShellCheck`\n\nThe results are automatically displayed in the bottom panel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwindolf%2Fgedit-shellcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flwindolf%2Fgedit-shellcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flwindolf%2Fgedit-shellcheck/lists"}