Skip to content

Commit c2f36a3

Browse files
committed
Readme cleanup
1 parent 38f2963 commit c2f36a3

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,23 @@ Check file names for security, compatibility, best practices & standards.
1919

2020
## Credits
2121

22+
[![AJV](https://www.vectorlogo.zone/logos/js_ajv/js_ajv-ar21.svg)](https://ajv.js.org/ "Schema validation")
23+
[![bash](https://www.vectorlogo.zone/logos/gnu_bash/gnu_bash-ar21.svg)](https://www.gnu.org/software/bash/ "Scripting")
24+
[![Bootstrap](https://www.vectorlogo.zone/logos/getbootstrap/getbootstrap-ar21.svg)](https://getbootstrap.com/ "HTML/CSS Framework")
2225
[![Git](https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg)](https://git-scm.com/ "Version control")
2326
[![Github](https://www.vectorlogo.zone/logos/github/github-ar21.svg)](https://github.com/ "Code hosting")
24-
[![Rust](https://www.vectorlogo.zone/logos/rust-lang/rust-lang-ar21.svg)](https://www.rust-lang.org/?utm_source=vectorlogozone&utm_medium=referrer "Programming language")
27+
[![Jekyll](https://www.vectorlogo.zone/logos/jekyllrb/jekyllrb-ar21.svg)](https://www.jekyllrb.com/ "Static website builder")
28+
[![Rust](https://www.vectorlogo.zone/logos/rust-lang/rust-lang-ar21.svg)](https://www.rust-lang.org/ "Programming language")
29+
[![VectorLogoZone](https://www.vectorlogo.zone/logos/vectorlogozone/vectorlogozone-ar21.svg)](https://www.vectorlogo.zone/logos/visual.html#tile "Icons")
30+
[![YAML](https://www.vectorlogo.zone/logos/yaml/yaml-ar21.svg)](http://yaml.org/ "File format")
2531

2632
* [Just Another Hand](https://fonts.google.com/specimen/Just+Another+Hand) font from [Astigmatic](http://www.astigmatic.com/)
2733

2834
## Links
2935

3036
- [angryfiles](https://github.com/jakeogh/angryfiles) - creates a filesystem hierarchy which is as diverse as possible.
3137
- [naughty strings](https://github.com/minimaxir/big-list-of-naughty-strings)
32-
- [homoglyphs](https://github.com/codebox/homoglyph/tree/master/raw_data)
3338
- https://dwheeler.com/essays/filenames-in-shell.html
3439
- https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file
3540
- https://learn.microsoft.com/en-us/windows/win32/fileio/filesystem-functionality-comparison
36-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282
37-
- https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-ride
3841

39-
## Prior Art
40-
41-
- [ls-lint](https://ls-lint.org/) - Go, focused on file name conventions ([source](https://github.com/loeffel-io/ls-lint))
42-
- [eslint-plugin-filenames](https://www.npmjs.com/package/eslint-plugin-filenames) - JavaScript, focused on file naming conventions, no longer maintained ([source](https://github.com/selaux/eslint-plugin-filenames))
43-
- [batista/lint-filenames](https://github.com/batista/lint-filenames) - Go, regex rules
44-
- https://richjenks.com/filename-regex/
45-
- https://github.com/sindresorhus/filename-reserved-regex

rules/posix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rules:
22
- description: |
3-
Only allow characters in the Posix [Portable Filename Character Set](https://pubs.opengroup.org/onlinepubs/9699919799/)
3+
Only allow characters in the Posix [Portable Filename Character Set](https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap03.html#tag_03_265)
44
regex:
55
pattern: "$[A-Za-z0-9._-]+$"
66
expect: "match"

0 commit comments

Comments
 (0)