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
- Host: GitHub
- URL: https://github.com/p0dalirius/hexcat
- Owner: p0dalirius
- Created: 2022-09-24T12:34:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T12:07:09.000Z (over 1 year ago)
- Last Synced: 2024-12-18T18:50:11.118Z (4 months ago)
- Topics: cat, chars, hexcat, printable
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

A tool to show only printable characters of a file.
![]()
![]()
![]()
## 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.