Andrew
Andrew
Hi, bat doesn't appear to support mouse wheel scrolling out of the box. I don't know if bat offers some opt-in parameters to enable this, but once is does, these...
Hi, Every pager I've tried corrupts hard tabs to spaces. This happens with `more`, `less`, `ov`, and `bat`. It ends up breaking common copy & paste workflows for indentation sensitive...
Hi, I noticed that the Monokai theme in bat doesn't quite match the color scheme of Monokai in various other applications. For example, keywords like `function` (JavaScript), `func` (Go), `fn`...
Hey, nakedret could do a better job automatically recursing over large Go project directories. Note that many projects contain a combination of libraries (custom package), executable applications (main package), and...
Hi, ShellCheck correctly identifies the basenames of (~)/`.zshrc` but not (/etc/)`zshrc`, nor (~/)`.zshenv`, nor (/etc/)`zshenv`. I imagine there may be other gaps as well. Please register the full suite of...
Hi! Can we please add support for the `osh` interpreter from Oil Shell? https://oils.pub/ `#!/usr/bin/env osh`, `#!/usr/bin/env oil`, the `.osh` file extension, and the `oshrc`, `oilshrc` configuration filenames, all indicate...
Warn when creating functions with names that shadow built-in commands, such as `test`.
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
#### For bugs with existing features - Rule Id (if any, e.g. SC1000): - My shellcheck version (`shellcheck --version` or "online"): - [x] The rule's wiki page does not already...
#### For bugs with existing features - Rule Id (if any, e.g. SC1000): - My shellcheck version (`shellcheck --version` or "online"): - [x] The rule's wiki page does not already...