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

ds-find-shell

v1.0.2

Published

a tool to translate natural language to shell script using DeepSeek AI

Readme

DS Find Shell

A shell translation tool powered by DeepSeek AI that converts natural language descriptions into executable shell commands.

Installation

npm install -g ds-find-shell

Configuration

Set up your DeepSeek API key before using:

export DEEPSEEK_API_KEY="your-deepseek-api-key"

You can get your API key from DeepSeek Platform.

Usage

ds-find-shell "find the largest file in current directory"
ds-find-shell "show current date and time like 2025-07-13 21:00:00"
ds-find-shell "check system memory usage"

Features

  • 🤖 AI-Powered Translation: Leverages DeepSeek AI for intelligent command generation
  • 💬 Natural Language Processing: Convert plain English to shell commands
  • 🔒 Safety First: Confirmation prompt before executing commands
  • 📦 Lightweight: Minimal dependencies for fast installation
  • 🌐 Cross-Platform: Works on macOS, Linux, and Windows (with WSL)

Requirements

  • Node.js >= 20.0.0
  • DeepSeek API Key

How It Works

  1. Input your request in natural language
  2. The tool sends your request to DeepSeek AI
  3. AI generates the appropriate shell command
  4. You can review and confirm before execution
  5. The command runs in your terminal

Examples

File Operations

ds-find-shell "find all .js files modified in the last 7 days"
ds-find-shell "compress all images in current folder"

System Information

ds-find-shell "show disk usage by directory"
ds-find-shell "list running processes sorted by memory usage"

Development Tasks

ds-find-shell "find all TODO comments in my code"
ds-find-shell "count lines of code in this project"

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT

Support

If you encounter any issues or have questions, please open an issue on GitHub.