tokyo-3
v1.0.6
Published
Worlds Best Pomodoro. 3rd Impact Imminent. Switching to Auxillary Power.
Downloads
12
Maintainers
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
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