Home

Awesome

What is that?

This is a font with 8 symbols to talk about the "Pomodoro Technique"®

Why?

I use the "Pomodoro Technique"® a lot and I've done that for many years, I'm a computer programmer, I make my own tools to keep track of my pomodori and I've always wanted some icons to indicate high level concepts in a terse and aesthetically pleasing way. For me symbol fonts are perfect because they could be used everywhere, even in a VT100 terminal see

What Do They Mean?

How Do They Look Like?

pomicons

How To Use Them In The Shell

When you have installed Pomicons in your system and configured your font engine properly you can use those glyphs in your terminal. The problem is that is tedious and error prone to print glyphs using unicode codepoints

$ echo "THE POMODORO IS TICKING: \ue003"

Instead you can use font maps for the shell. When sourced defines constants for every glyphs in the font

$ source sh/Pomicons.sh
$ echo "THE POMODORO IS TICKING: \u${CODEPOINT_OF_POMICONS_POMODORO_TICKING}"

Where Are They Used?

CONTRIBUTORS