ilAYAli / bat

cat, dd and hexdump combined.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bat

Combined cat, dd and hexdump

Requirements:

  • {fmt} https://github.com/fmtlib/fmt - most likely available through your OS's package manager.
  • boost_program_options install libboost-all-dev or some subset thereof with your OS's package manager.
  • Linux/macOS: cmake g++ / clang++
  • Windows: use the included Visual Studio project file.

alt tag

About

cat, dd and hexdump combined.


Languages

Language:C++ 94.7%Language:CMake 5.3%