hugomd/parrot.live

🐦 Bringing animated parrots to terminals everywhere

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Type:CLI ToolCategory(s):CLI UtilitiesDeveloper Tools
Added to GitGenius on September 15th, 2026
Created on December 5th, 2017
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 196
Total Stargazers: 4,474 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.1 hours
Mean response time: 33.1 days
90th percentile: 54.9 days
Tracked items: 14

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 7 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)
  • feature request (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

parrot.live is a terminal utility that displays an animated party parrot in any terminal with curl.

The project solves the problem of bringing festive, animated ASCII art to command-line environments. It works by hosting pre-rendered animation frames that can be streamed directly to a terminal via curl, eliminating the need for local installation or dependencies. Users simply run a curl command to fetch and display the animated parrot in real time.

The tool is suited for developers who want to add a playful element to their terminal sessions or scripts. It requires nothing more than curl and a terminal that supports ANSI escape sequences, making it accessible across virtually any development environment. The project builds on animation frames from an existing terminal-parrot project, repackaging them as a web-accessible service rather than a standalone application.

The project maintains a minimal, focused scope with straightforward implementation. Development activity centers on a single core feature—streaming the parrot animation—without scope creep into additional functionality or configuration options.