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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fusionfroze/fset

v1.0.2

Published

Launch your required environment instantly

Readme

FSET

You use different applications with different file(s) or tab(s) for different tasks. Switching between them means closing everything and starting over manually.

fset does this for you with a single command.

Installation

Prerequisite: Node.js v18+

Install globally:

$ npm i -g @fusionfroze/fset

For local development:

$ npm install
$ npm link

How to use it

Setting up a new Environment

$ fset create demo

This will open the input interface

$ fset create demo
Application 1
? Enter the path to the app: "C:\Users\Public\Desktop\Google Chrome.lnk"

Here you have to enter the path that exactly points to the location of the application. Then you will be asked to enter URL if you need it.

(Tip: If you can't find the path, you can just drag and drop the app into your terminal to paste the path.)

$ fset create demo
Application 1
✔ Enter the path to the app: "C:\Users\Public\Desktop\Google Chrome.lnk"
Enter URL(s) or file path(s) you want the app to open with.
Press enter with an empty input to exit the input interface.
? URL-1: https://clandor.com

You can exit the input interface for the current application by pressing enter with an empty input.

$ fset create demo
Application 1
✔ Enter the path to the app: "C:\Users\Public\Desktop\Google Chrome.lnk"
Enter URL(s) or file path(s) you want the app to open with.
Press enter with an empty input to exit the input interface.
✔ URL-1: https://clandor.com
✔ URL-2:
? Add another app? (Y/n)

Now you will be given a choice, you can either add a new application or can exit the interface by entering n. If you choose n, a success message will show that your new environment is set up successfully. Or, alternatively you can continue adding more application requried for the task.

$ fset create demo
Application 1
✔ Enter the path to the app: "C:\Users\Public\Desktop\Google Chrome.lnk"
Enter URL(s) or file path(s) you want the app to open with.
Press enter with an empty input to exit the input interface.
✔ URL-1: https://clandor.com
✔ URL-2:
✔ Add another app? No

demo created successfully.

If you accidentally press y when you don't want to add any more applications, you can simply type exit to exit the input interface and save the environment you are creating.

$ fset create demo
...
✔ Add another app? Yes
Application 2
✔ Enter the path to the app: exit

demo created successfully.

Opening an Environment

$ fset open demo

This command will open all the applications with set URL(s) or file(s) instantly.

Removing an Environment

$ fset remove demo

You will be prompted once to confirm the operation. Once removed, the action is irreversible.

List all the Environments set up in your machine

$ fset ls

This will list all the Environments with the applications in each of them. Output -

demo
    --Google Chrome

To see detailed list, with application path and URL(s) or file(s) for each application, type this command -

$ fset ls -l

or

$ fset ls -long

Output -

demo
    --Google Chrome
    > App Path: "C:\Users\Public\Desktop\Google Chrome.lnk"
    > URls:
        1: https://clandor.com