![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.
Turn your terminal into a kawaii anime experience! ASCIIme is a command-line tool that displays animated ASCII art GIFs in your terminal, with a focus on anime and kawaii content.
First install my fork of the gif-cli-fast project using:
python -m pip install git+https://github.com/Felixdiamond/gif-cli-fast
Then set up asciime:
# Install from PyPI
pip install asciime
# Or install from source
git clone https://github.com/Felixdiamond/asciime.git
cd asciime
pip install -e .
Basic usage:
# Display a random GIF
asciime --random
# Normal mode with prefetching and caching
asciime
Note: I'm using the Free Plan on render so my API usually sleeps in 5 mins or so. If you want 100% uptime, you can set up your own server by cloning the repo asciime-api
If you want to see a random anime gif whenever you open your terminal:
Add this to your ~/.bashrc
:
# Display random ASCII anime GIF on terminal start
asciime
Add this to your ~/.zshrc
:
# Display random ASCII anime GIF on terminal start
asciime
Add this to your ~/.config/fish/config.fish
:
# Display random ASCII anime GIF on terminal start
asciime
Not sure if this works for windows yet..
ASCIIme can be configured by editing ~/.config/asciime/config.json
. Available options:
{
"display_mode": "truecolor", // Display mode: "truecolor", "256", "256fgbg", or "nocolor"
"max_cache_size_mb": 100, // Maximum cache size in megabytes
"max_cache_age_days": 30, // Maximum age of cached files in days
"prefetch_count": 3, // Number of GIFs to prefetch
"api_url": "https://asciime-api.onrender.com/api", // API endpoint
"preferred_category": null, // Preferred GIF category (null for random)
"loop_count": 3, // Number of times to loop animation (0 for infinite)
"debug": false // Enable debug logging
}
Contributions are welcome! Please feel free to submit a Pull Request.
FAQs
Turn your terminal into a kawaii anime experience!
We found that asciime 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
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.