Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
A CLI tool for converting text between Arabic and English keyboard layouts.
You can install the package using pip:
pip install ar2en
To convert text directly from Arabic to English keyboard layout, use:
ar2en "ضصث"
To convert text from the clipboard and copy the result back to the clipboard:
ar2en -c
To convert text from a file and optionally copy the result to the clipboard:
ar2en -f input.txt -c
To convert text from English to Arabic keyboard layout:
ar2en -r "qwerty"
To enter interactive mode and type the text to be converted:
ar2en -i
To display detailed information about the conversion:
ar2en -v "ضصث"
To save the converted text to an output file:
ar2en -f input.txt -o output.txt
For a full list of options and usage, use:
ar2en --help
ar2en "ضصث"
Output:
wet
ar2en -v "ضصث"
Output:
The conversion of "ضصث" is "wet"
ar2en -c
If the clipboard contains "ضصث", the clipboard will be updated with "wet".
ar2en -f input.txt -o output.txt
The content of input.txt
will be converted and saved to output.txt
.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.
>>>>>>> d23772a (initial commit)
FAQs
A CLI tool for converting text between Arabic and English keyboard layouts.
We found that ar2en demonstrated a healthy version release cadence and project activity because the last version was released less than 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.