{"id":28194319,"url":"https://github.com/humansinput/meowcat","last_synced_at":"2025-07-26T04:02:43.627Z","repository":{"id":128773663,"uuid":"225190164","full_name":"humansinput/meowcat","owner":"humansinput","description":"View your files from terminal in a meowified way!","archived":false,"fork":false,"pushed_at":"2019-12-01T16:37:29.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T13:11:52.361Z","etag":null,"topics":["bash","cats","cli","cli-app","meow","meowcat","tcl","tcl-scripts","terminal","terminal-game"],"latest_commit_sha":null,"homepage":null,"language":"Tcl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humansinput.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-01T16:12:17.000Z","updated_at":"2023-05-27T11:55:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"34bcd5c9-b54a-49c3-bf83-c2a215edd3f0","html_url":"https://github.com/humansinput/meowcat","commit_stats":null,"previous_names":["humansinput/meowcat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humansinput/meowcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fmeowcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fmeowcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fmeowcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fmeowcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humansinput","download_url":"https://codeload.github.com/humansinput/meowcat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fmeowcat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267116103,"owners_count":24038623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cats","cli","cli-app","meow","meowcat","tcl","tcl-scripts","terminal","terminal-game"],"created_at":"2025-05-16T13:11:52.617Z","updated_at":"2025-07-26T04:02:43.554Z","avatar_url":"https://github.com/humansinput.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"== meowcat\n\n[source]\n----\n        ______________________\n       |                      |\n       | A tiny CLI tool that |\n       | t will meowify your  |\n       | files!               |\n       |_   __________________|\n         | /\n         |_|\n     |\\        /|\n     | \\      / |\n     |  \\    /  |\n     |   \\  /   |\n     |    \\/    |\n     |  __  __  |\n     | |  ||  | |\n     | | .||. | |\n     | |__||__| |\n     |    _     |\n     |          |\n     |   \\/\\/   |\n     |__________|\n     ___|   |____\n    | | _____ |\\ \\\n    | | |   | | \\ \\\n    | | |   | |  \\ \\\n    | | |   | |   \\ \\\n    |_| |___| |    \\_\\\n      |       |\n      |  / |  |\n      |  | |  |\n      |  | |  |\n      |  | |  |\n     _|  | |  |_\n    |____| |___|\n\n----\n\nCopyright (C) Tim K/RoverAMD 2019 \u003ctimprogrammer@rambler.ru\u003e\n\n=== What is this?\n\nAs you've probably guessed already, this is a replacement for the ``cat`` command-line tool, but all of the file output is meowified, just like in ``cowsay``, but with cats, not cows.\n\n=== Why did I even make this?\n\nBecause cats are cute...\n\n=== Installation (Linux and macOS)\n\nNeeds Tcl 8.4 or newer to operate and nothing else. On Ubuntu, install Tcl with ``sudo apt-get install tclsh -y``.\n\n[source,bash]\n----\n$ sudo curl -o /usr/local/bin/meowcat http://meow.roveramd.com/meowcat.tcl\n$ sudo chmod 755 /usr/local/bin/meowcat\n----\n\nIf you prefer ``meowcat`` over regular ``cat``, create an alias to ``meowcat`` from ``cat``:\n\n[source,bash]\n----\n$ alias cat=meowcat\n----\n\n=== Usage\n\n[source,bash]\n----\nmeowcat \u003cadditional flags\u003e \u003cfiles\u003e\n----\n\nAvailable flags:\n\n[squares]\n- **-u** - draws a happy cat with an UwU face.\n- **-h\u003crows\u003e** - height of the cat's body in stdout rows. Default value is **6**.\n- **-f\u003coffset\u003e** - offset from the left. Default value is **5**.\n\nYou can specify **-** as the input filename to read from stdin.\n\nExamples:\n\n[source,bash]\n----\n$ meowcat -h4 -f2 /etc/mandriva-release\n\n     ______________________\n    |                      |\n    | OpenMandriva Lx rele |\n    | ease 2014.0 (Phospho |\n    | orus) for x86_64     |\n    |_   __________________|\n      | /\n      |_|\n  |\\        /|\n  | \\      / |\n  |  \\    /  |\n  |   \\  /   |\n  |    \\/    |\n  |  __  __  |\n  | |  ||  | |\n  | | .||. | |\n  | |__||__| |\n  |    _     |\n  |          |\n  |   \\/\\/   |\n  |__________|\n  ___|   |____\n | | _____ |\\ \\\n | | |   | | \\ \\\n | | |   | |  \\ \\\n | | |   | |   \\ \\\n | | |   | |    \\ \\\n |_| |___| |     \\_\\\n   |       |\n   |  / |  |\n   |  | |  |\n   |  | |  |\n   |  | |  |\n   |  | |  |\n  _|  | |  |_\n |____| |___|\n\n$ printf '%s' \"I've just imagined that I found a huge fish for dinner.\" | meowcat -u -\n\n        ______________________\n       |                      |\n       | I've just imagined t |\n       | that I found a huge  |\n       | fish for dinner.     |\n       |_   __________________|\n         | /\n         |_|\n     |\\        /|\n     | \\      / |\n     |  \\    /  |\n     |   \\  /   |\n     |    \\/    |\n     |  __  __  |\n     | |  ||  | |\n     | |/\\||/\\| |\n     | |__||__| |\n     |    _     |\n     |          |\n     |   \\/\\/   |\n     |__________|\n     ___|   |____\n    | | _____ |\\ \\\n    | | |   | | \\ \\\n    | | |   | |  \\ \\\n    | | |   | |   \\ \\\n    | | |   | |    \\ \\\n    | | |   | |     \\ \\\n    | | |   | |      \\ \\\n    |_| |___| |       \\_\\\n      |       |\n      |  / |  |\n      |  | |  |\n      |  | |  |\n      |  | |  |\n      |  | |  |\n      |  | |  |\n      |  | |  |\n     _|  | |  |_\n    |____| |___|\n----\n\n=== License\n0BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fmeowcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumansinput%2Fmeowcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fmeowcat/lists"}