#dicom #medical-imaging #finder #command-line-tool #file-search #cli #tool

bin+lib dicom-finder

A simple CLI tool and library for finding DICOM files

6 releases

0.1.5 Oct 5, 2024
0.1.4 Oct 5, 2024

#1421 in Command line utilities

Download history 332/week @ 2024-10-01 95/week @ 2024-10-08 4/week @ 2024-10-15

431 downloads per month

MIT/Apache

20KB
102 lines

DICOM Finder

dicom-finder is a simple Rust CLI tool and library for finding DICOM files in a directory. It searches for files with a .dcm extension commonly used in medical imaging systems and provides an easy-to-use command-line interface.

Features

  • CLI tool: Quickly find all DICOM files in a given directory.
  • Library: Can be used programmatically to integrate DICOM file discovery in other Rust projects.
  • Cross-platform: Works on macOS and Linux.

Installation

You can install dicom-finder using Cargo:

cargo install dicom-finder

Dependencies

~25–37MB
~620K SLoC