Created
February 16, 2020 03:37
-
-
Save c-amow/c9d3595d1e785070272ab96091269532 to your computer and use it in GitHub Desktop.
ranger file manager support for dicom file tag preview - add this to handle_extension()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcm) | |
# Preview using dcmtk | |
dcmdump i.dcm | grep -e PatientID -e UID -e Name | |
;; # Continue with next handler on failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment