Skip to main content

Colored Cat is a syntax highlighter file reader.

Project description

Colored Cat

Build Build Downloads Supported Versions Contributors PyPI version License: GPL-3.0

CCat officially supports Python 3.8+.

Main features

  • Read and highlight text and code files
  • Filter to display only selected lines
  • Multiple highlight styles
  • Save output at image (png/jpg) file using ansi2image lib.

Installation

pip3 install --upgrade pyccat

Help

ccat -h

positional arguments:
  [filename]                                Filename

Options:
  -s, --simple                              just colorize the file content
  -nt, --no-tabulated                       do not show tab
  --style [style name]                      pygments lib style name. (default: gruvbox-dark). See more at: https://pygments.org/styles/
  -l [filter], --lines [filter]             return only selected lines (ex1: 5:13 or ex2: 50: or ex3: :100)
  -hl [filter], --highlight-lines [filter]  highlight only selected lines (ex1: 5:13 or ex2: 50: or ex3: :100)
  --output-img [filename]                   image output file.
  -h, --help                                show help message and exit
  -v                                        Specify verbosity level (default: 0). Example: -v, -vv, -vvv
  --version                                 show current version

Executing

Regular linux cat cat

Read a file

ccat /tmp/teste.json

Sample 001

Read a file without table

ccat -nt /tmp/teste.json

Sample 002

Just highlight the file

ccat -s /tmp/teste.json

Sample 003

Display only some lines

ccat -l 18:37 teste.json

Sample 004

ccat -l 18:23,35:37 teste.json

Sample 004

Display only some lines and highlight specific lines

ccat -l 18:37 -hl 18:23,35:37 teste.json

Sample 004

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyccat-0.1.10.tar.gz (24.6 kB view details)

Uploaded Source

File details

Details for the file pyccat-0.1.10.tar.gz.

File metadata

  • Download URL: pyccat-0.1.10.tar.gz
  • Upload date:
  • Size: 24.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pyccat-0.1.10.tar.gz
Algorithm Hash digest
SHA256 27993ed78d59060b1e01a55514c32537abfef5462f553dbd69ad6785455f5695
MD5 3f636dc5e369b60b34588c9a0b58468e
BLAKE2b-256 6d4fb5935294fe4724fc068257cb4665c3af1a5fef343fb6bada0a8f29bca6ba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page