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

tokyo-3

v1.0.6

Published

Worlds Best Pomodoro. 3rd Impact Imminent. Switching to Auxillary Power.

Downloads

42

Readme

This is a terminal based pomodoro timer. The Pomodoro technique is a time management method developed in the 1980s by Cirllio Francesco. This timer has the added design of NGE themed colors and ending Animations.

Install

Tokyo-3 requires Node.js runtime. As there are numerous ways to install Node I'll just recommend a few, all are viable although I prefer NVM.

Direct from Node NODE

Mac/Linux (Preferred) NVM n

Windows (Preferred) NVM-windows nodist

After NODE is installed you should be able to install TOKYO-3 with the following command in your terminal.

npm install -g tokyo-3

Usage

tokyo --min [duration] --color [color]

Example: 5 minute timer with no ending animation.

 tokyo --min 5

Example: 5 minute timer with penguin(Penpen) ending animation.

tokyo --min 5 --color pen

Options

Show Help Menu tokyo --help

Duration

Duration is always in minutes, if you want a timer for 1 hour 5 minutes it will be entered as --min 65

If no duration is specified it will default to 15 minutes.

Colors

The color options are as follows

red
green
angel
beast
shinji
rei
pen
gendo
nerv
random

Animations

Animations are linked to their corresponding color. The green and random color options have no animations.

Tips & Tricks

Replay last command in the command line. !! or press up on your keyboard

Have a specific time you want quick access to? Add it to your .bashrc or .zshrc In your .bashrc

alias timer='tokyo --min 15 --color pen'

Trouble Shooting

The most common problem will likely be slow rendering. Mac and Windows operating systems come installed with ineffecient Terminals. If you are on a Mac I highly recommend Alacritty or Kitty, both utilize gpu leveraging, you will see a signifcant performance boost even with intergrated graphics like that of Macbooks and Macbook Airs. If you are on a Windows system the same can be said. If you are on Linux Gnome terminal is already fairly powerful and comes installed on most distros.

Also of note is that both Kitty and Alacritty have great color themes and options to adjust render timings.

If you would rather not get your hands dirty with config files you can also use color "red" as I specifically slowed the clock and animation speed to accomodate underpowered machines.

Special Thanks

Dominik Wilkowski & the cfonts team. Aria - for your infinite wisdom. Aya - We Live in a Twilight World. Juneau - You're a dog.

Liscense

MIT