Metadata-Version: 2.1
Name: gfxls
Version: 0.1.0
Summary: gfxls - list files on terminal with thumbnails
Project-URL: Homepage, https://gitlab.com/hydrargyrum/gfxls
License-Expression: MIT
License-File: LICENSE
Keywords: bar,foo
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3
Requires-Dist: foo
Description-Content-Type: text/markdown

# gfxls

List files in command-line, with thumbnails.

![gfxls in xterm names on side](shots/side.png)

![gfxls in xterm names below and columns](shots/columns.png)

## Synopsis

	gfxls [--icon-columns COLS] [--icon-size SIZE] [--name-below-icon] [--uniform-icon-size] [path]

## Thumbnails

Thumbnails are supported for a wide range of file formats, with images and
videos, thanks to [vignette](https://pypi.org/project/vignette/).
They follow the FreeDesktop standard and so are reused between different apps.

## Terminal

Thumbnails are shown in 24 bits colors ("truecolor") and Unicode characters.

## Chafa

If [chafa](https://hpjansson.org/chafa/) is installed, it will be used for better image quality rendering.
Note that `--uniform-icon-size` does not work with chafa for now.

## Dependencies

- Python 3.7 at least
- [vignette](https://pypi.org/project/vignette/)
- [python-prettytable](https://pypi.org/project/prettytable/)
- [python-pillow](https://pypi.org/project/Pillow/)
- a truecolor-capable terminal
- optionally, [chafa](https://hpjansson.org/chafa/)
