![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
npm install eyo -g
Usage: eyo [options] <file-or-url...>
Restoring the letter «ё» (yo) in russian texts.
Options:
-h, --help Output usage information
-V, --version Output the version number
-l, --lint Search of safe and unsafe replacements
-i, --in-place Write files in place.
-s, --sort Sort results
--only-safe Output only safe replacements
--stdin Process text provided on <STDIN>
--stdin-filename <file> Specify filename to process STDIN as
--no-colors Clean output without colors
eyo file.txt > file.out.txt
— безопасная замена «е» на «ё».
eyo https://example.com/index.html > file.out.html
— безопасная замена «е» на «ё» на странице сайта.
eyo -i README.md
— файл README.md
будет перезаписан с безопасной заменой «е» на «ё».
eyo -i "**/*.md"
— файлы с расширением .md
будут перезаписаны с безопасной заменой «е» на «ё».
find . -name "*.md" | xargs eyo --lint
eyo --lint file1.txt file2.txt
— вывод слов для файлов, где необходима или возможна замена.
eyo --lint http://habrahabr.ru
— вывод слов для страницы сайта, где необходима или возможна замена.
cat file1.txt file2.txt file3.txt | eyo --stdin > output.txt
cat file1.txt | eyo --stdin --stdin-filename file1.txt
Используйте отдельный пакет eyo-kernel
без зависимостей.
npm install eyo-kernel
MIT License
v5.0.0
console.error
.--only-safe
теперь не выводит проверку успешных ресурсов.package.json
.request
заменён на node-fetch
.FAQs
CLI for restoring the letter «ё» (yo) in russian texts
The npm package eyo receives a total of 9 weekly downloads. As such, eyo popularity was classified as not popular.
We found that eyo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.