Skip to content

Commit e743c70

Browse files
committed
More prior art
1 parent 5c0f63d commit e743c70

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/_posts/2024-08-17-prior-art.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ operating systems
3434
- [dougpuob/cppnamelint](https://github.com/dougpuob/cppnamelint) - C++, check C++ source for file, function, variable and parameter names.
3535

3636
- [joshwnj/name-lint](https://github.com/joshwnj/name-lint) - JavaScript, regex rule per file extension, last updated in 2019
37+
38+
- [CrossRename](https://pypi.org/project/CrossRename/) - Python, focused on portability between Linux and Windows ([source](https://github.com/Jemeni11/CrossRename))
39+
40+
- [spf13/pathologize](https://github.com/spf13/pathologize) - Go, focused on creating portable file names
41+
42+
- [ClaireCJS/fix_unicode_filenames](https://github.com/ClaireCJS/fix_unicode_filenames) - Python, renames files with Unicode and/or troublesome characters
43+
44+
- [cfgong/filename-standardizer](https://github.com/cfgong/filename-standardizer) - bash script to change case style of files/directories
45+
46+
- [exponential-decay/fndec](https://github.com/exponential-decay/fndec) - Go, guess the character encoding of your filenames, last updated in 2018. I'm a little worried that this exists, since we are planning on only supporting UTF-8...
47+
48+
- [jonthysell/AsciiRename](https://github.com/jonthysell/AsciiRename) - C, renames everything to ASCII

0 commit comments

Comments
 (0)