Skip to content

enemymaker/Tomato

 
 

Repository files navigation

YAPA 2

YAPA-2 is minimalistic desktop timer app for Pomodoro Technique users.

Right click to open dashboard and settings:

Features

  • Pomodoro™ counter :)

  • Control app using taskbar jumplist

  • Configurable periods

  • Count time backwards

  • Automatically start break

  • Show\hide in taskbar

  • Minimize to tray

  • Supports custom themes

  • Command line arguments

    • /start
    • /stop
    • /pause
    • /reset
    • /settings
    • /homepage
  • Sound

    • Disable all sound notifications
    • Volume controls
    • Play custom music during work\break periods
  • Dashboard

    • Pomodoro counter history similar to github contributions
  • Themes

    • YAPA 1.0 theme

      • Shows period progress on taskbar
      • Select opacity for timer
      • Select light or dark theme for timer
      • Change application size
      • Enable\Disable flashing animation Theme Settings Preview
    • Motivational theme

      • More about theme here.

Contribution guidelines

  1. Before doing code refactoring, create issue to discuss it.
  2. Create new branch for each bug/feature.

How to build installer

Installers are created with slightly modified Squirrel.Windows

  1. Restore nuget packages. NuGet restore ..\Yapa.sln
  2. Run Build\BuildAndRelease.cmd Without arguments 2.0.0 version will be used. To create specific version: Build\BuildAndRelease.cmd 2.4.9

Nightly builds

To enable nightly buids:

  1. Go to folder: C:\Users<username>\Documents\YAPA2
  2. Create empty file: PreRelease.txt
  3. Restart application.
  4. Open application settings, next to version you should see pre-release.

To disable nightly builds:

  1. Go to folder: C:\Users<username>\Documents\YAPA2
  2. Remove file: PreRelease.txt
  3. Uninstall application (application settings and completed pomodoro history will not be removed).
  4. Install latest stable version

About

Minimalistic desktop timer app for Pomodoro Technique users

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.5%
  • Other 0.5%