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

tune-vscode

v1.5.2

Published

Control Spotify from your status bar - powered by Tune CLI.

Downloads

7

Readme

Tune CLI — Spotify for VS Code

Control Spotify playback directly from your editor. No window switching, no distractions.

Tune CLI adds a sidebar player and status bar integration to VS Code, giving you full playback control while you code.


Features

Sidebar Player

A minimal music player built into the Activity Bar. Displays the current track, artist, and provides playback controls — all without leaving your editor.

  • Vinyl disc animation synced to playback state
  • Previous / Play-Pause / Next controls
  • Inline search to find and play any track

Status Bar

The currently playing track appears in the bottom status bar, updating automatically every 10 seconds.

Command Palette

All controls are accessible via Ctrl+Shift+P:

| Command | Action | | --- | --- | | Tune: Play/Pause | Toggle playback | | Tune: Next Track | Skip forward | | Tune: Previous Track | Skip back | | Tune: Show Status | Display current track info | | Tune: Search & Play | Search and play a song |


Prerequisites

  1. A Spotify Premium account (required for playback control via the Web API)
  2. Tune CLI installed globally

Setup

Press Ctrl+Shift+P and search for Tune: Run Setup Wizard.

The Setup Wizard will guide you through:

  • Installing the CLI (npm install -g @rithvik7/devtune)
  • Setting your Spotify Client ID
  • Logging in to Spotify

Alternatively, you can install the CLI manually:

npm install -g @rithvik7/devtune
tune config set clientId YOUR_CLIENT_ID
tune login

The extension will begin working immediately after authentication.


CLI Reference

The extension is powered by the Tune CLI. These commands are also available in your terminal:

tune play <song>        Search and play a track
tune pause              Pause playback
tune next               Skip to next track
tune prev               Previous track
tune queue <song>       Add a track to the queue
tune queue-list         View upcoming tracks
tune volume <0-100>     Set volume
tune status             Show current track
tune search <query>     Search for tracks
tune focus              Start focus playlist
tune hype               Start hype playlist

Privacy

  • Authentication uses OAuth2 with PKCE — no client secret is stored or transmitted
  • Tokens are stored locally on your machine at ~/.tune/config.json
  • Only playback-related API scopes are requested

Stack

| Layer | Technology | | --- | --- | | CLI | Node.js, TypeScript, Commander.js | | API | Spotify Web API | | Auth | OAuth2 + PKCE | | Extension | VS Code Extension API, Webview |


Contributing

Issues and pull requests are welcome on GitHub.


License

MIT — see LICENSE


Built by Rithvik Shetty