/
githubmirror
/
libpsl
Обзор
Документация
Войти
/
githubmirror
/
libpsl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/spell-checker
9 строк
225 B
Tim Rühsen
Add contrib/spell-checker
28 дек 2018, 21:45
28 дек 2018, 21:45
80c0d5f
Код
Авторство
О чём код?
#!/usr/bin/env sh # # see https://github.com/codespell-project/codespell # # in short: # - pip install codespell # - add ~/.local/bin to PATH codespell $* -L "tim" `git ls-files|egrep -v '_fuzzer.in|_fuzzer.repro|^list$'`