ランキングに戻る

hpjansson/chafa

Chpjansson.org/chafa/

📺🗿 Terminal graphics for the 21st century.

ansiterminal-graphicsterminal-basedimage-processingimagesimage-viewerterminalgraphicsgraphics-libraryclisixelkitty
スター成長
スター
5k
フォーク
114
週間成長
Issue
55
2k4k
2018年4月2021年1月2023年10月2026年7月
README

Master Build StatusLatest ReleaseFriendly Chat

AboutGalleryPackagesDevelopment

About

Chafa is a command-line utility that converts image data, including animated GIFs, into graphics formats or ANSI/Unicode character art suitable for display in a terminal. It has broad feature support, allowing it to be used on devices ranging from historical teleprinters to modern terminal emulators and everything in between.

The core functionality is provided by a C library with a public, well-documented API.

Both library and frontend tools are covered by the Lesser GPL license, version 3 or later (LGPLv3+).

The official web pages and C API documentation can be found online. Check out the gallery for screenshots.

Installing

Chafa is most likely packaged for your distribution, so if you're not going to hack on it, you're better off using official packages. If you want to build the latest and greatest yourself, read on.

You will need GCC, make, Autoconf, Automake, Libtool and the GLib development package installed to compile Chafa from its git repository. If you want to build the command-line tool chafa and not just the library, you will additionally need development packages for:

  • FreeType2. Often packaged as libfreetype6-dev or freetype2-devel.
  • libjpeg (optional). Look for libjpeg-dev, libjpeg62-devel or libjpeg8-devel.
  • librsvg (optional). Look for librsvg2-dev or librsvg-devel.
  • libtiff (optional). Look for libtiff5-dev or libtiff-devel.
  • libwebp (optional). Look for libwebp-dev or libwebp-devel.

If you want to build documentation, you will also need gtk-doc.

Start by cloning the repository:

$ git clone https://github.com/hpjansson/chafa.git

Then cd to the toplevel directory and issue the following shell commands:

$ ./autogen.sh
$ make
$ sudo make install

That should do it!

Python bindings

Erica Ferrua Edwardsdóttir maintains excellent Python bindings for Chafa. If Python's your thing, check them out. They are easy to use and come with a detailed tutorial.

JavaScript bindings

Héctor Molinero Fernández maintains wonderful JavaScript bindings built around his WebAssembly port. These are available from NPM and can be used in Node.js, web browsers, and more.

関連リポジトリ
chalk/chalk

🖍 Terminal string styling done right

JavaScriptnpmMIT Licenseansi-escape-codesjavascript
23.3k1k
cyrus-and/gdb-dashboard

Modular visual interface for GDB in Python

PythonPyPIMIT Licensesubcommandsgdb-command
12.2k822
fatih/color

Color package for Go (golang)

GoGo ModulesMIT Licensegolanggo
pkg.go.dev/github.com/fatih/color
8k642
remkop/picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

JavaMavenApache License 2.0javacommandline
picocli.info
5.4k473
bczsalba/pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!

PythonPyPIMIT Licensepython3python
ptg.bczsalba.com
2.7k62
codeplea/genann

simple neural network library in ANSI C

Czlib Licensebackpropagationgenetic-algorithm
codeplea.com/genann
2.3k270
bitcookies/winrar-keygen

Principle of WinRAR key generation.

C++MIT Licensewinraractions
2.2k3.1k
glouw/tinn

A tiny neural network library

CMIT Licensetinyneural
2.1k188
kroitor/asciichart

Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies

PythonPyPIMIT Licenseconsole-logconsole
2.1k99
muesli/termenv

Advanced ANSI style & color support for your terminal applications

GoGo ModulesMIT Licenseansicolors
2k89
fcambus/ansiweather

Weather in terminal, with ANSI colors and Unicode symbols

ShellBSD 2-Clause "Simplified" Licenseweatherterminal
1.9k146
onevcat/Rainbow

Delightful console output for Swift developers.

SwiftMIT Licenseswiftconsole
1.9k111