Skip to content

Instantly share code, notes, and snippets.

@c-amow
c-amow / scope.sh
Created February 16, 2020 03:37
ranger file manager support for dicom file tag preview - add this to handle_extension()
dcm)
# Preview using dcmtk
dcmdump i.dcm | grep -e PatientID -e UID -e Name
;; # Continue with next handler on failure