Tools for getting, inspecting and validating files and their information https://git.ari.lt/ari/filetools
Find a file
Ari Archer 3af97f5f4e
0.5: Switch to GPL3
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-30 13:26:08 +02:00
doc Properly handle errors and fix man page for fhash(1) 2022-01-30 17:58:19 +02:00
src Make finfo less repeditive 2022-02-26 14:28:04 +02:00
.gitignore Make finfo less repeditive 2022-02-26 14:28:04 +02:00
CONTRIBUTING.md first commit 2022-01-30 17:40:56 +02:00
LICENSE 0.5: Switch to GPL3 2022-10-30 13:26:08 +02:00
README.md first commit 2022-01-30 17:40:56 +02:00
requirements.txt first commit 2022-01-30 17:40:56 +02:00
runtime.txt first commit 2022-01-30 17:40:56 +02:00
setup.sh first commit 2022-01-30 17:40:56 +02:00
tox.ini Make finfo less repeditive 2022-02-26 14:28:04 +02:00

Filetools

Tools for getting, inspecting and validating files and their information

Requirements

Installation

Manual

python3 -m pip install --user -r requirements.txt
chmod a+rx ./setup.sh
sudo ./setup.sh

Packages

Tools

  • finfo -- Get detailed file information
  • fhash -- Generate file hashes
  • fhashver -- Verify hashes generated by fhash