npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dcim-orgnzr

v1.0.2

Published

Organize images according to their EXIF data

Downloads

4

Readme

dcim-orgnzr

Organize your picture library according to EXIF data.

Usage

dcim-orgnzr --path='./dcim' --pattern='<exif.CreateDate:YYYY>/<exif.CreateDate:MM>'

Setup

Install simply using NPM: npm install dcim-orgnzr. You can also clone this repository and build it yourself.

Options

| Argument | Alias | Type | Description | |-|-|-|-| | path | | string | Path where images are located | | dryRun | | boolean | Not apply modifications | | skipBackupScript | | boolean | Avoid to generate the backup script | | pattern | p | string | Pattern | | help | h | boolean | Prints this usage guide |

Patterns

exif.ApertureValue

- <exif.ApertureValue>  
+ 1.85/test.jpg  

exif.BrightnessValue

- <exif.BrightnessValue>  
+ 6.9/test.jpg  

exif.ColorSpace

- <exif.ColorSpace>  
+ 1/test.jpg  

exif.CreateDate

Parse the date and format according to format given (see https://day.js.org/docs/en/display/format for formatting)

- <exif.CreateDate:YYYY>/<exif.CreateDate:MM>  
+ 2021/02/test.jpg  

exif.DateTimeOriginal

Parse the date and format according to format given (see https://day.js.org/docs/en/display/format for formatting)

- <exif.DateTimeOriginal:YYYY>/<exif.DateTimeOriginal:MM>  
+ 2021/02/test.jpg  

exif.ExifImageHeight

- <exif.ExifImageHeight>  
+ 3096/test.jpg  

exif.ExifImageWidth

- <exif.ExifImageWidth>  
+ 4128/test.jpg  

exif.ExposureCompensation

- <exif.ExposureCompensation>  
+ 0/test.jpg  

exif.ExposureProgram

- <exif.ExposureProgram>  
+ 2/test.jpg  

exif.ExposureTime

- <exif.ExposureTime>  
+ 0.0029239766081871343/test.jpg  

exif.FNumber

- <exif.FNumber>  
+ 1.9/test.jpg  

exif.Flash

- <exif.Flash>  
+ 0/test.jpg  

exif.FocalLength

- <exif.FocalLength>  
+ 3.7/test.jpg  

exif.FocalLengthIn35mmFormat

- <exif.FocalLengthIn35mmFormat>  
+ 28/test.jpg  

exif.ISO

- <exif.ISO>  
+ 64/test.jpg  

exif.InteropOffset

- <exif.InteropOffset>  
+ 3186/test.jpg  

exif.LightSource

- <exif.LightSource>  
+ 0/test.jpg  

exif.MaxApertureValue

- <exif.MaxApertureValue>  
+ 1.85/test.jpg  

exif.MeteringMode

- <exif.MeteringMode>  
+ 2/test.jpg  

exif.SceneCaptureType

- <exif.SceneCaptureType>  
+ 0/test.jpg  

exif.SensingMethod

- <exif.SensingMethod>  
+ 0/test.jpg  

exif.ShutterSpeedValue

- <exif.ShutterSpeedValue>  
+ 8.41/test.jpg  

exif.WhiteBalance

- <exif.WhiteBalance>  
+ 0/test.jpg  

gps.GPSDateStamp

Parse the date and format according to format given (see https://day.js.org/docs/en/display/format for formatting)

- <gps.GPSDateStamp:YYYY>/<gps.GPSDateStamp:MM>  
+ 2021/02/test.jpg  

image.ExifOffset

- <image.ExifOffset>  
+ 240/test.jpg  

image.ImageHeight

- <image.ImageHeight>  
+ 3096/test.jpg  

image.ImageWidth

- <image.ImageWidth>  
+ 4128/test.jpg  

image.Make

- <image.Make>  
+ samsung/test.jpg  

image.Model

- <image.Model>  
+ cSM-J510FN/test.jpg  

image.ModifyDate

Parse the date and format according to format given (see https://day.js.org/docs/en/display/format for formatting)

- <image.ModifyDate:YYYY>/<image.ModifyDate:MM>  
+ 2021/02/test.jpg  

image.Orientation

- <image.Orientation>  
+ 6/test.jpg  

image.ResolutionUnit

- <image.ResolutionUnit>  
+ 2/test.jpg  

image.Software

- <image.Software>  
+ J510FNXXU2BRE4/test.jpg  

image.XResolution

- <image.XResolution>  
+ 72/test.jpg  

image.YCbCrPositioning

- <image.YCbCrPositioning>  
+ 1/test.jpg  

image.YResolution

- <image.YResolution>  
+ 72/test.jpg  

thumbnail.Compression

- <thumbnail.Compression>  
+ 6/test.jpg  

thumbnail.ImageHeight

- <thumbnail.ImageHeight>  
+ 384/test.jpg  

thumbnail.ImageWidth

- <thumbnail.ImageWidth>  
+ 512/test.jpg  

thumbnail.Orientation

- <thumbnail.Orientation>  
+ 6/test.jpg  

thumbnail.ResolutionUnit

- <thumbnail.ResolutionUnit>  
+ 2/test.jpg  

thumbnail.ThumbnailLength

- <thumbnail.ThumbnailLength>  
+ 32987/test.jpg  

thumbnail.ThumbnailOffset

- <thumbnail.ThumbnailOffset>  
+ 3424/test.jpg  

thumbnail.XResolution

- <thumbnail.XResolution>  
+ 72/test.jpg  

thumbnail.YResolution

- <thumbnail.YResolution>  
+ 72/test.jpg  

Markdown Generated by ts-command-line-args