{"id":13894434,"url":"https://github.com/gabrielelana/pomicons","last_synced_at":"2025-10-28T23:18:36.628Z","repository":{"id":11596472,"uuid":"14088133","full_name":"gabrielelana/pomicons","owner":"gabrielelana","description":"Font with symbols to talk about the \"Pomodoro Technique\"","archived":false,"fork":false,"pushed_at":"2022-01-22T15:47:51.000Z","size":709,"stargazers_count":175,"open_issues_count":2,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-23T21:11:50.936Z","etag":null,"topics":["font","pomodoro","productivity","ttf"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ofl-1.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabrielelana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-03T15:56:25.000Z","updated_at":"2025-02-04T18:12:27.000Z","dependencies_parsed_at":"2022-09-19T10:50:33.510Z","dependency_job_id":null,"html_url":"https://github.com/gabrielelana/pomicons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fpomicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fpomicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fpomicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielelana%2Fpomicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielelana","download_url":"https://codeload.github.com/gabrielelana/pomicons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248095531,"owners_count":21046863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["font","pomodoro","productivity","ttf"],"created_at":"2024-08-06T18:01:33.621Z","updated_at":"2025-10-28T23:18:31.608Z","avatar_url":"https://github.com/gabrielelana.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# What is that?\nThis is a font with 8 symbols to talk about the [\"Pomodoro Technique\"®](http://pomodorotechnique.com/)\n\n\n# Why?\nI use the [\"Pomodoro Technique\"®](http://pomodorotechnique.com/) 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](https://github.com/gabrielelana/awesome-terminal-fonts)\n\n\n# What Do They Mean?\n* **CLEAN_CODE** at codepoint `u+E000` this has nothing to do with the pomodoro technique, but it's nice to have a symbol for something that is so important :-)\n* **POMODORO_DONE** at codepoint `u+E001` symbolize a pomodoro that was done in the paste, should be used to say something like _\"today I have done 12 `u+E001`\"_\n* **POMODORO_ESTIMATED** at codepoint `u+E002` symbolize a pomodoro estimated/allocated for an activity in the future\n* **POMODORO_TICKING** at codepoint `u+E003` symbolize the current timer, should be used to tell how long it takes to the end of the current pomodoro\n* **POMODORO_SQUASHED** at codepoint `u+E004` symbolize a pomodoro interrupted, not finished and so not worth it aka wasted time\n* **SHORT_PAUSE** at codepoint `u+E005` means that have passed less than 10 minutes since the last pomodoro ended\n* **LONG_PAUSE** at codepoint `u+E006` means that have passed more than 10 minutes since the last pomodoro ended\n* **AWAY** at codepoint `u+E007` means that have passed more than 50 minutes since the last pomodoro ended\n* **PAIR_PROGRAMMING** at codepoint `u+E008` means that you are doing the current pomodoro in pair programming with someone else\n* **INTERNAL_INTERRUPTION** at codepoint `u+E009` means that an interruption occurred and you are the source (ex. You remembered to do something or feel an urge to do something)\n* **EXTERNAL_INTERRUPTION** at codepoint `u+E00A` means that you have been interrupted by others (ex. Someone else asked you a question or a notification came up)\n\n\n# How Do They Look Like?\n![pomicons](https://github.com/gabrielelana/pomicons/raw/master/.screenshots/pomicons.png)\n\n\n# How To Use Them In The Shell\nWhen you have installed `Pomicons` in your system and configured your font engine [properly](https://github.com/gabrielelana/awesome-terminal-fonts) you can use those glyphs in your terminal. The problem is that is tedious and error prone to print glyphs using unicode codepoints\n```sh\n$ echo \"THE POMODORO IS TICKING: \\ue003\"\n```\nInstead you can use font maps for the shell. When sourced defines constants for every glyphs in the font\n```sh\n$ source sh/Pomicons.sh\n$ echo \"THE POMODORO IS TICKING: \\u${CODEPOINT_OF_POMICONS_POMODORO_TICKING}\"\n```\n\n\n# Where Are They Used?\n* [nerd-fonts](https://github.com/ryanoasis/nerd-fonts)\n* [caffeine](https://github.com/immstudios/caffeine)\n* [AUR (Arch Linux) package](https://aur.archlinux.org/packages/ttf-pomicons/)\n* ...???\n\n# CONTRIBUTORS\n* Handmade in Italy by [Davide Bignotti](http://www.davidebignotti.com) for [Moze](www.mozestudio.com)\n* Sponsored by [Gabriele Lana](http://gabrielelana.it)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielelana%2Fpomicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielelana%2Fpomicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielelana%2Fpomicons/lists"}