Skip to main content

No project description provided

Project description

CRCUtil

A CLI tool that recursively traverses a given location and generates a crc.json containing a CRC checksum value for every encountered file/dir

[!NOTE] Installation is supported only for the following:

  • Windows (amd64)
  • Linux (amd64)
    • X11
    • Wayland

[!NOTE] Development requires a fully configured Dotfiles dev environment

Table of Contents

Installation

[!NOTE]

  • Requires Python 3.12+
  • Requires pip

Windows

pip install crcutil

Linux (X11)

python3 -m pip install crcutil

Linux (Wayland)

[!NOTE]

  • This will add your user to the input group and immediately log out.
  • This makes it possible in Wayland to track keyboard presses for the playback controls
python3 -m pip install crcutil
sudo usermod -aG input $USER
sudo pkill -p $USER

Usage

crc

Generate CRC32 checksums

crcutil crc -l 'C:\path_to_traverse' -o 'C:\path_to_output.json'

[!NOTE] This will output a crc.json file in the supplied -o argument.
If no -o argument is supplied, then the default output location is:

  • Windows
C:\Users\<USERNAME>\Documents\crcutil\
  • Linux
$HOME/crcutil

diff

If you hold 2 crc files generated from the same directory and would like to compare the differences.

crcutil diff -l 'C:\crc_1.json' 'C:\crc_2.json' -o 'C:\diff.json'

[!NOTE] This will compare both crc files and output a diff.json in the supplied -o argument.
If no -o argument is supplied, then the default output location is:

  • Windows
C:\Users\<USERNAME>\Documents\crcutil\
  • Linux
$HOME/crcutil

Pause/Resume

  • The tool can be paused/resumed at any time by pressing:
    • p
      • Windows
      • Linux (X11)
    • alt+p
      • Linux (Wayland)
  • The tool can be exited at any time (will continue where left off if you invoke the same command) by pressing:
    • q
      • Windows
      • Linux (X11)
    • alt+p
      • Linux (Wayland)

Development

[!NOTE] Development requires a fully configured Dotfiles dev environment

source init.sh

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

crcutil-2.0.2.tar.gz (21.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crcutil-2.0.2-py3-none-any.whl (24.5 kB view details)

Uploaded Python 3

File details

Details for the file crcutil-2.0.2.tar.gz.

File metadata

  • Download URL: crcutil-2.0.2.tar.gz
  • Upload date:
  • Size: 21.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.24

File hashes

Hashes for crcutil-2.0.2.tar.gz
Algorithm Hash digest
SHA256 f0a08d4a99da7ec74aaa47a27132a34c6b19d85b355728b71c330de8f732f0ee
MD5 35ef127c6696e4f98ac60fe5018371f5
BLAKE2b-256 f8ec7693d8b24475cf55333ad7703036ccfc7e7ebef5460955a06829ad88e0ab

See more details on using hashes here.

File details

Details for the file crcutil-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: crcutil-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.24

File hashes

Hashes for crcutil-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 077ec248115514383f6819378acc4ec07c7ba42f9bd9b9492ec7ec08d35a559d
MD5 253fd3c6a9d7a0b5b0497cd475bf3c2f
BLAKE2b-256 6701051bf2d428b3d37a4f2a8cbcc1d28ce6b6d4e1c168c14f32454ac1349d18

See more details on using hashes here.

Supported by

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