-
Greetings:
To see what I mean, do this:
```
mkdir test/
cd test/
mkdir foobar/ foobaz/
cd foobar/
cd ../
# Here, _cd() doesn't know that we're already in foobar/, so only foobaz/
# sho…
-
I'm trying to contribute to the repo, but was unable to find a way to do that.
Here are the steps I took:
- Open the repository in code spaces
- Make changes
How do I test before committing?…
-
# Add vim-shfmt
We'd like to get [`codi.vim`](https://github.com/metakirby5/codi.vim) () as `vim-codi` because it lets us see code evaluations in realtime.
This will be similar to our `vim-prett…
-
### Provide environment information
```bash
❯ asdf info
No preset version installed for command python3
Please install a version by running one of the following:
asdf install python 3.11.6
or…
-
shfmt is incorrectly reporting an "unclosed here-document" error for a bash script that uses the
-
We need to normalize all of our bash scripts. This includes:
- Normalization and inclusion of correct shabangs in each script
- Ensuring all file extensions are the same (so in files with a `bash`…
-
-
it would be nice to lint packages for correctness.
things like:
* are you installing binaries into /opt?
* are you installing any files into / that are more than X in size?
-
### Problem description
```
$ shfmt
/data/data/com.termux/files/usr/bin/shfmt:1:9: invalid UTF-8 encoding
```
### Steps to reproduce the behavior.
```
$ apt-get install shfmt
$ shfmt
```
#…
-
Having `--ignore ` or however you want to call it would improve the usability of this tool.
Yes, there are [workarounds](https://github.com/mvdan/sh/issues/288#issuecomment-419354631) but they have…