GitXplorerGitXplorer
l

gedit-shellcheck

public
4 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
f1dcf51d3a44df6b4fa381566143fde3dec45f79

Merge pull request #3 from baselab/main

llwindolf committed 3 years ago
Verified
fe8a67e53f6280c83d9c99815abedb715e7e243e

Update outputpanel.py

bbaselab committed 3 years ago
Verified
192d199ad17afc91914fd293347eb1f8440c904d

Fix links again

llwindolf committed 4 years ago
Verified
6c4c852c044495dd91f5c0c16dd29ec960ab41b2

Update README.md

llwindolf committed 4 years ago
Verified
a9d513a7b70515deaa7ad26a3d7883538f50612d

Fix markdown

llwindolf committed 4 years ago
Verified
ced277bd57fe2bb6931f07dbec076675e9946326

Update windowactivatable.py

llwindolf committed 4 years ago

README

The README file for this repository.

ShellCheck plugin for Gedit

GitHub release GitHub tag GitHub license GitHub issues GitHub issues-closed contributions welcome GitHub contributors Github All Releases

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

Screenshot

Contributors

  • This plugin is derived from the JSHint Gedit plugin by Xavier Gendre
  • Live checking and matching improvements by Jürgen Key

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 shell source code file is active, you can check it

  • editing and moving the cursor to the next line
  • or by selecting menu option Tools > Check with ShellCheck

The results are automatically displayed in the bottom panel.