elbosso / gedit-shellcheck

Gedit3 plugin for linting shell scripts using ShellCheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShellCheck plugin for Gedit

GitHub release GitHub tag GitHub license GitHub issues GitHub issues-closed contributions welcome GitHub contributors Github All Releases Website elbosso.github.io

This software is a plugin for the text editor Gedit. It allows to check shell scripts using the ShellCheck linter.

Screenshot

This plugin is derived from the JSHint Gedit plugin by Xavier Gendre

Requirements

Requires Gedit 3.14+ and ShellCheck being installed. On Debian-based distros install it using

apt install shellcheck

Installation

You might want to install the plugin using the Gedit Plugin Installer or using these manual steps

git clone https://github.com/lwindolf/gedit-shellcheck.git
mkdir -p ~/.local/share/gedit/plugins/
cp -r gedit-shellcheck/shellcheck.plugin gedit-shellcheck/shellcheck/ ~/.local/share/gedit/plugins/

Ensure to restart Gedit and activate the plugin in the preferences.

Usage

When a JavaScript source code file is active, you can check it with Tools > Check with ShellCheck or with the accelerator Ctrl+J. The results are automatically displayed in the bottom panel.

About

Gedit3 plugin for linting shell scripts using ShellCheck

License:GNU General Public License v3.0


Languages

Language:Python 100.0%