Skip to content

akshitkrnagpal/img-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab86d62 · Sep 23, 2023

History

20 Commits
Apr 14, 2023
Sep 23, 2023
Apr 13, 2023
Apr 13, 2023
Apr 13, 2023
Apr 13, 2023
Apr 14, 2023
Apr 14, 2023
Apr 15, 2023
Apr 13, 2023
Apr 14, 2023
Apr 13, 2023
Apr 13, 2023
Apr 13, 2023
Apr 13, 2023
Apr 13, 2023
Apr 13, 2023
Apr 14, 2023

Repository files navigation

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.