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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@bchatard/alfred-jetbrains

v2.1.0

Published

Alfred 5 workflow to easily open your projects with your favorite JetBrains product.

Downloads

185

Readme

JetBrains: Open project

Alfred5 workflow to easily open your projects with your favorite JetBrains product.

npm version npm downloads per week Quality Gate Status

Requirements

You need Node.js LTS and Alfred 5.5+ with the paid Powerpack upgrade.

This workflow need one of JetBrains products (2019.1+), and its shell script to works

About issues

It's my daily tool, so I will fix issue that I can reproduce with my environment, which is

  • macOS 14.0
  • Alfred 5.5 (latest available)
  • at least Node 18, but not really important, node is only required to install this workflow

Please check the troubleshooting guide first, and other issues. And please follow the issue template for bug report 🙏

Installation / Update

$ npm install -g @bchatard/alfred-jetbrains

Init shell script

  • Via JetBrains Toolbox:
    • Open the JetBrains Toolbox window, and then click on the parameter icon;
    • In the following form, enable Generate shell scripts, and set a path for script
    • More info: Toolbox App 1.11: What’s New.
  • Via Product (removed since 2023.x) Create Command-line Launcher

How to use

  • Open Alfred with your usual hotkey
  • Type keyword (example pstorm) followed by your project name jetbrains-projects-secret-light
  • Cross Products: jb (search projects on for all products)

  • AndroidStudio: studio;

  • AppCode: appcode (sunset by JetBrains, no more support on my side too);

  • Aqua: aqua;

  • CLion/CLion Nova: clion (default to "Standard", see customisation to change this);

  • DataGrip: datagrip;

  • DataSpell: dataspell;

  • Fleet: fleet;

  • GoLand: goland;

  • IntelliJ Idea: idea (default to Community Edition, see customisation to change this);

  • PhpStorm: pstorm;

  • PyCharm: pycharm (default to Community Edition, see customisation to change this);

  • Rider: rider;

  • RubyMine: rubymine;

  • RustRover: rustrover;

  • WebStorm: wstorm;

  • Writerside: writerside;

  • AndroidStudio: since 3.+;
  • AppCode: since 2018.3;
  • Aqua: since 2023.1;
  • CLion: since 2018.3;
  • CLion Nova: since 2023.3;
  • DataGrip: since 2018.3;
  • DataSpell: since 2023.1;
  • Fleet: public preview;
  • GoLand: since 2018.3;
  • IntelliJ Idea: since 2018.3;
  • PhpStorm: since 2018.3;
  • PyCharm: since 2018.3;
  • Rider: since 2018.3;
  • RubyMine: since 2018.3;
  • RustRover: since 2023.2;
  • WebStorm: since 2018.3;
  • Writerside: since 2023.2;

Customisation

Some of JetBrains product are available in different editions (ex: PyCharm - Professional, Edu & Community). In that case they share the same bin / keyword, so you need to customise the Preferences folder to retrieve your projects.

Changelog

Changelog

License

MIT © bchatard