
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Emoji your friends and colleagues from the comfort of your own terminal.
em is a nifty command-line utility for referencing emoji characters by name. Provide the names of a few emoji, and those lucky chosen emojis will be displayed in your terminal, then copied to your clipboard. Automagically.
Emoji can be also searched by both categories and aspects.
Let's serve some delicious cake:
$ em sparkles shortcake sparkles
Copied! β¨ π° β¨
Let's skip the copying (for scripts):
$ em 'chocolate bar' --no-copy
π«
Let's find some emoji, by color:
$ em -s yellow
π yellow_heart
πΌ blossom
π full_moon
β star
πΈ children_crossing
π‘ yellow_circle
π¨ yellow_square
If there's only a single search result, it's copied:
$ em -s ukraine
Copied! πΊπ¦ flag_ukraine
At this time, em requires Python and pip:
python3 -m pip install em-keyboard
On Linux, an additional dependency is required for automatic copying to clipboard. This
would be either xclip
in an X11 session or
wl-clipboard
in a Wayland session. On a
Debian-based distribution these are installable with:
sudo apt install xclip
sudo apt install wl-clipboard
If you wanna develop, you might want to write and run tests:
python3 -m pip install tox
tox
β¨π°β¨
FAQs
The CLI Emoji Keyboard
We found that em-keyboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 3 open source maintainers 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.