csum

A command-line tool for calculating checksums with ease, featuring multi-algorithm support and color-coded output for intuitive and efficient use.

Overview

csum is designed to provide a straightforward way to calculate checksums for files, using various algorithms. With user-friendly output and multiple options for customization, csum is an essential utility for developers and system administrators alike.

Key Features

Prerequisites

Ensure the following dependencies are installed on your system:

Quick Start Guide

Verify Dependencies

Before proceeding, confirm that all required dependencies are present:

make dependency

Installation Steps

  1. Clone the Repository:
git clone https://github.com/IsMoreiraKt/csum
cd csum
  1. Compile the Project:
make
  1. Install the Tool:
sudo make install

Clean Build Files

To remove compiled files and clean up your project directory:

make clean

Usage

Calculating the checksum of a file is simple:

csum [FLAGS] [FILE]

Command Reference