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

@dorukdogular/ascii-focus-timer

v1.1.0

Published

A beautiful ASCII Focus Timer (Pomodoro) for the terminal.

Readme

ASCII Focus Timer 🍅

A beautiful, interactive, and customizable ASCII-art Pomodoro focus timer designed for the terminal. Built entirely with Vanilla Node.js (no npm dependencies needed).

Features a premium centered dashboard, live responsive resizing, sound alerts, macOS native system notifications, and a fully navigable settings menu.


Features

  • ⚙️ Starting Menu: Configure Focus duration, Break lengths, and Long Break intervals interactively with your arrow keys before launching.
  • 🕒 ASCII Clock: Rendered using a large, stylized pixel digit font.
  • 📐 Dynamic Centering: Keeps the layout centered in the terminal. Automatically recalculates padding on window resize.
  • 🔔 Alert Agent: Dispatches macOS desktop notifications and triggers system beeps when a session is completed.
  • 🛡️ Zero Dependencies: Lightweight and fast, utilizing core Node.js features.

Installation & Running

This package is published to the public npm registry.

1. Run directly with npx

You can execute it instantly without any manual installation:

npx @dorukdogular/ascii-focus-timer

2. Global Installation

To install the tool globally on your system:

npm install -g @dorukdogular/ascii-focus-timer

Once installed, run it using the command:

ascii-focus-timer

3. Local Installation / Development

  1. Clone or copy this repository to your computer.
  2. Open a terminal inside the project directory and run:
    npm link
  3. Run the command:
    ascii-focus-timer

Keyboard Controls

🎮 Settings Menu Mode

  • / (Up / Down Arrow): Navigate between setting fields and [ Start Timer ].
  • / (Left / Right Arrow): Adjust setting values (Focus duration, break durations, long break cycles).
  • Enter: Trigger [ Start Timer ] to launch the countdown with your configurations.
  • Q or Ctrl+C: Quit.

⏱️ Timer countdown Mode

  • Space: Pause / Resume the timer countdown.
  • S: Skip the current session block.
  • R: Reset the current session timer to its starting duration.
  • Q or Ctrl+C: Gracefully quit (restores cursor and clears terminal).

Automated Publishing

This repository is set up with GitHub Actions. Every time you publish a new Release on GitHub, the workflow automatically builds, tests, and publishes the package to the public npm registry.

To publish a new version:

  1. Update the "version" field in package.json (e.g. "1.1.0").
  2. Commit and push the changes.
  3. Draft and publish a new Release on GitHub matching that tag (e.g. v1.1.0).

License & Copyright

Copyright © 2026 Doruk Doğular. Licensed under the MIT License.
GitHub Profile: github.com/dorukdogular