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

media-cli

v0.0.21

Published

Javascript utilities for input and export of personal media including photos and videos.

Downloads

28

Readme

Build Status

This package is a pre-release and is still under heavy development

Media Command-Line-Interface (med-cli) Overview

This is a utility for managing local photos and movies for organizing home media. It is targeted towards those of us that do not want to publish all of our photos and home video up to the web.

Target User/Consumer

An engineer (npm user) interested in managing their local family photos and video.

Installation

npm install -g media-cli

Usage

Help is found via med-cli -h but typically you will init a managed folder (where all of the pictures and video will be stored), then import various folders, then review the media for tagging and deletion, then you can use tha managed folder in the future to export organized content by tags or folder names.

For example:

med-cli init /my/big/USB
med-cli import ~/Desktop/photos
med-cli import ~/my/other/USB
med-cli import ~/Desktop/family
med-cli review /my/big/USB

Remaining Todo

  • Test and use on Windows
  • Release 1.0 (update git commit of bundle.js)
  • Merge (a -> b)
  • Sync (a <- -> b )
  • merge two managed directories
  • rename db to yaml
  • docs
  • youtube videos (howto)
  • Dupe review via file name
  • reset review (folder/match/etc)
  • rotate support
  • Re-use last tags
  • Rotation
  • & support on tag matching
  • re-review with filter
  • react router for continuing where you left off + direct link?

Contributors

Zach Calvert - That's me. Just a little warning, this is a pet project and fairly hack and slash. If you're a recruiter/hiring manager, this is not my best work and I'm quite cabable of better tested, cleaner, well documented code. This is not enterprise.

Technologies Applied

  • Express
  • ReactJS
  • ES6
  • Webpack + babel
  • Mocha

Goals

  • Support folder and file processing of images and video
  • Maintain an "earliest known date" so that you can find duplicate files but track what is the earliest record of that image/file
  • Support tagging through a localized browser interface
  • Export of tagged people, places, vacations, etc
  • Automated tagging when inputting a folder
  • Potentially facial recognition (depending on availability of non-cloud upload recognition)
  • Eventually attempt to automate picture duplication detection including image rotations and format changes

Local Development

git clone [email protected]:ZacharyCalvert/picture-script-js.git
cd ./picture-script-js
npm run build
npm install -g
npm link
med-man -h

Release Execution

Travis CLI will execute npm publish on repository tags. To run a patch release, run

npm run rel

which will build, test, patch bump, tag git repo, and push the tag to github.

Links/References

List of reference documentation consulted for preparing this utility suite: