Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

koibtw/kitget

Repository files navigation

kitget

Display and customize cat images in your terminal 😼

kitget

Usage

preview 0 preview 1
preview 2 preview 3

Fastfetch integration

You can use kitget directly with Fastfetch:

kitget --square | fastfetch --file-raw -

This might not work on terminals supporting images. Example Bash function (to use in your ~/.bashrc) for Kitty:

ff() {
 stamp="$(date +%s)"
 kitget --square -o "/tmp/kitget-$stamp"
 clear
 fastfetch --kitty "/tmp/kitget-$stamp" "$@"
 rm -f "/tmp/kitget-$stamp"
}

Installation

Arch Linux

kitget is available in the AUR. It can be installed using an AUR helper (e.g. paru):

paru -S kitget
Nix

Nixpkgs

kitget is available in Nixpkgs. It can be installed using a variety of methods documented in NixOS Search.

Flakes

There is also a flake available. You can run it directly with:

nix run github:koibtw/kitget

or install it by adding the following to your flake inputs:

inputs.kitget.url = "github:koibtw/kitget";
Cargo

For all systems supported by Rust, you can install kitget using Cargo:

cargo install kitget

Keep in mind that crates installed with cargo install have to be manually upgraded and may not be included in $PATH by default.

Thanks to

About

Display and customize cat images in your terminal 😼 (git.koi.rip mirror)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /