RSS Amplifier

J. Wied · Jul 18, 2025

shellcheck

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

J. Wied 2025-07-18 shellcheck This is a Vim9 plugin for checking shell scripts. It will run shellscript whenever you open or write a shell script. The warnings are shown beneath the lines they are caused by. You can jump between them with [w and ]w . Install or Update $ curl https: j.wied.co shellcheck.vim \ --create-dirs \ -o $HOME .vim pack plugins start shellcheck plugin shellcheck.vim

2025-07-18

shellcheck

This is a Vim9 plugin for checking shell scripts.

It will run shellscript whenever you open or write a shell script.

The warnings are shown beneath the lines they are caused by. You can jump between them with [w and ]w.

Install or Update

$ curl https://j.wied.co/shellcheck.vim \
    --create-dirs \
    -o $HOME/.vim/pack/plugins/start/shellcheck/plugin/shellcheck.vim

Read on /shellcheck.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.