An open API service indexing awesome lists of open source software.

https://github.com/p0dalirius/hexcat

A tool to show only printable characters of a file
https://github.com/p0dalirius/hexcat

cat chars hexcat printable

Last synced: 4 months ago
JSON representation

A tool to show only printable characters of a file

Awesome Lists containing this project

README

        

![](./.github/banner.png)


A tool to show only printable characters of a file.


GitHub release (latest by date)

YouTube Channel Subscribers


## Features

- [x] Prints printable chars from a random file or stream

## Usage

```
hexcat
```

## Compilation

Source files are located in `src/` and binary files will go in `bin/`. To compile hexcat, just type :

```
make
```

## Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.