Crates.io | meow-cli |
lib.rs | meow-cli |
version | 2.1.4 |
source | src |
created_at | 2024-09-16 00:36:23.822878 |
updated_at | 2024-11-30 10:49:56.527115 |
description | Print ASCII cats to your terminal |
homepage | https://github.com/PixelSergey/meow |
repository | https://github.com/PixelSergey/meow |
max_upload_size | |
id | 1375892 |
size | 107,063 |
Print ASCII cats to your terminal!
This is a simple command-line tool to display cute little kitties :D
I love cats
Usage: meow [OPTIONS]
Options:
-c, --count <COUNT> How many cats to print [default: 1]
-l, --literally Are you literally this cat?
-h, --help Print help
-V, --version Print version
This package is available through apt. Run:
sudo apt update
sudo apt install meow
Note: the Debian package is currently being rolled out and may not be available on all systems. Currently available in: Ubuntu 25.04, Debian Testing.
Try the package out by running nix-shell -p meow
.
If you want to add it to your configuration, you can add the following to your configuration:
environment.systemPackages = with pkgs; [
meow
];
Or, if you are using Home Manager:
home.packages = with pkgs; [
meow
];
To get the package directly from the Rust / Cargo archives, run:
cargo install meow-cli
The binary will then be built to some directory that will be output to your command line.
cargo run
or cargo run -- [OPTIONS]