Metadata-Version: 2.1
Name: richcat
Version: 0.4.0
Summary: rich cat command working on Python
Home-page: https://github.com/richcat-dev/richcat
Author: Yuta Yamamoto, Shotaro Kataoka
Author-email: automatuX78@gmail.com
License: MIT
Keywords: cat,rich
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: rich

[![Downloads](https://pepy.tech/badge/richcat)](https://pepy.tech/project/richcat)
# richcat
- `richcat` is a `cat` command decorated by [rich](https://github.com/willmcgugan/rich) which is Python library.
- Working on Python.

## Features

### Syntax hilighting
![](doc/img/index-html.jpg)

### Support viewer

#### Markdown
![](doc/img/sample-md.jpg)

#### CSV
![](doc/img/table-csv.jpg)

### Automatic paging
By default, `richcat` pipes its own output to a pager. If you wouldn't rather pager, use `--disable-pager` option.

## Installation
```
$ pip install richcat
```

## Usage
Display a file contents on the terminal.
```
$ richcat README.md
```

Use `-t` option, you can choose highlight.
```
$ richcat README.md -t text
```

# Contributors!
- [@yamamoto-yuta](https://github.com/yamamoto-yuta) (Maintainer, **main contributor!**)
- [@ShotaroKataoka](https://github.com/ShotaroKataoka) (Maintainer)


