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

nav-cli

v2.0.3

Published

Better CLI navigation

Readme

nav-cli 🚀 License: MIT

Nav is an open-source Node.js CLI tool designed to improve productivity and developer experience by simplifying file system navigation. Nav improves on the standard command line navigation by simplifying it into a seamless, interactive experience. As a developer myself, this tool has become a critical part of my workflow.

✨ Features

  • Interactive Navigation: Use arrow keys to browse directories and files. Type to filter in the current working directory for easy fuzzy finding.
  • Quick Editor Access: Open files or directories directly in your favorite editor (VS Code, IntelliJ, or Notepad).
  • Clipboard Integration: Automatically generate and copy cd commands for seamless navigation across sessions.
  • Search Functionality: Filter files and directories in real-time as you type.
  • Cross-Platform: Works on Windows, macOS, and Linux in any shell (hopefully!).
  • Easy Install, No Setup: One command download and works out of the box.

🎥 Demo (V1)

Demo Screenshot Demo GIF

📦 Installation

npm i -g nav-cli

🛠️ Requirements

  • Node.js (latest LTS recommended)
  • Editor Support: VS Code, IntelliJ, or Notepad for file opening features.

🚀 Usage

After installing globally via npm, simply run the nav command in your terminal. Here's what you can do:

  • ✅ Stay Here: Copies the cd command for the current directory to your clipboard.
  • 🔙 Go Back: Navigate to the parent directory and continue exploring.
  • ↗️ Open in Editor: Open the current directory or a selected file in your preferred editor.
  • 📁 Directory Navigation: Select a directory to navigate into it. Type to filter down to what you're searching for.
  • 📄 File Opening: Select a file to open it in your editor.

Hotkeys

  • Ctrl + o: Open cwd in VS Code.
  • Left Arrow: Go back to the parent directory.
  • Escape: Exit the application.

🐛 Feature Requests & Bug Reports

We welcome contributions and feedback!

🔮 Future Plans

  • Enhanced UX: Replace clipboard-based navigation with direct shell integration.
  • Custom Editor Support: Allow users to configure their preferred editors.
  • Favorites: Allow users to add favorite directories as starting points to navigating.
  • More Hotkeys: Add shortcuts for faster navigation and file selection.

🤝 Contributing

Contributions are welcome!

📜 License

This project is licensed under the MIT License.


Product Hunt Badge