akshitkrnagpal / img-finder

Easiest way to find images visually in a directory

Home Page:https://www.npmjs.com/package/img-finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img-finder

NPM Version NPM License

img-finder is a small utility library designed to help users find images "visually" in a directory with ease. It provides a simple and quick solution to the tedious task of manually searching through all subfolders of a folder to find a single image.

image name

How to use

Using img-finder is quite simple. All you need to do is navigate to the directory you want to search for images in and run the following command in your terminal. (Assuming you already have npm installed)

npx img-finder -p 4000

This command will start the img-finder utility and open the img-finder interface on port 4000 which will display all the images in the directory in a grid layout, making it easy to visually scan through them.

About

Easiest way to find images visually in a directory

https://www.npmjs.com/package/img-finder

License:MIT License


Languages

Language:TypeScript 53.2%Language:JavaScript 38.7%Language:HTML 6.7%Language:CSS 1.4%